blob: cb48765d7078c727b2febe37069c56a3faba29fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
|
# Each directory to survive it's way into a release will need a file
# like this one called "./.Sanitize". All keyword lines must exist,
# and must exist in the order specified by this file. Each directory
# in the tree will be processed, top down, in the following order.
# Hash started lines like this one are comments and will be deleted
# before anything else is done. Blank lines will also be squashed
# out.
# The lines between the "Do-first:" line and the "Things-to-keep:"
# line are executed as a /bin/sh shell script before anything else is
# done in this
Do-first:
# All files listed between the "Things-to-keep:" line and the
# "Files-to-sed:" line will be kept. All other files will be removed.
# Directories listed in this section will have their own Sanitize
# called. Directories not listed will be removed in their entirety
# with rm -rf.
Things-to-keep:
mh-3b1
mh-altos
mh-altosgas
mh-amix
mh-apollo68v
mh-arm
mh-bigmips
mh-convex
mh-decstation
mh-delta88
mh-hp300bsd
mh-hp300hpux
mh-i386mach
mh-i386sco
mh-i386v
mh-i386v4
mh-i386v-g
mh-i386v32
mh-i386v32-g
mh-irix3
mh-irix4
mh-isi
mh-littlemips
mh-m88k
mh-merlin
mh-news
mh-news1000
mh-none
mh-np1
mh-pn
mh-pyramid
mh-rs6000
mh-rtbsd
mh-stratus
mh-sun2os3
mh-sun2os4
mh-sun3
mh-sun386
mh-sun3os3
mh-sun3os4
mh-sun4
mh-sun4os3
mh-sun4os4
mh-symmetry
mh-tahoe
mh-ultra3
mh-umax
mh-vaxbsd
mh-vaxult
mt-3b1
mt-a29k
mt-a29k-kern
mt-altos
mt-altosgas
mt-amix
mt-arm
mt-bigmips
mt-convex
mt-decstation
mt-delta88
mt-h8300hms
mt-hp300bsd
mt-hp300hpux
mt-i386sco
mt-i386aout
mt-i386v
mt-i386v4
mt-i386v-g
mt-i386v32
mt-i386v32-g
mt-i960
mt-irix3
mt-isi
mt-littlemips
mt-m88k
mt-merlin
mt-news
mt-news1000
mt-nindy960
mt-none
mt-np1
mt-os68k
mt-pn
mt-pyramid
mt-rs6000
mt-stratus
mt-sun2os3
mt-sun2os4
mt-sun3
mt-sun386
mt-sun3os3
mt-sun3os4
mt-sun4
mt-sun4os3
mt-sun4os4
mt-symmetry
mt-tahoe
mt-ultra3
mt-umax
mt-vax
mt-vxworks68
mt-vxworks960
Do-last:
echo Done in `pwd`.
# End of file.
|