diff options
Diffstat (limited to 'runtime/user')
-rw-r--r-- | runtime/user/ChangeLog | 4 | ||||
-rwxr-xr-x | runtime/user/recreate_links | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/runtime/user/ChangeLog b/runtime/user/ChangeLog index 8840eb38..2cad6671 100644 --- a/runtime/user/ChangeLog +++ b/runtime/user/ChangeLog @@ -1,3 +1,7 @@ +2005-11-29 Martin Hunt <hunt@redhat.com> + + * recreate_links: Remove links to deleted files. + 2005-11-08 Martin Hunt <hunt@redhat.com> * recreate_links: Add link to pmap-gen.c diff --git a/runtime/user/recreate_links b/runtime/user/recreate_links index bd824145..5b182480 100755 --- a/runtime/user/recreate_links +++ b/runtime/user/recreate_links @@ -2,12 +2,7 @@ ln -s ../map.h . ln -s ../map.c . -ln -s ../map-values.c . -ln -s ../map-keys.c . -ln -s ../map-int.c . -ln -s ../map-str.c . ln -s ../map-stat.c . -ln -s ../list.c . ln -s ../string.c . ln -s ../string.h . ln -s ../sym.c . |