old-cross-binutils/gdb/testsuite/config/.Sanitize

83 lines
1.6 KiB
Text
Raw Normal View History

1994-07-12 01:43:09 +00:00
# .Sanitize for gdb/testsuite/config.
1994-07-12 01:43:09 +00:00
# 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.
# Hash started lines like this one are comments and will be deleted
# before anything else is done. Blank lines will also be squashed
# out.
# All files listed between the "Things-to-keep:" line and the
# "Do-last:" 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.
1996-10-31 02:31:56 +00:00
Do-first:
m32r_files="m32r.exp m32r-stub.exp"
1996-10-31 02:31:56 +00:00
if ( echo $* | grep keep\-m32r > /dev/null ) ; then
keep_these_too="${m32r_files} ${keep_these_too}"
if [ -n "${verbose}" ] ; then
echo Keeping ${m32r_files}
fi
else
lose_these_too="${m32r_files} ${lose_these_too}"
if [ -n "${verbose}" ] ; then
echo Deleting ${m32r_files}
fi
fi
Things-to-keep:
1996-05-31 17:11:51 +00:00
abug.exp
cpu32bug.exp
1997-03-03 00:35:40 +00:00
d10v.exp
est.exp
gdbserver.exp
hmsirom.exp
1995-08-03 17:06:45 +00:00
hppro.exp
mips.exp
mips-idt.exp
1995-08-03 17:06:45 +00:00
monitor.exp
mt-a29k-udi
mt-i386-aout
mt-i960-nindy
1994-07-12 01:43:09 +00:00
mt-lynx
mt-m68k
mt-mips-ecoff
mt-netware
1994-07-12 01:43:09 +00:00
mt-slite
mt-sparc-aout
1994-07-12 01:43:09 +00:00
mt-unix
mt-vxworks
1994-08-02 17:27:18 +00:00
netware.exp
nind.exp
rom68k.exp
sh.exp
sim.exp
slite.exp
udi.exp
unix.exp
1994-02-19 00:37:57 +00:00
unknown.exp
vr4300.exp
vx.exp
1997-02-22 00:17:12 +00:00
vxworks.exp
vxworks29k.exp
1993-05-27 06:44:29 +00:00
Things-to-lose:
sparclet-old.exp
sparclet.exp
1993-07-30 16:46:19 +00:00
# The lines between the "Do-last:" line and the end of the file
# are executed as a /bin/sh shell script after everything else is
# done.
Do-last:
# eof