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