]> Git Repo - binutils.git/blame - gas/config/.Sanitize
No longer need to keep/lose any MPW stuff
[binutils.git] / gas / config / .Sanitize
CommitLineData
4f5d16c7 1# .Sanitize for devo/gas/config
0fd8d5d9 2
4f5d16c7 3# Each directory to survive its way into a release will need a file
0fd8d5d9
RP
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
15
16Do-first:
17
0fd8d5d9
RP
18# All files listed between the "Things-to-keep:" line and the
19# "Files-to-sed:" line will be kept. All other files will be removed.
20# Directories listed in this section will have their own Sanitize
21# called. Directories not listed will be removed in their entirety
22# with rm -rf.
23
24Things-to-keep:
25
3e6e09c0 26aout_gnu.h
5749c497 27alpha-opcode.h
0fd8d5d9 28atof-ieee.c
b41390d2 29atof-tahoe.c
0fd8d5d9 30atof-vax.c
0fd8d5d9 31cplus-dem.c
c794f0aa 32go32.mh
cd625bf3 33h8300.mt
033400ec 34h8500.mt
6066ebad 35i386coff.mt
cd625bf3 36m68k.mt
3ad9ec6a 37m68kcoff.mt
cd625bf3 38m88k-opcode.h
77a401e2 39m88kcoff.mt
e99f6f9c
ILT
40mips-big.mt
41mips-lit.mt
0fd8d5d9
RP
42obj-aout.c
43obj-aout.h
0fd8d5d9
RP
44obj-bout.c
45obj-bout.h
46obj-coff.c
47obj-coff.h
e99f6f9c
ILT
48obj-ecoff.c
49obj-ecoff.h
a4099f78
KR
50obj-elf.c
51obj-elf.h
0fd8d5d9
RP
52obj-generic.c
53obj-generic.h
daae8c92
KR
54obj-hp300.c
55obj-hp300.h
fd345c9c
SC
56obj-ieee.c
57obj-ieee.h
0fa747c4
JL
58obj-som.c
59obj-som.h
b41390d2
KR
60obj-vms.c
61obj-vms.h
4a1bbbe7 62sh.mt
0fd8d5d9
RP
63tc-a29k.c
64tc-a29k.h
5749c497
KR
65tc-alpha.c
66tc-alpha.h
6c3bc2b8
KR
67tc-arm.c
68tc-arm.h
0fd8d5d9
RP
69tc-generic.c
70tc-generic.h
fd345c9c
SC
71tc-h8300.c
72tc-h8300.h
033400ec
SC
73tc-h8500.c
74tc-h8500.h
daae8c92
KR
75tc-hppa.c
76tc-hppa.h
0fd8d5d9
RP
77tc-i386.c
78tc-i386.h
79tc-i860.c
80tc-i860.h
81tc-i960.c
82tc-i960.h
83tc-m68851.h
84tc-m68k.c
85tc-m68k.h
cd625bf3
DHW
86tc-m88k.c
87tc-m88k.h
fd345c9c
SC
88tc-mips.c
89tc-mips.h
0fd8d5d9
RP
90tc-ns32k.c
91tc-ns32k.h
af46c203
ILT
92tc-ppc.c
93tc-ppc.h
4a1bbbe7
SC
94tc-sh.c
95tc-sh.h
6690d829 96tc-sparc.c
920babce 97tc-sparc.h
af3b5ad2
KR
98tc-tahoe.c
99tc-tahoe.h
0fd8d5d9
RP
100tc-vax.c
101tc-vax.h
163107a1
SC
102tc-z8k.c
103tc-z8k.h
daae8c92 104te-386bsd.h
0fd8d5d9
RP
105te-dpx2.h
106te-generic.h
daae8c92
KR
107te-hp300.h
108te-hppa.h
cd625bf3 109te-i386aix.h
0fd8d5d9 110te-ic960.h
daae8c92 111te-linux.h
d0c25cae 112te-lynx.h
5efa30fa 113te-mach.h
34e4120b 114te-netbsd.h
f68880ea
KR
115te-netbsd532.h
116te-pc532mach.h
0fd8d5d9 117te-sco386.h
0fd8d5d9 118te-sun3.h
920babce 119te-sysv32.h
0fd8d5d9 120vax-inst.h
ba466c4c 121vms-conf.h
163107a1 122z8k.mt
0fd8d5d9 123
87756e15
RP
124Things-to-lose:
125
0fd8d5d9
RP
126Do-last:
127
f68880ea
KR
128i960xl_files=tc-i960.c
129if ( echo $* | grep keep\-i960xl > /dev/null ) ; then
130 if [ -n "${verbose}" ] ; then
131 echo Keeping i960xl stuff in $i960xl_files.
132 fi
133else
134 if [ -n "${verbose}" ]; then
135 echo -n Cleaning i960xl in `pwd`:
136 fi
137 for f in $i960xl_files ; do
138 if [ -n "${verbose}" ] ; then
139 echo -n " " $f
140 fi
141 grep -v XL < $f > new
142 if [ -n "${safe}" ] ; then
143 mv $f .Recover
144 fi
145 mv new $f
146 done
147fi
148
0fd8d5d9 149# End of file.
This page took 0.231775 seconds and 4 git commands to generate.