* nm-hp300bsd.h (PTRACE_ARG3_TYPE): FSF's hp300's have int* not caddr_t.
[deliverable/binutils-gdb.git] / gas / .Sanitize
index 40f3eaf37e13d5d82fc71cc0aede1558dd9d048a..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.
@@ -28,43 +27,41 @@ echo Sanitizing `pwd`...
 Things-to-keep:
 
 .gdbinit
+CONTRIBUTORS
 COPYING
 ChangeLog
-Makefile.bat
+ChangeLog.v9
 Makefile.in
+NEWS
 NOTES
 NOTES.config
 README
 README-quirks
-README-vms-dbg
+README-vms
 README.coff
-obstack.h
-obstack.c
-bit_fix.h
-strerror.c
 README.rich
-a.out.gnu.h
 app.c
 as.c
 as.h
 atof-generic.c
 bignum-copy.c
 bignum.h
+bit_fix.h
 cond.c
 config
+config-gas.com
 configure.bat
 configure.in
 debug.c
 doc
 expr.c
 expr.h
-flonum-konst.c
 flonum-copy.c
+flonum-konst.c
 flonum-mult.c
 flonum.h
 frags.c
 frags.h
-gas-format.el
 hash.c
 hash.h
 hex-value.c
@@ -75,15 +72,12 @@ link.cmd
 listing.c
 listing.h
 make-gas.com
-makefile.dos
 messages.c
 obj.h
-objdump.c
 output-file.c
 output-file.h
 read.c
 read.h
-strstr.c
 struc-symbol.h
 subsegs.c
 subsegs.h
@@ -91,21 +85,39 @@ symbols.c
 symbols.h
 tc.h
 testscripts
-ver960.c
 version.c
 write.c
 write.h
 xmalloc.c
-xrealloc.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.12  1992/07/28 18:58:12  gumby
+# 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
 # Don't save obsolete/
 #
 # Revision 1.11  1992/03/13  16:04:15  sac
This page took 0.023832 seconds and 4 git commands to generate.