remove d30v sanitization
[binutils-gdb.git] / gdb / config / .Sanitize
1 # .Sanitize for devo/gdb/config.
2
3 # Each directory to survive its way into a release will need a file
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
14 # done in this directory.
15
16 Do-first:
17
18 tic80_files="tic80"
19
20 if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
21 keep_these_too="${tic80_files} ${keep_these_too}"
22 if [ -n "${verbose}" ] ; then
23 echo Keeping ${tic80_files}
24 fi
25 else
26 lose_these_too="${tic80_files} ${lose_these_too}"
27 if [ -n "${verbose}" ] ; then
28 echo Deleting ${tic80_files}
29 fi
30 fi
31
32 # All files listed between the "Things-to-keep:" line and the
33 # "Files-to-sed:" line will be kept. All other files will be removed.
34 # Directories listed in this section will have their own Sanitize
35 # called. Directories not listed will be removed in their entirety
36 # with rm -rf.
37
38 Things-to-keep:
39
40 a29k
41 alpha
42 arc
43 arm
44 convex
45 d10v
46 d30v
47 gould
48 h8300
49 h8500
50 i386
51 i960
52 m32r
53 m68k
54 m88k
55 mips
56 mn10200
57 mn10300
58 nm-empty.h
59 nm-gnu.h
60 nm-lynx.h
61 nm-m3.h
62 nm-nbsd.h
63 nm-sysv4.h
64 none
65 ns32k
66 pa
67 powerpc
68 pyr
69 romp
70 rs6000
71 sh
72 sparc
73 tahoe
74 tm-lynx.h
75 tm-nbsd.h
76 tm-sunos.h
77 tm-sysv4.h
78 vax
79 v850
80 xm-aix4.h
81 xm-lynx.h
82 xm-mpw.h
83 xm-nbsd.h
84 xm-sysv4.h
85 w65
86 z8k
87
88 Things-to-lose:
89
90 Do-last:
91
92 # End of file.