]>
Commit | Line | Data |
---|---|---|
0fd8d5d9 RP |
1 | # .Sanitize for devo/include/sys. |
2 | # $Id$ | |
3 | # | |
4 | ||
5 | # Each directory to survive it's way into a release will need a file | |
6 | # like this one called "./.Sanitize". All keyword lines must exist, | |
7 | # and must exist in the order specified by this file. Each directory | |
8 | # in the tree will be processed, top down, in the following order. | |
9 | ||
10 | # Hash started lines like this one are comments and will be deleted | |
11 | # before anything else is done. Blank lines will also be squashed | |
12 | # out. | |
13 | ||
14 | # The lines between the "Do-first:" line and the "Things-to-keep:" | |
15 | # line are executed as a /bin/sh shell script before anything else is | |
16 | # done in this | |
17 | ||
18 | Do-first: | |
19 | ||
0fd8d5d9 RP |
20 | # All files listed between the "Things-to-keep:" line and the |
21 | # "Files-to-sed:" line will be kept. All other files will be removed. | |
22 | # Directories listed in this section will have their own Sanitize | |
23 | # called. Directories not listed will be removed in their entirety | |
24 | # with rm -rf. | |
25 | ||
26 | Things-to-keep: | |
27 | ||
5f8f6d56 | 28 | alphaosf.h |
3e312eb0 | 29 | amix.h |
2a4e0ef2 | 30 | apollo68.h |
5a385929 | 31 | apollov68.h |
3e312eb0 SC |
32 | decstation.h |
33 | dgux.h | |
e213ebd6 | 34 | delta68.h |
3e312eb0 SC |
35 | delta88.h |
36 | dose.h | |
4d09e8ac | 37 | dpx2.h |
3e312eb0 SC |
38 | go32.h |
39 | harris.h | |
40 | hp300bsd.h | |
6881ebf8 | 41 | hp300.h |
76b731f9 SG |
42 | hppabsd.h |
43 | hppahpux.h | |
60ac749c | 44 | i386aix.h |
214f8f23 | 45 | i386bsd.h |
60ac749c | 46 | i386isc.h |
11be3463 | 47 | i386linux.h |
3e312eb0 SC |
48 | i386mach.h |
49 | i386v.h | |
50 | i386v4.h | |
51 | irix3.h | |
a11565c9 | 52 | irix4.h |
71f73518 | 53 | miniframe.h |
4bdbc8d6 | 54 | mipsbsd.h |
0bbc1a34 | 55 | news.h |
ccc76ce9 | 56 | ncr3000.h |
d297ca71 | 57 | riscos.h |
3e312eb0 SC |
58 | rs6000.h |
59 | rtbsd.h | |
b0e15d33 | 60 | solaris2.h |
3e312eb0 SC |
61 | sparc-ll.h |
62 | sparc.h | |
cc9a3bd6 | 63 | std-host.h |
3e312eb0 SC |
64 | stratus.h |
65 | sun3.h | |
d39d83c1 | 66 | symmetry.h |
95e19a8a | 67 | sysv4.h |
3e312eb0 SC |
68 | tahoe.h |
69 | ultra3.h | |
70 | vaxbsd.h | |
71 | vaxult.h | |
b84d84d7 | 72 | vaxult2.h |
c7551f76 | 73 | we32k.h |
0fd8d5d9 | 74 | |
87756e15 RP |
75 | Things-to-lose: |
76 | ||
775d4a40 FF |
77 | .Sanitize |
78 | ||
207d7af9 FF |
79 | esix.h |
80 | ||
0fd8d5d9 RP |
81 | Do-last: |
82 | ||
0fd8d5d9 | 83 | # End of file. |