Commit again, CVS botched this last time.
[deliverable/binutils-gdb.git] / include / coff / .Sanitize
index 78ba1d02266f4a4977e643283480eaee069597b8..80f1131466c5073320a5a72fb35a74c9bc70861f 100644 (file)
@@ -1,6 +1,4 @@
-# Sanitize.in for devo.
-# $Id$
-#
+# Sanitize.in for include/coff.
 
 # Each directory to survive it's way into a release will need a file
 # like this one called "./.Sanitize".  All keyword lines must exist,
@@ -17,6 +15,7 @@
 
 Do-first:
 
+
 # All files listed between the "Things-to-keep:" line and the
 # "Files-to-sed:" line will be kept.  All other files will be removed.
 # Directories listed in this section will have their own Sanitize
@@ -26,9 +25,12 @@ Do-first:
 Things-to-keep:
 
 ChangeLog
+alpha.h
 a29k.h
-ecoff-ext.h
+apollo.h
+ecoff.h
 h8300.h
+h8500.h
 i386.h
 i960.h
 internal.h
@@ -36,16 +38,37 @@ m68k.h
 m88k.h
 mips.h
 rs6000.h
+sh.h
+sparc.h
 sym.h
 symconst.h
 we32k.h
 z8k.h
-Do-last:
 
-echo Done in `pwd`.
+Things-to-lose:
+
+
+Do-last:
 
-#
-#
-#
+i960xl_files="ChangeLog i960.h"
+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
 
 # End of file.
This page took 0.023976 seconds and 4 git commands to generate.