diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-06-10 21:22:31 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-06-10 21:22:31 +0000 |
commit | 6beb80b22fe2c60bc07f63945ef36398317fcbb8 (patch) | |
tree | 4e93ef9cbc276a708bb04082751c23a332b16ea2 /ld/.Sanitize | |
parent | 5cad5873e0c21cd9110aae27fa8a5bb2ed4ca93d (diff) | |
download | gdb-6beb80b22fe2c60bc07f63945ef36398317fcbb8.zip gdb-6beb80b22fe2c60bc07f63945ef36398317fcbb8.tar.gz gdb-6beb80b22fe2c60bc07f63945ef36398317fcbb8.tar.bz2 |
Don't sanitize out SPARC v9 stuff.
Diffstat (limited to 'ld/.Sanitize')
-rw-r--r-- | ld/.Sanitize | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/ld/.Sanitize b/ld/.Sanitize index da8143e..1c69553 100644 --- a/ld/.Sanitize +++ b/ld/.Sanitize @@ -94,31 +94,6 @@ Things-to-lose: Do-last: -echo Looking for signs of \"v9\"... - -# Don't try to clean directories here, as the 'mv' command will fail. -# Also, grep fails on NFS mounted directories. -if ( echo $* | grep keep\-v9 > /dev/null ) ; then - for i in * ; do - if test ! -d $i && (grep sanitize-v9 $i > /dev/null) ; then - echo Keeping v9 stuff in $i - fi - done -else - for i in * ; do - if test ! -d $i && (grep sanitize-v9 $i > /dev/null) ; then - echo Cleaning the \"v9\" out of $i... - cp $i new - sed '/start\-sanitize\-v9/,/end-\sanitize\-v9/d' < $i > new - if [ -n "${safe}" -a ! -f .Recover/$i ] ; then - echo Caching $i in .Recover... - mv $i .Recover - fi - mv new $i - fi - done -fi - echo Looking for traces of \"mpw\"... # Don't try to clean directories here, as the 'mv' command will fail. |