No longer sanitize away h8s stuff
[deliverable/binutils-gdb.git] / gas / .Sanitize
index c5bae552792af0dbb385b36190c19cb667c0b205..77cf3d00e5b37f47af0ba2d286f2948294e86cc4 100644 (file)
@@ -26,15 +26,13 @@ Things-to-keep:
 CONTRIBUTORS
 COPYING
 ChangeLog
+ChangeLog.1
 Makefile.in
 NEWS
 NOTES
 NOTES.config
 README
-README-quirks
 README-vms
-README.coff
-README.rich
 acconfig.h
 aclocal.m4
 app.c
@@ -76,11 +74,12 @@ link.cmd
 listing.c
 listing.h
 literal.c
+mac-as.r
 macro.c
 macro.h
 messages.c
 mpw-config.in
-mpw-make.in
+mpw-make.sed
 obj.h
 output-file.c
 output-file.h
@@ -105,66 +104,23 @@ Things-to-lose:
 
 Do-last:
 
-i960xl_files=ChangeLog
-if ( echo $* | grep keep\-i960xl > /dev/null ) ; then
-       if [ -n "${verbose}" ] ; then
-               echo Keeping i960xl stuff in $i960xl_files.
-       fi
-else
-       if [ -n "${verbose}" ]; then
-               echo -n Cleaning i960xl in `pwd`:
-       fi
-       for f in $i960xl_files ; do
-               if [ -n "${verbose}" ] ; then
-                       echo -n " " $f
-               fi
-               sed '/start\-sanitize\-i960xl/,/end\-sanitize\-i960xl/d' < $f > new
-               if [ -n "${safe}" ] ; then
-                       mv $f .Recover
-               fi
-               mv new $f
-       done
-fi
-
-sh3e_files="ChangeLog"
-if ( echo $* | grep keep\-sh3e > /dev/null ) ; then
-       if [ -n "${verbose}" ] ; then
-               echo Keeping sh3e stuff in $sh3e_files.
-       fi
-else
-       if [ -n "${verbose}" ]; then
-               echo -n Cleaning sh3e in `pwd`:
-       fi
-       for f in $sh3e_files ; do
-               if [ -n "${verbose}" ] ; then
-                       echo -n " " $f
-               fi
-               sed -e '/start\-sanitize\-sh3e/,/end\-sanitize\-sh3e/d' -e '/ xl /d' < $f > new
-               if [ -n "${safe}" ] ; then
-                       mv $f .Recover
-               fi
-               mv new $f
-       done
-fi
-
-rce_files="configure.in as.c configure ChangeLog Makefile.in"
-
-if ( echo $* | grep keep\-rce > /dev/null ) ; then
-       for i in $rce_files ; do
-               if test ! -d $i && (grep sanitize-rce $i > /dev/null) ; then
+arc_files="ChangeLog configure.in configure Makefile.in ChangeLog.1"
+if ( echo $* | grep keep\-arc > /dev/null ) ; then
+       for i in $arc_files ; do
+               if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Keeping rce stuff in $i
+                               echo Keeping arc stuff in $i
                        fi
                fi
        done
 else
-       for i in $rce_files ; do
-               if test ! -d $i && (grep sanitize-rce $i > /dev/null) ; then
+       for i in $arc_files ; do
+               if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"rce\" from $i...
+                               echo Removing traces of \"arc\" from $i...
                        fi
                        cp $i new
-                       sed '/start\-sanitize\-rce/,/end-\sanitize\-rce/d' < $i > new
+                       sed '/start\-sanitize\-arc/,/end-\sanitize\-arc/d' < $i > new
                        if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
                                if [ -n "${verbose}" ] ; then
                                        echo Caching $i in .Recover...
@@ -176,23 +132,22 @@ else
        done
 fi
 
-arc_files="ChangeLog configure.in configure Makefile.in"
-if ( echo $* | grep keep\-arc > /dev/null ) ; then
-       for i in $arc_files ; do
-               if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then
+if ( echo $* | grep keep\-gm > /dev/null ) ; then
+       for i in * ; do
+               if test ! -d $i && (grep sanitize-gm $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Keeping arc stuff in $i
+                               echo Keeping gm stuff in $i
                        fi
                fi
        done
 else
-       for i in $arc_files ; do
-               if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then
+       for i in * ; do
+               if test ! -d $i && (grep sanitize-gm $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"arc\" from $i...
+                               echo Removing traces of \"gm\" from $i...
                        fi
                        cp $i new
-                       sed '/start\-sanitize\-arc/,/end-\sanitize\-arc/d' < $i > new
+                       sed '/start\-sanitize\-gm/,/end-\sanitize\-gm/d' < $i > new
                        if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
                                if [ -n "${verbose}" ] ; then
                                        echo Caching $i in .Recover...
@@ -204,6 +159,7 @@ else
        done
 fi
 
+
 for i in * ; do
        if test ! -d $i && (grep sanitize $i > /dev/null) ; then
                echo '***' Some mentions of Sanitize are still left in $i! 1>&2
This page took 0.025029 seconds and 4 git commands to generate.