]>
Commit | Line | Data |
---|---|---|
2d797c08 RP |
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 | ||
2d797c08 RP |
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 | ||
034ac992 | 24 | a29k |
3a91417c | 25 | alpha |
034ac992 FF |
26 | arm |
27 | convex | |
28 | gould | |
29 | h8300 | |
30 | h8500 | |
31 | i386 | |
034ac992 FF |
32 | i960 |
33 | m68k | |
34 | m88k | |
35 | mips | |
c2d751d5 | 36 | nm-m3.h |
034ac992 FF |
37 | nm-sysv4.h |
38 | nm-trash.h | |
39 | none | |
40 | ns32k | |
41 | pa | |
42 | pyr | |
43 | romp | |
44 | rs6000 | |
9faacb92 | 45 | sh |
034ac992 FF |
46 | sparc |
47 | tahoe | |
48 | tm-sunos.h | |
49 | tm-sysv4.h | |
50 | vax | |
51 | xm-sysv4.h | |
52 | z8k | |
53 | ||
87756e15 | 54 | |
e26140c2 FF |
55 | # Things which are explicitly *not* kept, for now. |
56 | # i860 - Not yet ready for prime time. | |
57 | ||
87756e15 RP |
58 | Things-to-lose: |
59 | ||
60 | i860 | |
61 | ||
2d797c08 RP |
62 | Do-last: |
63 | ||
2d797c08 | 64 | # End of file. |