diff options
author | hunt <hunt> | 2005-11-30 00:54:11 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-11-30 00:54:11 +0000 |
commit | 4cc73b3da4778a8189ddbf798403ee59dbbe6ae6 (patch) | |
tree | 7a9fa1733a1a97a98bfc46a66f4dc4ebf0493ad0 /runtime/user | |
parent | a46369128cb3df3d729a0f6f8f300d99f4c3cff6 (diff) | |
download | systemtap-steved-4cc73b3da4778a8189ddbf798403ee59dbbe6ae6.tar.gz systemtap-steved-4cc73b3da4778a8189ddbf798403ee59dbbe6ae6.tar.xz systemtap-steved-4cc73b3da4778a8189ddbf798403ee59dbbe6ae6.zip |
2005-11-29 Martin Hunt <hunt@redhat.com>
* recreate_links: Remove links to deleted files.
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 . |