Set lose_these_too correctly
[deliverable/binutils-gdb.git] / gas / config / .Sanitize
index b4dc88aa92a996ac2b474111e1cf429ad0a2eacd..d70a82160950d6a9af4d9618ef3e325c7a7371d3 100644 (file)
@@ -1,8 +1,6 @@
-# Sanitize.in for devo.
-# $Id$
-#
+# .Sanitize for devo/gas/config
 
-# Each directory to survive it's way into a release will need a file
+# Each directory to survive its way into a release will need a file
 # like this one called "./.Sanitize".  All keyword lines must exist,
 # and must exist in the order specified by this file.  Each directory
 # in the tree will be processed, top down, in the following order.
 
 Do-first:
 
-
+if ( echo $* | grep keep\-mpw > /dev/null ) ; then
+       keep_these_too="ho-mpw.h"
+else
+       lose_these_too="ho-mpw.h"
+fi
 
 # All files listed between the "Things-to-keep:" line and the
 # "Files-to-sed:" line will be kept.  All other files will be removed.
@@ -43,6 +45,7 @@ ho-decstatn.h
 ho-generic.h
 ho-go32.h
 ho-hppabsd.h
+ho-hppaosf.h
 ho-hpux.h
 ho-i386.h
 ho-i386aix.h
@@ -55,15 +58,15 @@ ho-sun4.h
 ho-sunos.h
 ho-sysv.h
 ho-vax.h
+ho-vsta.h
 ho-vms.h
 i386coff.mt
 m68k.mt
 m68kcoff.mt
 m88k-opcode.h
-m88k.patches
+m88kcoff.mt
 mips-big.mt
 mips-lit.mt
-mips-opcode.h
 obj-aout.c
 obj-aout.h
 obj-bout.c
@@ -82,6 +85,8 @@ obj-hp300.c
 obj-hp300.h
 obj-ieee.c
 obj-ieee.h
+obj-som.c
+obj-som.h
 obj-vms.c
 obj-vms.h
 sh.mt
@@ -115,6 +120,8 @@ tc-sh.c
 tc-sh.h
 tc-sparc.c
 tc-sparc.h
+tc-sparc64.c
+tc-sparc64.h
 tc-tahoe.c
 tc-tahoe.h
 tc-vax.c
@@ -130,6 +137,8 @@ te-i386aix.h
 te-ic960.h
 te-irix.h
 te-linux.h
+te-lynx.h
+te-netbsd.h
 te-sco386.h
 te-sun3.h
 te-sysv32.h
@@ -138,19 +147,29 @@ z8k.mt
 
 Things-to-lose:
 
-
-
 Do-last:
 
 if ( echo $* | grep keep\-v9 > /dev/null ) ; then
-       echo Keeping v9 stuff in tc-sparc.c.
+       echo Keeping v9 stuff in `pwd`/tc-sparc'*' and obj-elf.h.
 else
-       echo Cleaning tc-sparc.c...
+       echo Cleaning `pwd`/tc-sparc.c...
        sed '/start\-sanitize/,/end-sanitize/d' < tc-sparc.c > new
        if [ -n "${safe}" ] ; then
                cp tc-sparc.c .Recover
        fi
        mv new tc-sparc.c
+       echo Cleaning `pwd`/obj-elf.h...
+       grep -v v9 < obj-elf.h > new
+       if [ -n "${safe}" ] ; then
+               cp obj-elf.h .Recover
+       fi
+       mv new obj-elf.h
+       echo Deleting tc-sparc64 files in `pwd`.
+       if [ -n "${safe}" ] ; then
+               mv -f tc-sparc64.c tc-sparc64.h .Recover
+       else
+               rm -f tc-sparc64.c tc-sparc64.h
+       fi
 fi
 
 # End of file.
This page took 0.025148 seconds and 4 git commands to generate.