]>
Commit | Line | Data |
---|---|---|
3c7c1a88 | 1 | # .Sanitize for devo/config. |
b6597455 SS |
2 | |
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 | |
b6597455 | 14 | # done in this directory. |
0fd8d5d9 RP |
15 | |
16 | Do-first: | |
17 | ||
b6597455 | 18 | |
0fd8d5d9 RP |
19 | # All files listed between the "Things-to-keep:" line and the |
20 | # "Files-to-sed:" line will be kept. All other files will be removed. | |
21 | # Directories listed in this section will have their own Sanitize | |
22 | # called. Directories not listed will be removed in their entirety | |
23 | # with rm -rf. | |
24 | ||
25 | Things-to-keep: | |
26 | ||
a19cc981 | 27 | ChangeLog |
70faae66 | 28 | mh-a68bsd |
04947ce1 | 29 | mh-aix386 |
d96234d2 | 30 | mh-apollo68 |
d4e36233 | 31 | mh-cxux |
dd1f25e0 | 32 | mh-decstation |
1f2f0a94 SC |
33 | mh-delta88 |
34 | mh-dgux | |
eebd76cb | 35 | mh-go32 |
a9cad591 | 36 | mh-hp300 |
1b05371e | 37 | mh-hpux |
3cbb8192 | 38 | mh-hpux8 |
407a8389 | 39 | mh-irix4 |
aab15bdb | 40 | mh-irix5 |
677291b5 | 41 | mh-linux |
4677e30f | 42 | mh-lynxos |
461004f3 | 43 | mh-lynxrs6k |
0e1ad456 | 44 | mh-m68kpic |
b0680d31 | 45 | mh-ncr3000 |
d376e43b | 46 | mh-ncrsvr43 |
e4115748 | 47 | mh-necv4 |
6764c4cd | 48 | mh-papic |
7bf617cf | 49 | mh-riscos |
77e4df42 | 50 | mh-sco |
4358b911 | 51 | mh-solaris |
6764c4cd | 52 | mh-sparcpic |
97c86946 | 53 | mh-sun3 |
1f2f0a94 | 54 | mh-sysv |
18ab66f2 | 55 | mh-sysv4 |
d3c06c91 | 56 | mh-vaxult2 |
6764c4cd | 57 | mh-x86pic |
3c7c1a88 | 58 | mpw-mh-mpw |
0e1ad456 | 59 | mt-m68kpic |
6764c4cd | 60 | mt-netware |
45329a2c JM |
61 | mt-papic |
62 | mt-sparcpic | |
6764c4cd JM |
63 | mt-v810 |
64 | mt-x86pic | |
0fd8d5d9 | 65 | |
87756e15 RP |
66 | Things-to-lose: |
67 | ||
63e79660 | 68 | Do-last: |
0fd8d5d9 | 69 | |
0fd8d5d9 | 70 | # End of file. |