]>
Commit | Line | Data |
---|---|---|
f4240b08 | 1 | # .Sanitize for devo/gdb. |
eeadf5c2 RP |
2 | |
3 | # Each directory to survive it's 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 | |
15 | ||
16 | Do-first: | |
17 | ||
19cfe25d | 18 | if ( echo $* | grep keep\-chill > /dev/null ) ; then |
a8a69e63 | 19 | keep_these_too="ch-exp.y ch-lang.c ch-lang.h ch-typeprint.c ch-valprint.c" |
19cfe25d FF |
20 | fi |
21 | ||
eeadf5c2 RP |
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 | ||
30 | .gdbinit | |
31 | COPYING | |
32 | ChangeLog | |
33 | ChangeLog-3.x | |
ee799e2a | 34 | ChangeLog-9091 |
eeadf5c2 | 35 | Convex.notes |
bdf3621b | 36 | Makefile.in |
ddce75e0 | 37 | NEWS |
eeadf5c2 RP |
38 | Projects |
39 | README | |
40 | TODO | |
124a6fc0 | 41 | a68v-nat.c |
eeadf5c2 RP |
42 | alldeps.mak |
43 | alloca.c | |
44 | altos-xdep.c | |
45 | am29k-opcode.h | |
46 | am29k-pinsn.c | |
47 | am29k-tdep.c | |
eeadf5c2 | 48 | arm-convert.s |
eeadf5c2 RP |
49 | arm-pinsn.c |
50 | arm-tdep.c | |
51 | arm-xdep.c | |
52 | blockframe.c | |
53 | breakpoint.c | |
54 | breakpoint.h | |
2ce38c6d JG |
55 | buildsym.c |
56 | buildsym.h | |
56d921a8 | 57 | c-exp.y |
22e39759 FF |
58 | c-lang.c |
59 | c-lang.h | |
a8a69e63 FF |
60 | c-typeprint.c |
61 | c-valprint.c | |
be772100 | 62 | call-cmds.h |
eeadf5c2 RP |
63 | coffread.c |
64 | command.c | |
65 | command.h | |
51b80b00 FF |
66 | complaints.c |
67 | complaints.h | |
f187c3a4 | 68 | config |
eeadf5c2 RP |
69 | configure.in |
70 | convex-pinsn.c | |
71 | convex-tdep.c | |
72 | convex-xdep.c | |
73 | convx-opcode.h | |
74 | copying.awk | |
75 | copying.c | |
76 | core.c | |
77 | coredep.c | |
dfc82617 | 78 | corelow.c |
a8a69e63 | 79 | cp-valprint.c |
eeadf5c2 RP |
80 | createtags |
81 | dbxread.c | |
82 | defs.h | |
2dbde378 | 83 | demangle.c |
55b32c02 | 84 | depend |
eeadf5c2 | 85 | doc |
6fccdaf4 FF |
86 | dwarfread.c |
87 | elfread.c | |
eeadf5c2 RP |
88 | environ.c |
89 | environ.h | |
90 | eval.c | |
91 | exec.c | |
92 | expprint.c | |
eeadf5c2 RP |
93 | expression.h |
94 | findvar.c | |
e745abe5 | 95 | fork-child.c |
eeadf5c2 | 96 | frame.h |
5c5b5d4b | 97 | gcc.patch |
ed7c0948 | 98 | gdb-stabs.h |
0857b46a | 99 | gdb.1 |
eeadf5c2 RP |
100 | gdbcmd.h |
101 | gdbcore.h | |
a1f596f4 FF |
102 | gdbtypes.c |
103 | gdbtypes.h | |
d9548d44 | 104 | go32-nat.c |
ae0ea72e | 105 | go32-xdep.c |
eeadf5c2 RP |
106 | gould-pinsn.c |
107 | gould-xdep.c | |
0a8ed751 | 108 | h8300-tdep.c |
b1de302a | 109 | hp300ux-nat.c |
76b731f9 | 110 | hppa-pinsn.c |
3b0d8c28 | 111 | hppab-core.c |
ca048722 | 112 | hppab-nat.c |
3b0d8c28 | 113 | hppab-tdep.c |
ca048722 | 114 | hppah-nat.c |
3b0d8c28 | 115 | hppah-tdep.c |
eeadf5c2 RP |
116 | i386-pinsn.c |
117 | i386-stub.c | |
118 | i386-tdep.c | |
0e35d2f3 | 119 | i386b-nat.c |
a113beac | 120 | i386mach-nat.c |
c7c94073 | 121 | i386v-nat.c |
4d0eabff | 122 | i386v4-nat.c |
56d921a8 | 123 | i387-tdep.c |
eeadf5c2 RP |
124 | i960-pinsn.c |
125 | i960-tdep.c | |
126 | ieee-float.c | |
127 | ieee-float.h | |
128 | infcmd.c | |
129 | inferior.h | |
130 | inflow.c | |
131 | infptrace.c | |
132 | infrun.c | |
eeadf5c2 | 133 | inftarg.c |
a70dc898 | 134 | irix4-nat.c |
eeadf5c2 | 135 | kdb-start.c |
56d921a8 JG |
136 | language.c |
137 | language.h | |
138 | m2-exp.y | |
22e39759 FF |
139 | m2-lang.c |
140 | m2-lang.h | |
a8a69e63 FF |
141 | m2-typeprint.c |
142 | m2-valprint.c | |
eeadf5c2 RP |
143 | m68k-pinsn.c |
144 | m68k-stub.c | |
145 | m68k-tdep.c | |
173a4f1b | 146 | m88k-nat.c |
eeadf5c2 RP |
147 | m88k-pinsn.c |
148 | m88k-tdep.c | |
eeadf5c2 | 149 | main.c |
0239d9b3 | 150 | maint.c |
eeadf5c2 | 151 | mem-break.c |
1111151a | 152 | minimon.h |
a1f596f4 | 153 | minsyms.c |
a70dc898 | 154 | mips-nat.c |
eeadf5c2 RP |
155 | mips-pinsn.c |
156 | mips-tdep.c | |
eeadf5c2 | 157 | mipsread.c |
eeadf5c2 RP |
158 | munch |
159 | news-xdep.c | |
160 | nindy-share | |
161 | nindy-tdep.c | |
124a6fc0 RP |
162 | nm-apollo68b.h |
163 | nm-apollo68v.h | |
173a4f1b | 164 | nm-delta88.h |
b1de302a RP |
165 | nm-hp300bsd.h |
166 | nm-hp300hpux.h | |
ca048722 RP |
167 | nm-hppab.h |
168 | nm-hppah.h | |
f4cc0e9b | 169 | nm-i386bsd.h |
a113beac | 170 | nm-i386mach.h |
e536c999 | 171 | nm-i386sco.h |
c7c94073 | 172 | nm-i386v.h |
4d0eabff | 173 | nm-i386v4.h |
703bdc5b | 174 | nm-irix3.h |
a70dc898 | 175 | nm-irix4.h |
e24cb83d | 176 | nm-linux.h |
173a4f1b | 177 | nm-m88k.h |
a70dc898 | 178 | nm-mips.h |
75365589 | 179 | nm-news.h |
dc48694c | 180 | nm-rs6000.h |
56e89422 | 181 | nm-sun2.h |
dc48694c | 182 | nm-sun3.h |
61bbb1c2 | 183 | nm-sun386.h |
dfc82617 | 184 | nm-sun4os4.h |
99ef5653 | 185 | nm-sysv4.h |
dfc82617 | 186 | nm-trash.h |
6bf98ac0 | 187 | nm-ultra3.h |
3fcb9021 | 188 | nm-umax.h |
7aae0974 | 189 | nm-vax.h |
eeadf5c2 RP |
190 | ns32k-opcode.h |
191 | ns32k-pinsn.c | |
a1f596f4 | 192 | objfiles.c |
5e2e79f8 | 193 | objfiles.h |
d5231b08 | 194 | os68k-xdep.c |
56d921a8 JG |
195 | parse.c |
196 | parser-defs.h | |
7e258d18 | 197 | partial-stab.h |
eeadf5c2 | 198 | printcmd.c |
6fccdaf4 | 199 | procfs.c |
eeadf5c2 | 200 | putenv.c |
eeadf5c2 RP |
201 | pyr-pinsn.c |
202 | pyr-tdep.c | |
203 | pyr-xdep.c | |
204 | regex.c | |
205 | regex.h | |
206 | rem-multi.shar | |
1111151a | 207 | remote-adapt.c |
eeadf5c2 | 208 | remote-eb.c |
ddce75e0 | 209 | remote-es1800.c |
d93b79d9 | 210 | remote-hms.c |
1111151a | 211 | remote-mm.c |
eeadf5c2 | 212 | remote-nindy.c |
ec25d19b | 213 | remote-sim.c |
6c7e40b4 | 214 | remote-st2000.c |
eeadf5c2 RP |
215 | remote-vx.c |
216 | remote.c | |
dc48694c | 217 | rs6000-nat.c |
6373dbe3 JG |
218 | rs6000-pinsn.c |
219 | rs6000-tdep.c | |
eeadf5c2 | 220 | saber.suppress |
6c7e40b4 | 221 | ser-bsd.c |
ddce75e0 DHW |
222 | ser-go32.c |
223 | ser-termios.c | |
224 | serial.h | |
eeadf5c2 | 225 | signals.h |
eeadf5c2 | 226 | solib.c |
a1f596f4 | 227 | solib.h |
eeadf5c2 | 228 | source.c |
dfc82617 | 229 | sparc-nat.c |
eeadf5c2 | 230 | sparc-pinsn.c |
c9715956 | 231 | sparc-stub.c |
eeadf5c2 | 232 | sparc-tdep.c |
d07734e3 FF |
233 | stabsread.c |
234 | stabsread.h | |
eeadf5c2 RP |
235 | stack.c |
236 | standalone.c | |
eeadf5c2 | 237 | stuff.c |
dc48694c | 238 | sun3-nat.c |
61bbb1c2 | 239 | sun386-nat.c |
eeadf5c2 RP |
240 | symfile.c |
241 | symfile.h | |
242 | symm-tdep.c | |
243 | symm-xdep.c | |
244 | symmisc.c | |
245 | symtab.c | |
246 | symtab.h | |
eeadf5c2 RP |
247 | tahoe-pinsn.c |
248 | target.c | |
249 | target.h | |
eeadf5c2 | 250 | terminal.h |
eeadf5c2 RP |
251 | tm-29k.h |
252 | tm-3b1.h | |
370b66b6 JG |
253 | tm-68k-noun.h |
254 | tm-68k-un.h | |
dfc82617 | 255 | tm-68k.h |
eeadf5c2 | 256 | tm-altos.h |
6fccdaf4 | 257 | tm-amix.h |
eeadf5c2 RP |
258 | tm-arm.h |
259 | tm-bigmips.h | |
260 | tm-convex.h | |
6373dbe3 | 261 | tm-delta88.h |
ddce75e0 | 262 | tm-es1800.h |
498f1df0 | 263 | tm-h8300.h |
eeadf5c2 RP |
264 | tm-hp300bsd.h |
265 | tm-hp300hpux.h | |
1acf6627 | 266 | tm-hppa.h |
3b0d8c28 JG |
267 | tm-hppab.h |
268 | tm-hppah.h | |
0e35d2f3 | 269 | tm-i386bsd.h |
eeadf5c2 | 270 | tm-i386v.h |
8c6e9f05 | 271 | tm-i386v4.h |
eeadf5c2 | 272 | tm-i960.h |
fda38666 | 273 | tm-irix3.h |
eeadf5c2 | 274 | tm-isi.h |
c19f73f1 | 275 | tm-linux.h |
498f1df0 | 276 | tm-m88k.h |
eeadf5c2 RP |
277 | tm-merlin.h |
278 | tm-mips.h | |
279 | tm-news.h | |
280 | tm-nindy960.h | |
281 | tm-np1.h | |
d5231b08 | 282 | tm-os68k.h |
eeadf5c2 RP |
283 | tm-pn.h |
284 | tm-pyr.h | |
6373dbe3 | 285 | tm-rs6000.h |
eeadf5c2 | 286 | tm-sparc.h |
370b66b6 JG |
287 | tm-spc-noun.h |
288 | tm-spc-un.h | |
6c7e40b4 | 289 | tm-st2000.h |
be9a2362 | 290 | tm-stratus.h |
eeadf5c2 RP |
291 | tm-sun2.h |
292 | tm-sun2os4.h | |
293 | tm-sun3.h | |
294 | tm-sun386.h | |
295 | tm-sun3os4.h | |
296 | tm-sun4os4.h | |
5c044559 | 297 | tm-sun4sol2.h |
eeadf5c2 RP |
298 | tm-sunos.h |
299 | tm-symmetry.h | |
b6d0f9b1 | 300 | tm-sysv4.h |
eeadf5c2 | 301 | tm-tahoe.h |
7621b324 | 302 | tm-ultra3.h |
eeadf5c2 RP |
303 | tm-umax.h |
304 | tm-vax.h | |
305 | tm-vx68.h | |
306 | tm-vx960.h | |
a8a69e63 FF |
307 | typeprint.c |
308 | typeprint.h | |
6bf98ac0 | 309 | ultra3-nat.c |
1111151a | 310 | ultra3-xdep.c |
eeadf5c2 RP |
311 | umax-xdep.c |
312 | utils.c | |
313 | valarith.c | |
314 | valops.c | |
315 | valprint.c | |
a8a69e63 | 316 | valprint.h |
eeadf5c2 RP |
317 | value.h |
318 | values.c | |
eeadf5c2 RP |
319 | vax-pinsn.c |
320 | vx-share | |
6373dbe3 JG |
321 | xcoffexec.c |
322 | xcoffread.c | |
1eeba686 PB |
323 | xcoffsolib.c |
324 | xcoffsolib.h | |
eeadf5c2 | 325 | xm-3b1.h |
eeadf5c2 | 326 | xm-altos.h |
6fccdaf4 | 327 | xm-amix.h |
6c7e40b4 | 328 | xm-apollo68b.h |
d5231b08 | 329 | xm-apollo68v.h |
eeadf5c2 RP |
330 | xm-arm.h |
331 | xm-bigmips.h | |
332 | xm-convex.h | |
6373dbe3 | 333 | xm-delta88.h |
ae0ea72e | 334 | xm-go32.h |
eeadf5c2 RP |
335 | xm-hp300bsd.h |
336 | xm-hp300hpux.h | |
3b0d8c28 JG |
337 | xm-hppab.h |
338 | xm-hppah.h | |
0e35d2f3 | 339 | xm-i386bsd.h |
c888e9cf | 340 | xm-i386mach.h |
eeadf5c2 RP |
341 | xm-i386sco.h |
342 | xm-i386v.h | |
343 | xm-i386v32.h | |
ddce75e0 | 344 | xm-i386v4.h |
fda38666 | 345 | xm-irix3.h |
407a8389 | 346 | xm-irix4.h |
eeadf5c2 | 347 | xm-isi.h |
c19f73f1 | 348 | xm-linux.h |
6fccdaf4 | 349 | xm-m68k.h |
ae0ea72e | 350 | xm-m88k.h |
eeadf5c2 RP |
351 | xm-merlin.h |
352 | xm-mips.h | |
353 | xm-news.h | |
354 | xm-news1000.h | |
355 | xm-np1.h | |
356 | xm-pn.h | |
357 | xm-pyr.h | |
6373dbe3 | 358 | xm-rs6000.h |
1111151a | 359 | xm-rtbsd.h |
eeadf5c2 | 360 | xm-sparc.h |
be9a2362 | 361 | xm-stratus.h |
eeadf5c2 RP |
362 | xm-sun2.h |
363 | xm-sun3.h | |
364 | xm-sun386.h | |
365 | xm-sun3os4.h | |
366 | xm-sun4os4.h | |
5c044559 | 367 | xm-sun4sol2.h |
eeadf5c2 | 368 | xm-symmetry.h |
b6d0f9b1 | 369 | xm-sysv4.h |
eeadf5c2 | 370 | xm-tahoe.h |
1111151a | 371 | xm-ultra3.h |
eeadf5c2 RP |
372 | xm-umax.h |
373 | xm-vax.h | |
88c52c29 SG |
374 | xm-vaxbsd.h |
375 | xm-vaxult.h | |
eeadf5c2 RP |
376 | |
377 | Do-last: | |
378 | ||
19cfe25d FF |
379 | echo Thawing away the \"chill\"... |
380 | ||
381 | # Don't try to clean directories here, as the 'mv' command will fail. | |
382 | # Also, grep fails on NFS mounted directories. | |
383 | if ( echo $* | grep keep\-chill > /dev/null ) ; then | |
384 | for i in * ; do | |
385 | if test ! -d $i && (grep sanitize-chill $i > /dev/null) ; then | |
386 | echo Keeping chill stuff in $i | |
387 | fi | |
388 | done | |
389 | else | |
390 | for i in * ; do | |
391 | if test ! -d $i && (grep sanitize-chill $i > /dev/null) ; then | |
392 | echo Thawing the \"chill\" out of $i... | |
393 | cp $i new | |
394 | sed '/start\-sanitize\-chill/,/end-\sanitize\-chill/d' < $i > new | |
395 | if [ -n "${safe}" -a ! -f .Recover/$i ] ; then | |
396 | echo Caching $i in .Recover... | |
397 | mv $i .Recover | |
398 | fi | |
399 | mv new $i | |
400 | fi | |
401 | done | |
402 | echo Thawing the \"chill\" out of Makefile.in... | |
403 | cp Makefile.in new | |
3825dfe8 FF |
404 | sed -e 's/$(srcdir)\/ch-exp.y//g' \ |
405 | -e 's/${srcdir}\/ch-exp.y//g' \ | |
19cfe25d FF |
406 | -e 's/ch-exp.y//g' \ |
407 | -e 's/ch-exp.tab.c//g' \ | |
408 | -e 's/ch-exp.tab.o//g' \ | |
22e39759 FF |
409 | -e 's/ch-lang.h//g' \ |
410 | -e 's/ch-lang.c//g' \ | |
411 | -e 's/ch-lang.o//g' \ | |
a8a69e63 FF |
412 | -e 's/ch-typeprint.c//g' \ |
413 | -e 's/ch-typeprint.o//g' \ | |
414 | -e 's/ch-valprint.c//g' \ | |
415 | -e 's/ch-valprint.o//g' \ | |
0a06f1bc | 416 | < Makefile.in > new |
19cfe25d FF |
417 | if [ -n "${safe}" -a ! -f .Recover/Makefile.in ] ; then |
418 | echo Caching Makefile.in in .Recover... | |
419 | mv Makefile.in .Recover | |
420 | fi | |
421 | mv new Makefile.in | |
422 | fi | |
423 | ||
eeadf5c2 | 424 | # End of file. |