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