* remote.c (remote_kill): Use catch_errors when calling putpkt.
[deliverable/binutils-gdb.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
cd625bf3 31h8300.mt
033400ec 32h8500.mt
6066ebad 33i386coff.mt
cd625bf3 34m68k.mt
3ad9ec6a 35m68kcoff.mt
cd625bf3 36m88k-opcode.h
77a401e2 37m88kcoff.mt
e99f6f9c
ILT
38mips-big.mt
39mips-lit.mt
0fd8d5d9
RP
40obj-aout.c
41obj-aout.h
0fd8d5d9
RP
42obj-bout.c
43obj-bout.h
44obj-coff.c
45obj-coff.h
e99f6f9c
ILT
46obj-ecoff.c
47obj-ecoff.h
a4099f78
KR
48obj-elf.c
49obj-elf.h
0fd8d5d9
RP
50obj-generic.c
51obj-generic.h
daae8c92
KR
52obj-hp300.c
53obj-hp300.h
fd345c9c
SC
54obj-ieee.c
55obj-ieee.h
0fa747c4
JL
56obj-som.c
57obj-som.h
b41390d2
KR
58obj-vms.c
59obj-vms.h
4a1bbbe7 60sh.mt
0fd8d5d9
RP
61tc-a29k.c
62tc-a29k.h
5749c497
KR
63tc-alpha.c
64tc-alpha.h
6c3bc2b8
KR
65tc-arm.c
66tc-arm.h
0fd8d5d9
RP
67tc-generic.c
68tc-generic.h
fd345c9c
SC
69tc-h8300.c
70tc-h8300.h
033400ec
SC
71tc-h8500.c
72tc-h8500.h
daae8c92
KR
73tc-hppa.c
74tc-hppa.h
0fd8d5d9
RP
75tc-i386.c
76tc-i386.h
77tc-i860.c
78tc-i860.h
79tc-i960.c
80tc-i960.h
81tc-m68851.h
82tc-m68k.c
83tc-m68k.h
cd625bf3
DHW
84tc-m88k.c
85tc-m88k.h
fd345c9c
SC
86tc-mips.c
87tc-mips.h
0fd8d5d9
RP
88tc-ns32k.c
89tc-ns32k.h
af46c203
ILT
90tc-ppc.c
91tc-ppc.h
4a1bbbe7
SC
92tc-sh.c
93tc-sh.h
6690d829 94tc-sparc.c
920babce 95tc-sparc.h
af3b5ad2
KR
96tc-tahoe.c
97tc-tahoe.h
0fd8d5d9
RP
98tc-vax.c
99tc-vax.h
163107a1
SC
100tc-z8k.c
101tc-z8k.h
daae8c92 102te-386bsd.h
0fd8d5d9
RP
103te-dpx2.h
104te-generic.h
daae8c92
KR
105te-hp300.h
106te-hppa.h
cd625bf3 107te-i386aix.h
0fd8d5d9 108te-ic960.h
daae8c92 109te-linux.h
d0c25cae 110te-lynx.h
5efa30fa 111te-mach.h
04050d57 112te-nbsd.h
d5a0eeac 113te-nbsd532.h
f68880ea 114te-pc532mach.h
0fd8d5d9 115te-sco386.h
0fd8d5d9 116te-sun3.h
920babce 117te-sysv32.h
0fd8d5d9 118vax-inst.h
ba466c4c 119vms-conf.h
163107a1 120z8k.mt
0fd8d5d9 121
87756e15
RP
122Things-to-lose:
123
0fd8d5d9
RP
124Do-last:
125
f68880ea
KR
126i960xl_files=tc-i960.c
127if ( echo $* | grep keep\-i960xl > /dev/null ) ; then
128 if [ -n "${verbose}" ] ; then
129 echo Keeping i960xl stuff in $i960xl_files.
130 fi
131else
132 if [ -n "${verbose}" ]; then
133 echo -n Cleaning i960xl in `pwd`:
134 fi
135 for f in $i960xl_files ; do
136 if [ -n "${verbose}" ] ; then
137 echo -n " " $f
138 fi
139 grep -v XL < $f > new
140 if [ -n "${safe}" ] ; then
141 mv $f .Recover
142 fi
143 mv new $f
144 done
145fi
146
0fd8d5d9 147# End of file.
This page took 0.148663 seconds and 4 git commands to generate.