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/recreate_links | |
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/recreate_links')
-rwxr-xr-x | runtime/user/recreate_links | 5 |
1 files changed, 0 insertions, 5 deletions
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 . |