]>
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 | ||
20 | echo Sanitizing `pwd`... | |
21 | ||
22 | # All files listed between the "Things-to-keep:" line and the | |
23 | # "Files-to-sed:" line will be kept. All other files will be removed. | |
24 | # Directories listed in this section will have their own Sanitize | |
25 | # called. Directories not listed will be removed in their entirety | |
26 | # with rm -rf. | |
27 | ||
28 | Things-to-keep: | |
29 | ||
23e667ae | 30 | h-amix.h |
fa744079 | 31 | h-decstation.h |
0fd8d5d9 | 32 | h-dgux.h |
a53047e8 | 33 | h-delta88.h |
fa744079 | 34 | h-dose.h |
fb3851d4 | 35 | h-harris.h |
80d8c025 | 36 | h-hp300bsd.h |
fa744079 | 37 | h-hp9000.h |
89cbb706 | 38 | h-i386mach.h |
0fd8d5d9 | 39 | h-i386v.h |
acd551ee | 40 | h-irix3.h |
fa744079 | 41 | h-news.h |
0fd8d5d9 | 42 | h-rs6000.h |
fcab31c1 | 43 | h-rtbsd.h |
a3ae208f | 44 | h-sparc-ll.h |
fa744079 | 45 | h-sparc.h |
0fd8d5d9 | 46 | h-sun3.h |
fa744079 | 47 | h-tahoe.h |
e3e3d88a | 48 | h-ultra3.h |
0fd8d5d9 RP |
49 | h-vaxbsd.h |
50 | h-vaxult.h | |
0fd8d5d9 RP |
51 | |
52 | Do-last: | |
53 | ||
54 | echo Done in `pwd`. | |
55 | ||
56 | # | |
57 | # | |
58 | # $Log$ | |
fb3851d4 SC |
59 | # Revision 1.13 1991/11/14 15:24:43 sac |
60 | # Added harris | |
61 | # | |
62 | # Revision 1.12 1991/11/05 20:55:45 sac | |
a53047e8 SC |
63 | # Added h-delta88 |
64 | # | |
65 | # Revision 1.11 1991/10/16 21:40:40 gnu | |
a3ae208f JG |
66 | # sparc-64 to sparc-ll |
67 | # | |
68 | # Revision 1.10 1991/10/12 07:38:07 gnu | |
fa744079 JG |
69 | # Update for new bfd/hosts. |
70 | # | |
71 | # Revision 1.9 1991/10/05 06:18:50 gnu | |
23e667ae JG |
72 | # h-amix.h |
73 | # | |
74 | # Revision 1.8 1991/10/04 08:27:36 gnu | |
89cbb706 JG |
75 | # Add 386 Mach host support. |
76 | # | |
77 | # Revision 1.7 1991/09/20 03:42:22 gnu | |
8215bbac | 78 | # Undo precipitous changes. |
f3d70fe5 SC |
79 | # |
80 | # Revision 1.5 1991/09/17 06:57:44 grossman | |
acd551ee SG |
81 | # sgi/irix config stuff. |
82 | # | |
83 | # Revision 1.4 1991/09/13 03:56:25 gnu | |
e3e3d88a JG |
84 | # Ultracomputer |
85 | # | |
86 | # Revision 1.3 1991/08/22 08:01:20 gnu | |
80d8c025 JG |
87 | # Add hp 300 BSD. |
88 | # | |
89 | # Revision 1.2 1991/07/24 00:59:57 gnu | |
fcab31c1 JG |
90 | # Add h-rtbsd.h. |
91 | # | |
92 | # Revision 1.1 1991/05/23 16:56:36 rich | |
0fd8d5d9 RP |
93 | # Initial revision |
94 | # | |
95 | # | |
96 | # | |
97 | ||
98 | # End of file. |