old-cross-binutils/gas/config/.Sanitize

184 lines
2.9 KiB
Text
Raw Normal View History

1994-01-04 21:18:15 +00:00
# .Sanitize for devo/gas/config
1991-05-23 17:10:40 +00:00
1994-01-04 21:18:15 +00:00
# Each directory to survive its way into a release will need a file
1991-05-23 17:10:40 +00:00
# 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.
# Hash started lines like this one are comments and will be deleted
# before anything else is done. Blank lines will also be squashed
# out.
# The lines between the "Do-first:" line and the "Things-to-keep:"
# line are executed as a /bin/sh shell script before anything else is
# done in this
Do-first:
1994-01-04 21:18:15 +00:00
if ( echo $* | grep keep\-mpw > /dev/null ) ; then
keep_these_too="ho-mpw.h"
1994-01-11 02:55:30 +00:00
else
lose_these_too="ho-mpw.h"
1994-01-04 21:18:15 +00:00
fi
1993-04-27 01:32:09 +00:00
1991-05-23 17:10:40 +00:00
# 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
# called. Directories not listed will be removed in their entirety
# with rm -rf.
Things-to-keep:
1992-02-27 18:52:18 +00:00
aout_gnu.h
alpha-opcode.h
1991-05-23 17:10:40 +00:00
atof-ieee.c
1992-02-18 10:13:57 +00:00
atof-ns32k.c
1992-12-08 09:30:28 +00:00
atof-tahoe.c
1991-05-23 17:10:40 +00:00
atof-vax.c
1992-02-27 18:52:18 +00:00
coff_gnu.h
1991-05-23 17:10:40 +00:00
cplus-dem.c
1992-07-23 18:23:44 +00:00
ebmon29k.mt
h8300.mt
h8500.mt
1992-07-23 18:23:44 +00:00
h8300hds.mt
1991-05-23 17:10:40 +00:00
ho-ansi.h
ho-decstatn.h
1991-05-23 17:10:40 +00:00
ho-generic.h
1992-02-22 00:24:13 +00:00
ho-go32.h
1993-06-03 21:23:53 +00:00
ho-hppabsd.h
ho-hppaosf.h
1991-05-23 17:10:40 +00:00
ho-hpux.h
ho-i386.h
1992-07-23 18:23:44 +00:00
ho-i386aix.h
ho-irix.h
1994-02-22 17:57:49 +00:00
ho-mach3.h
1993-02-08 19:24:09 +00:00
ho-mipsbsd.h
1991-05-23 17:10:40 +00:00
ho-rs6000.h
ho-sun3.h
ho-sun386.h
ho-sun4.h
ho-sunos.h
ho-sysv.h
ho-vax.h
ho-vsta.h
1992-12-08 09:30:28 +00:00
ho-vms.h
1992-09-11 22:02:52 +00:00
i386coff.mt
1994-03-15 03:36:27 +00:00
ic960coff.mt
1992-07-23 18:23:44 +00:00
m68k.mt
m68kcoff.mt
1992-07-23 18:23:44 +00:00
m88k-opcode.h
m88kcoff.mt
1993-03-09 16:12:44 +00:00
mips-big.mt
mips-lit.mt
1991-05-23 17:10:40 +00:00
obj-aout.c
obj-aout.h
obj-bout.c
obj-bout.h
obj-coff.c
obj-coff.h
1991-12-12 03:34:31 +00:00
obj-coffbfd.c
obj-coffbfd.h
1993-03-09 16:12:44 +00:00
obj-ecoff.c
obj-ecoff.h
1993-02-08 19:24:09 +00:00
obj-elf.c
obj-elf.h
1991-05-23 17:10:40 +00:00
obj-generic.c
obj-generic.h
1993-05-06 02:03:00 +00:00
obj-hp300.c
obj-hp300.h
obj-ieee.c
obj-ieee.h
obj-som.c
obj-som.h
1992-12-08 09:30:28 +00:00
obj-vms.c
obj-vms.h
1993-04-27 01:32:09 +00:00
sh.mt
1992-08-31 00:27:23 +00:00
sparc.mt
1991-05-23 17:10:40 +00:00
tc-a29k.c
tc-a29k.h
tc-alpha.c
tc-alpha.h
1991-05-23 17:10:40 +00:00
tc-generic.c
tc-generic.h
tc-h8300.c
tc-h8300.h
tc-h8500.c
tc-h8500.h
1993-05-06 02:03:00 +00:00
tc-hppa.c
tc-hppa.h
1991-05-23 17:10:40 +00:00
tc-i386.c
tc-i386.h
tc-i860.c
tc-i860.h
tc-i960.c
tc-i960.h
tc-m68851.h
tc-m68k.c
tc-m68k.h
1992-07-23 18:23:44 +00:00
tc-m88k.c
tc-m88k.h
tc-mips.c
tc-mips.h
1991-05-23 17:10:40 +00:00
tc-ns32k.c
tc-ns32k.h
tc-ppc.c
tc-ppc.h
1993-04-27 01:32:09 +00:00
tc-sh.c
tc-sh.h
1991-11-11 23:36:39 +00:00
tc-sparc.c
1992-02-13 10:13:24 +00:00
tc-sparc.h
1993-06-30 10:30:54 +00:00
tc-sparc64.c
tc-sparc64.h
1992-12-08 09:42:06 +00:00
tc-tahoe.c
tc-tahoe.h
1991-05-23 17:10:40 +00:00
tc-vax.c
tc-vax.h
1992-08-25 22:12:54 +00:00
tc-z8k.c
tc-z8k.h
1993-05-06 02:03:00 +00:00
te-386bsd.h
1991-05-23 17:10:40 +00:00
te-dpx2.h
te-generic.h
1993-05-06 02:03:00 +00:00
te-hp300.h
te-hppa.h
1992-07-23 18:23:44 +00:00
te-i386aix.h
1991-05-23 17:10:40 +00:00
te-ic960.h
te-irix.h
1993-05-06 02:03:00 +00:00
te-linux.h
1993-09-28 20:20:27 +00:00
te-lynx.h
1994-02-18 22:04:40 +00:00
te-mach.h
1994-01-09 21:03:39 +00:00
te-netbsd.h
1991-05-23 17:10:40 +00:00
te-sco386.h
te-sun3.h
1992-02-13 10:13:24 +00:00
te-sysv32.h
1991-05-23 17:10:40 +00:00
vax-inst.h
1992-08-25 22:12:54 +00:00
z8k.mt
1991-05-23 17:10:40 +00:00
1993-05-27 06:44:29 +00:00
Things-to-lose:
1991-05-23 17:10:40 +00:00
Do-last:
if ( echo $* | grep keep\-v9 > /dev/null ) ; then
echo Keeping v9 stuff in `pwd`/tc-sparc'*' and obj-elf.h.
1991-05-23 17:10:40 +00:00
else
echo Cleaning `pwd`/tc-sparc.c...
1991-05-23 17:10:40 +00:00
sed '/start\-sanitize/,/end-sanitize/d' < tc-sparc.c > new
1991-09-04 01:55:53 +00:00
if [ -n "${safe}" ] ; then
cp tc-sparc.c .Recover
fi
1991-05-23 17:10:40 +00:00
mv new tc-sparc.c
echo Cleaning `pwd`/obj-elf.h...
1993-07-07 16:19:59 +00:00
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
1991-05-23 17:10:40 +00:00
fi
# End of file.