]>
Commit | Line | Data |
---|---|---|
b0cb2d91 FF |
1 | # Each directory to survive it's way into a release will need a file |
2 | # like this one called "./.Sanitize". All keyword lines must exist, | |
3 | # and must exist in the order specified by this file. Each directory | |
4 | # in the tree will be processed, top down, in the following order. | |
5 | ||
6 | # Hash started lines like this one are comments and will be deleted | |
7 | # before anything else is done. Blank lines will also be squashed | |
8 | # out. | |
9 | ||
10 | # The lines between the "Do-first:" line and the "Things-to-keep:" | |
11 | # line are executed as a /bin/sh shell script before anything else is | |
12 | # done in this | |
13 | ||
14 | Do-first: | |
15 | ||
16 | # All files listed between the "Things-to-keep:" line and the | |
17 | # "Files-to-sed:" line will be kept. All other files will be removed. | |
18 | # Directories listed in this section will have their own Sanitize | |
19 | # called. Directories not listed will be removed in their entirety | |
20 | # with rm -rf. | |
21 | ||
22 | Things-to-keep: | |
23 | ||
b0cb2d91 FF |
24 | bigmips.mt |
25 | decstation.mh | |
26 | decstation.mt | |
27 | idt.mt | |
761d5a4b | 28 | idtl.mt |
b0cb2d91 FF |
29 | irix3.mh |
30 | irix3.mt | |
31 | irix4.mh | |
a2f1e2e5 ILT |
32 | irix5.mh |
33 | irix5.mt | |
b0cb2d91 FF |
34 | littlemips.mh |
35 | littlemips.mt | |
c2d751d5 JK |
36 | mipsm3.mh |
37 | mipsm3.mt | |
89e04499 | 38 | news-mips.mh |
b0cb2d91 FF |
39 | nm-irix3.h |
40 | nm-irix4.h | |
a2f1e2e5 | 41 | nm-irix5.h |
b0cb2d91 | 42 | nm-mips.h |
89e04499 | 43 | nm-news-mips.h |
7f6175b4 JK |
44 | nm-riscos.h |
45 | riscos.mh | |
b0cb2d91 | 46 | tm-bigmips.h |
916b904d ILT |
47 | tm-idt.h |
48 | tm-idtl.h | |
b0cb2d91 | 49 | tm-irix3.h |
a2f1e2e5 | 50 | tm-irix5.h |
b0cb2d91 | 51 | tm-mips.h |
c2d751d5 | 52 | tm-mipsm3.h |
b0cb2d91 FF |
53 | xm-irix3.h |
54 | xm-irix4.h | |
a2f1e2e5 | 55 | xm-irix5.h |
1a2a932d | 56 | xm-makeva.h |
b0cb2d91 | 57 | xm-mips.h |
c2d751d5 | 58 | xm-mipsm3.h |
89e04499 | 59 | xm-news-mips.h |
7f6175b4 | 60 | xm-riscos.h |
b0cb2d91 | 61 | |
87756e15 RP |
62 | Things-to-lose: |
63 | ||
775d4a40 | 64 | |
b0cb2d91 FF |
65 | Do-last: |
66 | ||
67 | # End of file. |