Don't sanitize out SPARC v9 stuff.
authorIan Lance Taylor <ian@airs.com>
Fri, 10 Jun 1994 21:22:31 +0000 (21:22 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 10 Jun 1994 21:22:31 +0000 (21:22 +0000)
ld/.Sanitize
ld/config/.Sanitize
ld/emulparams/.Sanitize

index da8143ea904a5c662cf597dbfd524d5425481b2e..1c695537cf778edf49f9e7b532ea05cca0e67659 100644 (file)
@@ -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.
index a5957d12cb17ab2cb4af5bc071d91b3e511364ec..3d601cb85d7eb24ff2215b5efbf64850a1cce1a3 100644 (file)
@@ -97,18 +97,3 @@ Things-to-lose:
 # done.
 
 Do-last:
-
-if ( echo $* | grep keep-v9 > /dev/null ) ; then
-       if [ -n "${verbose}" ] ; then
-               echo Keeping `pwd`/sparc64-elf.mt.
-       fi
-else
-       if [ -n "${verbose}" ] ; then
-               echo Removing `pwd`/sparc64-elf.mt.
-       fi
-       if [ -n "${safe}" ] ; then
-               mv sparc64-elf.mt .Recover
-       else
-               rm sparc64-elf.mt
-       fi
-fi
index 74c7da515cff3e8cf77d496e4641ba9da133eae5..4d703ec98ec13434e0aa847b57a4f403bbd5f730 100644 (file)
@@ -83,19 +83,3 @@ Things-to-lose:
 # done.
 
 Do-last:
-
-if ( echo $* | grep keep-v9 > /dev/null ) ; then
-       if [ -n "${verbose}" ] ; then
-               echo Keeping `pwd`/elf64_sparc.sh.
-       fi
-else
-       if [ -n "${verbose}" ] ; then
-               echo Removing `pwd`/elf64_sparc.sh.
-       fi
-       if [ -n "${safe}" ] ; then
-               mv elf64_sparc.sh .Recover
-       else
-               rm elf64_sparc.sh
-       fi
-fi
-