]>
Commit | Line | Data |
---|---|---|
08df3284 | 1 | # .Sanitize for gdb/testsuite/config. |
bf3d2b75 | 2 | |
08df3284 | 3 | # Each directory to survive its way into a release will need a file |
bf3d2b75 MW |
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 | ||
bf3d2b75 MW |
12 | # All files listed between the "Things-to-keep:" line and the |
13 | # "Do-last:" line will be kept. All other files will be removed. | |
14 | # Directories listed in this section will have their own Sanitize | |
15 | # called. Directories not listed will be removed in their entirety | |
16 | # with rm -rf. | |
17 | ||
7e69daa7 MS |
18 | Do-first: |
19 | ||
bf3d2b75 MW |
20 | Things-to-keep: |
21 | ||
2a24f7ff | 22 | abug.exp |
43967a76 | 23 | cpu32bug.exp |
a3c5b9a4 | 24 | d10v.exp |
1b186bc3 | 25 | est.exp |
e72d8622 | 26 | gdbserver.exp |
1c877a7a | 27 | h8300.exp |
7c0fe2eb | 28 | hmsirom.exp |
7abd80b9 | 29 | hppro.exp |
3596a9fc | 30 | i960.exp |
3ac09675 MS |
31 | m32r.exp |
32 | m32r-stub.exp | |
05a21390 BM |
33 | mips.exp |
34 | mips-idt.exp | |
7abd80b9 | 35 | monitor.exp |
c1aa3a2f | 36 | mt-a29k-udi |
c1aa3a2f FF |
37 | mt-i386-aout |
38 | mt-i960-nindy | |
08df3284 SS |
39 | mt-lynx |
40 | mt-m68k | |
41 | mt-mips-ecoff | |
6b55e5e3 | 42 | mt-netware |
08df3284 | 43 | mt-slite |
c1aa3a2f | 44 | mt-sparc-aout |
08df3284 SS |
45 | mt-unix |
46 | mt-vxworks | |
662bd263 | 47 | netware.exp |
05a21390 | 48 | nind.exp |
1b186bc3 | 49 | rom68k.exp |
b6f32a5b | 50 | sh.exp |
05a21390 BM |
51 | sim.exp |
52 | slite.exp | |
86d013f7 | 53 | sparclet.exp |
05a21390 BM |
54 | udi.exp |
55 | unix.exp | |
83eab3d6 | 56 | unknown.exp |
40ac1624 | 57 | vr4300.exp |
a9b2f48d | 58 | vr5000.exp |
05a21390 | 59 | vx.exp |
cea0f6fc | 60 | vxworks.exp |
ac72325f | 61 | vxworks29k.exp |
bf3d2b75 | 62 | |
87756e15 RP |
63 | Things-to-lose: |
64 | ||
bf3d2b75 MW |
65 | # The lines between the "Do-last:" line and the end of the file |
66 | # are executed as a /bin/sh shell script after everything else is | |
67 | # done. | |
68 | ||
69 | Do-last: | |
bf3d2b75 MW |
70 | |
71 | # eof |