]>
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 | ||
24 | go32.mh | |
c96d68c2 JK |
25 | i386aix.mh |
26 | i386aix.mt | |
b0cb2d91 FF |
27 | i386aout.mt |
28 | i386bsd.mh | |
29 | i386bsd.mt | |
c0ab114c SG |
30 | i386lynx.mh |
31 | i386lynx.mt | |
b0cb2d91 | 32 | i386mach.mh |
c2d751d5 JK |
33 | i386m3.mh |
34 | i386m3.mt | |
35 | i386mk.mh | |
36 | i386mk.mt | |
db85f523 | 37 | i386nw.mt |
f09d749f | 38 | i386os9k.mt |
b0cb2d91 FF |
39 | i386sco.mh |
40 | i386sco4.mh | |
41 | i386sol2.mh | |
42 | i386sol2.mt | |
43 | i386v.mh | |
44 | i386v.mt | |
45 | i386v32.mh | |
46 | i386v4.mh | |
47 | i386v4.mt | |
48 | linux.mh | |
49 | linux.mt | |
50 | ncr3000.mh | |
51 | ncr3000.mt | |
c96d68c2 | 52 | nm-i386aix.h |
b0cb2d91 | 53 | nm-i386bsd.h |
c0ab114c | 54 | nm-i386lynx.h |
b0cb2d91 FF |
55 | nm-i386mach.h |
56 | nm-i386sco.h | |
57 | nm-i386sco4.h | |
58 | nm-i386v.h | |
59 | nm-i386v4.h | |
60 | nm-linux.h | |
59144a81 | 61 | nm-ptx4.h |
b0cb2d91 | 62 | nm-sun386.h |
d39d83c1 | 63 | nm-symmetry.h |
d50261e5 | 64 | ptx.mh |
59144a81 JK |
65 | ptx.mt |
66 | ptx4.mh | |
67 | ptx4.mt | |
b0cb2d91 FF |
68 | sun386.mh |
69 | sun386.mt | |
70 | symmetry.mh | |
71 | symmetry.mt | |
c96d68c2 | 72 | tm-i386aix.h |
b0cb2d91 | 73 | tm-i386bsd.h |
c0ab114c | 74 | tm-i386lynx.h |
c2d751d5 JK |
75 | tm-i386m3.h |
76 | tm-i386mk.h | |
db85f523 | 77 | tm-i386nw.h |
f09d749f | 78 | tm-i386os9k.h |
b0cb2d91 FF |
79 | tm-i386v.h |
80 | tm-i386v4.h | |
81 | tm-linux.h | |
59144a81 JK |
82 | tm-ptx.h |
83 | tm-ptx4.h | |
b0cb2d91 FF |
84 | tm-sun386.h |
85 | tm-symmetry.h | |
86 | xm-go32.h | |
c96d68c2 | 87 | xm-i386aix.h |
b0cb2d91 | 88 | xm-i386bsd.h |
c0ab114c | 89 | xm-i386lynx.h |
c2d751d5 | 90 | xm-i386m3.h |
b0cb2d91 | 91 | xm-i386mach.h |
c2d751d5 | 92 | xm-i386mk.h |
b0cb2d91 FF |
93 | xm-i386sco.h |
94 | xm-i386v.h | |
95 | xm-i386v32.h | |
96 | xm-i386v4.h | |
97 | xm-linux.h | |
59144a81 JK |
98 | xm-ptx.h |
99 | xm-ptx4.h | |
b0cb2d91 FF |
100 | xm-sun386.h |
101 | xm-symmetry.h | |
102 | ||
87756e15 RP |
103 | Things-to-lose: |
104 | ||
775d4a40 | 105 | |
b0cb2d91 FF |
106 | Do-last: |
107 | ||
108 | # End of file. |