* gas/mips/mips.exp: Run the new tests, below.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / .Sanitize
CommitLineData
e33bfde7 1# .Sanitize for devo/gas/testsuite/gas
f70a4714 2
e33bfde7 3# Each directory to survive its way into a release will need a file
f70a4714
KR
4# like this one called "./.Sanitize". All keyword lines must exist,
5# and must exist in the order specified by this file. Each directory
6# in the tree will be processed, top down, in the following order.
7
8# Hash started lines like this one are comments and will be deleted
9# before anything else is done. Blank lines will also be squashed
10# out.
11
12# The lines between the "Do-first:" line and the "Things-to-keep:"
13# line are executed as a /bin/sh shell script before anything else is
e33bfde7 14# done in this directory.
f70a4714
KR
15
16Do-first:
17
6438209c
KR
18for d in gasp i386-bsd ieee.fp mn10x00 ; do
19 if [ -d $d ]; then
20 lose_these_too="$d ${lose_these_too}"
21 fi
22done
23
ba35784c
FF
24if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
25 keep_these_too="tic80 ${keep_these_too}"
26else
27 lose_these_too="tic80 ${lose_these_too}"
28fi
29
947ef401 30if ( echo $* | grep keep\-sky > /dev/null ) ; then
0f1ec0f9 31 keep_these_too="dvp ${keep_these_too}"
947ef401 32else
0f1ec0f9 33 lose_these_too="dvp ${lose_these_too}"
947ef401
DE
34fi
35
f70a4714 36# All files listed between the "Things-to-keep:" line and the
e33bfde7 37# "Do-last:" line will be kept. All other files will be removed.
f70a4714
KR
38# Directories listed in this section will have their own Sanitize
39# called. Directories not listed will be removed in their entirety
40# with rm -rf.
41
42Things-to-keep:
43
6bf74aa6 44all
3eacff17 45alpha
3ffb03b1 46arc
f661ed29 47arm
cc88a106 48d30v
e5e95c7d 49fr30
e1affd58 50h8300
fae89ef0 51hppa
2989a84e 52i386
d2ccfce3 53ieee-fp
a7d373e5 54m32r
6bf74aa6
KR
55m68k
56m68k-coff
a7b2f95a 57m88k
96dbd10d 58macros
5fe67aa8 59mips
ae1b99e4
JL
60mn10200
61mn10300
9c92373a 62mri
36fb0b86 63ppc
a61bc32c 64sh
375b983b 65sparc
6bf74aa6 66sparc-solaris
49647ad5 67sun4
6bf74aa6 68template
8f3c5ddb 69v850
042af364 70vtable
ca82f2cd 71vax
f70a4714 72
87756e15
RP
73Things-to-lose:
74
e33bfde7
ILT
75# The lines between the "Do-last:" line and the end of the file
76# are executed as a /bin/sh shell script after everything else is
77# done.
78
f70a4714
KR
79Do-last:
80
e33bfde7 81# eof
This page took 0.21347 seconds and 4 git commands to generate.