40ac16240a
* gdb.*/*.exp: Call gdb_expect instead of expect. * lib/gdb.exp(gdb_expect): New function.
82 lines
1.6 KiB
Text
82 lines
1.6 KiB
Text
# .Sanitize for gdb/testsuite/config.
|
|
|
|
# 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.
|
|
|
|
Do-first:
|
|
|
|
m32r_files="m32r.exp m32r-stub.exp"
|
|
|
|
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:
|
|
|
|
abug.exp
|
|
cpu32bug.exp
|
|
est.exp
|
|
gdbserver.exp
|
|
hmsirom.exp
|
|
hppro.exp
|
|
mips.exp
|
|
mips-idt.exp
|
|
monitor.exp
|
|
mt-a29k-udi
|
|
mt-i386-aout
|
|
mt-i960-nindy
|
|
mt-lynx
|
|
mt-m68k
|
|
mt-mips-ecoff
|
|
mt-netware
|
|
mt-slite
|
|
mt-sparc-aout
|
|
mt-unix
|
|
mt-vxworks
|
|
netware.exp
|
|
nind.exp
|
|
rom68k.exp
|
|
sh.exp
|
|
sim.exp
|
|
slite.exp
|
|
udi.exp
|
|
unix.exp
|
|
unknown.exp
|
|
vr4300.exp
|
|
vx.exp
|
|
vxworks.exp
|
|
vxworks29k.exp
|
|
|
|
Things-to-lose:
|
|
|
|
d10v.exp
|
|
sparclet-old.exp
|
|
sparclet.exp
|
|
|
|
# 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
|