]>
Commit | Line | Data |
---|---|---|
0fd8d5d9 RP |
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 | ||
18 | Do-first: | |
19 | ||
20 | echo Sanitizing `pwd`... | |
21 | ||
22 | # All files listed between the "Things-to-keep:" line and the | |
23 | # "Files-to-sed:" line will be kept. All other files will be removed. | |
24 | # Directories listed in this section will have their own Sanitize | |
25 | # called. Directories not listed will be removed in their entirety | |
26 | # with rm -rf. | |
27 | ||
28 | Things-to-keep: | |
29 | ||
3e6e09c0 | 30 | aout_gnu.h |
0fd8d5d9 | 31 | atof-ieee.c |
e219aa78 | 32 | atof-ns32k.c |
b41390d2 | 33 | atof-tahoe.c |
0fd8d5d9 | 34 | atof-vax.c |
3e6e09c0 | 35 | coff_gnu.h |
0fd8d5d9 | 36 | cplus-dem.c |
cd625bf3 DHW |
37 | ebmon29k.mt |
38 | h8300.mt | |
39 | h8300hds.mt | |
0fd8d5d9 | 40 | ho-ansi.h |
a71150bd | 41 | ho-decstation.h |
0fd8d5d9 | 42 | ho-generic.h |
abca39c1 | 43 | ho-go32.h |
0fd8d5d9 RP |
44 | ho-hpux.h |
45 | ho-i386.h | |
cd625bf3 | 46 | ho-i386aix.h |
0fd8d5d9 RP |
47 | ho-rs6000.h |
48 | ho-sun3.h | |
49 | ho-sun386.h | |
50 | ho-sun4.h | |
51 | ho-sunos.h | |
52 | ho-sysv.h | |
53 | ho-vax.h | |
b41390d2 | 54 | ho-vms.h |
cd625bf3 | 55 | i386aix.mt |
6066ebad | 56 | i386coff.mt |
cd625bf3 | 57 | m68k.mt |
3ad9ec6a | 58 | m68kcoff.mt |
cd625bf3 DHW |
59 | m88k-opcode.h |
60 | m88k.patches | |
fd345c9c | 61 | mh-i386 |
cd625bf3 DHW |
62 | mh-i386aix |
63 | mips.mt | |
0fd8d5d9 RP |
64 | obj-aout.c |
65 | obj-aout.h | |
66 | obj-bfd-sunos.c | |
67 | obj-bfd-sunos.h | |
68 | obj-bout.c | |
69 | obj-bout.h | |
70 | obj-coff.c | |
71 | obj-coff.h | |
29a86403 SC |
72 | obj-coffbfd.c |
73 | obj-coffbfd.h | |
0fd8d5d9 RP |
74 | obj-generic.c |
75 | obj-generic.h | |
fd345c9c SC |
76 | obj-ieee.c |
77 | obj-ieee.h | |
b41390d2 KR |
78 | obj-vms.c |
79 | obj-vms.h | |
cd625bf3 | 80 | rs6000.mt |
01aec199 | 81 | sparc.mt |
0fd8d5d9 RP |
82 | tc-a29k.c |
83 | tc-a29k.h | |
84 | tc-generic.c | |
85 | tc-generic.h | |
fd345c9c SC |
86 | tc-h8300.c |
87 | tc-h8300.h | |
0fd8d5d9 RP |
88 | tc-i386.c |
89 | tc-i386.h | |
90 | tc-i860.c | |
91 | tc-i860.h | |
92 | tc-i960.c | |
93 | tc-i960.h | |
94 | tc-m68851.h | |
95 | tc-m68k.c | |
96 | tc-m68k.h | |
cd625bf3 DHW |
97 | tc-m88k.c |
98 | tc-m88k.h | |
fd345c9c SC |
99 | tc-mips.c |
100 | tc-mips.h | |
0fd8d5d9 RP |
101 | tc-ns32k.c |
102 | tc-ns32k.h | |
920babce RP |
103 | tc-rs6000.c |
104 | tc-rs6000.h | |
6690d829 | 105 | tc-sparc.c |
920babce | 106 | tc-sparc.h |
0fd8d5d9 RP |
107 | tc-vax.c |
108 | tc-vax.h | |
163107a1 SC |
109 | tc-z8k.c |
110 | tc-z8k.h | |
0fd8d5d9 RP |
111 | te-dpx2.h |
112 | te-generic.h | |
cd625bf3 | 113 | te-i386aix.h |
0fd8d5d9 | 114 | te-ic960.h |
0fd8d5d9 | 115 | te-sco386.h |
0fd8d5d9 | 116 | te-sun3.h |
920babce | 117 | te-sysv32.h |
0fd8d5d9 | 118 | vax-inst.h |
163107a1 | 119 | z8k.mt |
0fd8d5d9 | 120 | |
68de1b23 SC |
121 | |
122 | ||
0fd8d5d9 RP |
123 | Do-last: |
124 | ||
125 | if ( echo $* | grep keep\-v9 > /dev/null ) ; then | |
126 | echo Keeping v9 stuff in tc-sparc.c. | |
127 | else | |
128 | echo Cleaning tc-sparc.c... | |
129 | sed '/start\-sanitize/,/end-sanitize/d' < tc-sparc.c > new | |
3116e6cf RP |
130 | if [ -n "${safe}" ] ; then |
131 | cp tc-sparc.c .Recover | |
132 | fi | |
0fd8d5d9 RP |
133 | mv new tc-sparc.c |
134 | fi | |
135 | ||
136 | echo Done in `pwd`. | |
137 | ||
138 | # | |
139 | # | |
140 | # $Log$ | |
b41390d2 KR |
141 | # Revision 1.29 1992/12/08 09:30:28 raeburn |
142 | # updated for current list of files | |
143 | # | |
144 | # Revision 1.28 1992/09/11 22:02:49 sac | |
6066ebad SC |
145 | # Whoops, forgot this one |
146 | # | |
147 | # Revision 1.27 1992/09/09 18:38:05 ian | |
3ad9ec6a ILT |
148 | # Wed Sep 9 11:10:24 1992 Ian Lance Taylor ([email protected]) |
149 | # | |
150 | # * tc-m68k.c (m68k_ip, m68k_ip_op, get_num, try_moto_index): merge | |
151 | # Motorola and MIT syntax; gas can now assemble either type of | |
152 | # file. | |
153 | # tc-m68kmote.c, tc-m68kmote.h: removed now superfluous files. | |
154 | # From Steve Chamberlain: | |
155 | # m68kcoff.mt: for m68k COFF. | |
156 | # obj-coffbfd.c: (fixup_mdeps) added | |
157 | # (size_section) removed bad sanity check | |
158 | # (fill_section) added rs_machine_dependent case | |
159 | # (write_object_file) call fixup_mdeps | |
160 | # (fixup_segment) set fx_subsy to 0. | |
161 | # obj-coffbfd.h: define WORKING_DOT_WORD (too hard to support) and | |
162 | # handle m68k. | |
163 | # tc-m68k.c, config/tc-m68k.h: added m68k COFF support and Motorala | |
164 | # pseudo ops. | |
165 | # | |
166 | # Revision 1.26 1992/08/31 00:27:23 wilson | |
01aec199 JW |
167 | # Keep sparc.mt. |
168 | # | |
169 | # Revision 1.25 1992/08/31 00:01:22 wilson | |
c6b16054 JW |
170 | # Resolve someone else's CVS update conflict. |
171 | # | |
172 | # Revision 1.24 1992/08/25 22:12:38 sac | |
163107a1 SC |
173 | # Support for the Z8k |
174 | # | |
175 | # Revision 1.23 1992/07/23 18:23:44 gumby | |
cd625bf3 DHW |
176 | # Keep OSE support |
177 | # | |
178 | # Revision 1.22 1992/05/07 00:24:39 sac | |
a7f90969 SC |
179 | # Keep the 29k config file |
180 | # | |
181 | # Revision 1.21 1992/02/27 18:52:18 sac | |
3e6e09c0 SC |
182 | # Dos File renaming |
183 | # | |
184 | # Revision 1.20 1992/02/26 08:54:09 tiemann | |
806147fd MT |
185 | # Keep a.out.gnu.h, not a.out.h (which no longer exists). |
186 | # | |
187 | # Revision 1.19 1992/02/22 00:24:13 sac | |
abca39c1 SC |
188 | # How to compile gas on a PC |
189 | # | |
190 | # Revision 1.18 1992/02/18 10:18:32 rich | |
fbd5ddff RP |
191 | # keep ChangeLog |
192 | # | |
193 | # Revision 1.17 1992/02/18 10:13:57 rich | |
e219aa78 RP |
194 | # keep the new file |
195 | # | |
196 | # Revision 1.16 1992/02/17 16:02:58 rich | |
9a051b43 RP |
197 | # record that files were removed |
198 | # | |
199 | # Revision 1.15 1992/02/17 15:53:46 rich | |
542e1629 RP |
200 | # fighting bitrot in a major way |
201 | # | |
202 | # Revision 1.14 1992/02/13 10:13:24 rich | |
920babce RP |
203 | # clean up Sanitize for gas |
204 | # | |
205 | # Revision 1.13 1992/02/11 00:51:52 sac | |
20ec2f6c SC |
206 | # New files for MRI syntax assembler |
207 | # | |
208 | # Revision 1.12 1991/12/12 03:34:31 sac | |
29a86403 SC |
209 | # renamed obj-coff-bfd to obj-coffbfd |
210 | # | |
211 | # Revision 1.11 1991/11/27 22:28:57 sac | |
869eb845 SC |
212 | # Added obj-coff-bfd* and mt-h8300hds |
213 | # | |
214 | # Revision 1.10 1991/11/26 02:16:55 sac | |
05b4b0e7 SC |
215 | # obj-coff-bfd: |
216 | # bfd support gets deeper into gas | |
217 | # *h8* | |
218 | # fixed numerous bugs in instruction encoding | |
219 | # | |
220 | # Revision 1.9 1991/11/11 23:36:39 sac | |
6690d829 SC |
221 | # Added tc-sparc.c |
222 | # | |
223 | # Revision 1.8 1991/11/06 11:53:16 sac | |
fd345c9c SC |
224 | # Wouldn't it be nice if Sanitize ignored spaces ? |
225 | # | |
226 | # Revision 1.7 1991/11/06 09:14:33 sac | |
68de1b23 SC |
227 | # Uniq contents, since configure gets confused if the same file is in more than once. |
228 | # | |
229 | # Revision 1.6 1991/11/05 21:21:12 sac | |
9a046f1c SC |
230 | # Added a load of mt/mh files |
231 | # | |
232 | # Revision 1.5 1991/10/22 03:26:06 steve | |
cb9fe247 SC |
233 | # tmake-ebmon |
234 | # | |
235 | # Revision 1.4 1991/09/04 01:55:53 rich | |
3116e6cf RP |
236 | # test & recover a better way. |
237 | # | |
238 | # Revision 1.3 1991/09/02 21:26:15 rich | |
8e25c1fa RP |
239 | # "recover" tc-sparc.c |
240 | # | |
241 | # Revision 1.2 1991/09/02 01:03:38 rich | |
a71150bd RP |
242 | # Correct a few things. |
243 | # | |
244 | # Revision 1.1 1991/05/23 17:09:03 rich | |
0fd8d5d9 RP |
245 | # Initial revision |
246 | # | |
247 | # | |
248 | # | |
249 | ||
250 | # End of file. |