Keep abug.exp
[deliverable/binutils-gdb.git] / .Sanitize
index ea068e22d81b44a27a87fcb5800ef27ac9d9f887..f8fad1edd1b38ec1b338a3ea786dddb89b403a64 100644 (file)
--- a/.Sanitize
+++ b/.Sanitize
@@ -56,7 +56,7 @@ keep_these_too="${keep_these_too} .cvsignore CYGNUS autoconf
        pagas patch prms rcs readline sed send-pr shellutils sim textutils
        texinfo tgas utils uudecode wdiff xiberty
        configure.bat makeall.bat winsup
-       ctax gls goonix guile guile-docs libguile slib
+       guile perl
        mpw-README mpw-configure mpw-config.in mpw-build.in"
 
 lose_these_too="${lose_these_too} testsuite"
@@ -260,35 +260,6 @@ else
        done
 fi
 
-sh3e_files="ChangeLog config-ml.in"
-if ( echo $* | grep keep\-sh3e > /dev/null ) ; then
-       for i in $sh3e_files ; do
-               if test ! -d $i && (grep sanitize-sh3e $i > /dev/null) ; then
-                       if [ -n "${verbose}" ] ; then
-                               echo Keeping sh3e stuff in $i
-                       fi
-               fi
-       done
-else
-       for i in $sh3e_files ; do
-               if test ! -d $i && (grep sanitize-sh3e $i > /dev/null) ; then
-                       if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"sh3e\" from $i...
-                       fi
-                       cp $i new
-                       sed '/start\-sanitize\-sh3e/,/end-\sanitize\-sh3e/d' < $i > new
-                       if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
-                               if [ -n "${verbose}" ] ; then
-                                       echo Caching $i in .Recover...
-                               fi
-                               mv $i .Recover
-                       fi
-                       mv new $i
-               fi
-       done
-fi
-
-
 if ( echo $* | grep lose\-gdbtk > /dev/null ) ; then
        echo Catering to RMS by removing traces of \"gdbtk\"...
        if [ -n "${verbose}" ] ; then
This page took 0.034203 seconds and 4 git commands to generate.