Remove last remnants of hpread sanitization.
authorJeff Law <law@redhat.com>
Fri, 2 Dec 1994 06:42:40 +0000 (06:42 +0000)
committerJeff Law <law@redhat.com>
Fri, 2 Dec 1994 06:42:40 +0000 (06:42 +0000)
gdb/.Sanitize
gdb/config/pa/.Sanitize

index 31afb47080fcc324ffc483c6d0c7ae48f2bcbb0a..f0556e2c487eab9e5dcc2c4d6fd4da012f9fb44b 100644 (file)
@@ -365,32 +365,6 @@ else
        done
 fi
 
-echo Removing traces of \"hpread\"...
-
-# Don't try to clean directories here, as the 'mv' command will fail.
-# Also, grep fails on NFS mounted directories.
-if ( echo $* | grep keep\-hpread > /dev/null ) ; then
-       for i in * ; do
-               if test ! -d $i && (grep sanitize-hpread $i > /dev/null) ; then
-                       echo Keeping hpread stuff in $i
-               fi
-       done
-else
-       for i in * ; do
-               if test ! -d $i && (grep sanitize-hpread $i > /dev/null) ; then
-                       echo Removing traces of \"hpread\" out of $i...
-                       cp $i new
-                       sed '/start\-sanitize\-hpread/,/end-\sanitize\-hpread/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
-
-
 r16_files = "configure.in"
 
 if ( echo $* | grep keep\-r16 > /dev/null ) ; then
index 27ae60a32024126d20e10b463d57676ca4860d95..abf6a7138e794b0c16e4ae1f8d9a761e08b2ff8c 100644 (file)
@@ -42,29 +42,4 @@ Things-to-lose:
 
 Do-last:
 
-echo Removing traces of \"hpread\"...
-
-# Don't try to clean directories here, as the 'mv' command will fail.
-# Also, grep fails on NFS mounted directories.
-if ( echo $* | grep keep\-hpread > /dev/null ) ; then
-       for i in * ; do
-               if test ! -d $i && (grep sanitize-hpread $i > /dev/null) ; then
-                       echo Keeping hpread stuff in $i
-               fi
-       done
-else
-       for i in * ; do
-               if test ! -d $i && (grep sanitize-hpread $i > /dev/null) ; then
-                       echo Removing traces of \"hpread\" out of $i...
-                       cp $i new
-                       sed '/start\-sanitize\-hpread/,/end-\sanitize\-hpread/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
-
 # End of file.