* nm-hp300bsd.h (PTRACE_ARG3_TYPE): FSF's hp300's have int* not caddr_t.
[deliverable/binutils-gdb.git] / gas / .Sanitize
index 9e3bbdd6002115b2b56ae5d345ad1c7731c730ca..86f408a09dd0beb171e4a95c616bd9d06564670e 100644 (file)
@@ -17,7 +17,6 @@
 
 Do-first:
 
-echo Sanitizing `pwd`...
 
 # All files listed between the "Things-to-keep:" line and the
 # "Files-to-sed:" line will be kept.  All other files will be removed.
@@ -31,6 +30,7 @@ Things-to-keep:
 CONTRIBUTORS
 COPYING
 ChangeLog
+ChangeLog.v9
 Makefile.in
 NEWS
 NOTES
@@ -49,6 +49,7 @@ bignum.h
 bit_fix.h
 cond.c
 config
+config-gas.com
 configure.bat
 configure.in
 debug.c
@@ -91,12 +92,29 @@ xmalloc.c
 
 Do-last:
 
-echo Done in `pwd`.
+if ( echo $* | grep keep-v9 > /dev/null ) ; then
+       echo Keeping ChangeLog.v9.
+else
+       echo Removing ChangeLog.v9
+       if [ -n "${safe}" ] ; then
+               mv ChangeLog.v9 .Recover
+       else
+               rm ChangeLog.v9
+       fi
+fi
+
 
 #
 #
 # $Log$
-# Revision 1.13  1992/12/08 08:05:32  raeburn
+# Revision 1.15  1993/02/13 10:12:16  zoo
+# removing excess verbosity
+#
+# Revision 1.14  1993/01/08  14:40:59  raeburn
+# keep config-gas.com.
+# if purging v9, discard ChangeLog.v9, keep otherwise.
+#
+# Revision 1.13  1992/12/08  08:05:32  raeburn
 # updated for added/deleted files
 #
 # Revision 1.12  1992/07/28  18:58:12  gumby
This page took 0.023662 seconds and 4 git commands to generate.