Commit again, CVS botched this last time.
[deliverable/binutils-gdb.git] / include / coff / .Sanitize
index 2de59e29965845c9f1c5964e1a7249919988437b..80f1131466c5073320a5a72fb35a74c9bc70861f 100644 (file)
@@ -15,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
@@ -24,8 +25,10 @@ Do-first:
 Things-to-keep:
 
 ChangeLog
+alpha.h
 a29k.h
-ecoff-ext.h
+apollo.h
+ecoff.h
 h8300.h
 h8500.h
 i386.h
@@ -35,11 +38,37 @@ m68k.h
 m88k.h
 mips.h
 rs6000.h
+sh.h
+sparc.h
 sym.h
 symconst.h
 we32k.h
 z8k.h
 
+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.024267 seconds and 4 git commands to generate.