]>
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 | |
25 | i386aout.mt | |
26 | i386bsd.mh | |
27 | i386bsd.mt | |
28 | i386mach.mh | |
29 | i386sco.mh | |
30 | i386sco4.mh | |
31 | i386sol2.mh | |
32 | i386sol2.mt | |
33 | i386v.mh | |
34 | i386v.mt | |
35 | i386v32.mh | |
36 | i386v4.mh | |
37 | i386v4.mt | |
38 | linux.mh | |
39 | linux.mt | |
40 | ncr3000.mh | |
41 | ncr3000.mt | |
42 | nm-i386bsd.h | |
43 | nm-i386mach.h | |
44 | nm-i386sco.h | |
45 | nm-i386sco4.h | |
46 | nm-i386v.h | |
47 | nm-i386v4.h | |
48 | nm-linux.h | |
49 | nm-sun386.h | |
50 | sun386.mh | |
51 | sun386.mt | |
52 | symmetry.mh | |
53 | symmetry.mt | |
54 | tm-i386bsd.h | |
55 | tm-i386v.h | |
56 | tm-i386v4.h | |
57 | tm-linux.h | |
58 | tm-sun386.h | |
59 | tm-symmetry.h | |
60 | xm-go32.h | |
61 | xm-i386bsd.h | |
62 | xm-i386mach.h | |
63 | xm-i386sco.h | |
64 | xm-i386v.h | |
65 | xm-i386v32.h | |
66 | xm-i386v4.h | |
67 | xm-linux.h | |
68 | xm-sun386.h | |
69 | xm-symmetry.h | |
70 | ||
71 | Do-last: | |
72 | ||
73 | # End of file. |