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