Wed Jul 13 18:01:58 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
[deliverable/binutils-gdb.git] / gas / .Sanitize
index 042e56cd942134e66664e8213f6fdf847e15f800..d778c5c599f1810daa7854f0f8da3e98a195a28e 100644 (file)
@@ -1,4 +1,4 @@
-# .Sanitize for devo/gas
+# .Sanitize for devo/gas.
 
 # Each directory to survive its way into a release will need a file
 # like this one called "./.Sanitize".  All keyword lines must exist,
 
 # The lines between the "Do-first:" line and the "Things-to-keep:"
 # line are executed as a /bin/sh shell script before anything else is
-# done in this 
+# done in this directory.
 
 Do-first:
 
 if ( echo $* | grep keep\-mpw > /dev/null ) ; then
-       keep_these_too="mpw-make.in mpw-config.in ChangeLog.mpw"
-       if ( echo $* | grep keep\-gm > /dev/null ) ; then
-               keep_these_too="mpw-xconfig.in ChangeLog.gm ${keep_these_too}"
-       fi
+       keep_these_too="mpw-config.in mpw-make.in ChangeLog.mpw"
+else
+       lose_these_too="mpw-config.in mpw-make.in ChangeLog.mpw"
 fi
 
 # All files listed between the "Things-to-keep:" line and the
@@ -34,7 +33,6 @@ Things-to-keep:
 CONTRIBUTORS
 COPYING
 ChangeLog
-ChangeLog.v9
 Makefile.in
 NEWS
 NOTES
@@ -68,6 +66,7 @@ flonum-mult.c
 flonum.h
 frags.c
 frags.h
+gasp.c
 hash.c
 hash.h
 hex-value.c
@@ -93,6 +92,7 @@ symbols.c
 symbols.h
 tc.h
 testsuite
+vmsconf.sh
 write.c
 write.h
 xmalloc.c
@@ -101,30 +101,5 @@ Things-to-lose:
 
 Do-last:
 
-if ( echo $* | grep keep-v9 > /dev/null ) ; then
-       if [ -n "${verbose}" ] ; then
-               echo Keeping `pwd`/ChangeLog.v9.
-               echo Keeping v9 code in `pwd`/configure.in.
-       fi
-else
-       if [ -n "${verbose}" ] ; then
-               echo Removing `pwd`/ChangeLog.v9
-       fi
-       if [ -n "${safe}" ] ; then
-               mv ChangeLog.v9 .Recover
-       else
-               rm ChangeLog.v9
-       fi
-       if [ -n "${verbose}" ] ; then
-               echo Cleaning v9 code from `pwd`/configure.in.
-       fi
-       grep -v v9 < configure.in > new
-       if [ -n "${safe}" ]; then
-               mv configure.in .Recover
-       fi
-       mv -f new configure.in
-fi
-
-
 #
 # End of file.
This page took 0.025984 seconds and 4 git commands to generate.