* archures.c, Makefile.in, targets.c, bfd-in2.h, coffcode.h,
[deliverable/binutils-gdb.git] / bfd / .Sanitize
1 # .Sanitize for devo/bfd.
2
3 # Each directory to survive its way into a release will need a file
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 directory.
15
16 Do-first:
17
18 mpw_files="mpw-config.in mpw-make.in ChangeLog.mpw"
19
20 if ( echo $* | grep keep\-mpw > /dev/null ) ; then
21 keep_these_too="${mpw_files} ${keep_these_too}"
22 else
23 lose_these_too="${mpw_files} ${lose_these_too}"
24 fi
25
26 rce_files="cpu-rce.c aout-rce.c"
27
28 if ( echo $* | grep keep\-rce > /dev/null ) ; then
29 keep_these_too="${rce_files} ${keep_these_too}"
30 else
31 lose_these_too="${rce_files} ${lose_these_too}"
32 fi
33
34 arc_files="cpu-arc.c elf32-arc.c"
35
36 if ( echo $* | grep keep\-arc > /dev/null ) ; then
37 keep_these_too="${arc_files} ${keep_these_too}"
38 else
39 lose_these_too="${arc_files} ${lose_these_too}"
40 fi
41
42 # All files listed between the "Things-to-keep:" line and the
43 # "Files-to-sed:" line will be kept. All other files will be removed.
44 # Directories listed in this section will have their own Sanitize
45 # called. Directories not listed will be removed in their entirety
46 # with rm -rf.
47
48 Things-to-keep:
49
50 COPYING
51 ChangeLog
52 ChangeLog.1
53 Makefile.in
54 PORTING
55 TODO
56 VERSION
57 aix386-core.c
58 aout-adobe.c
59 aout-encap.c
60 aout-ns32k.c
61 aout-target.h
62 aout0.c
63 aout32.c
64 aout64.c
65 aoutf1.h
66 aoutx.h
67 archive.c
68 archures.c
69 bfd-in.h
70 bfd-in2.h
71 bfd.c
72 binary.c
73 bout.c
74 cache.c
75 cf-i386lynx.c
76 cf-m68klynx.c
77 cf-sparclynx.c
78 cisco-core.c
79 coff-a29k.c
80 coff-alpha.c
81 coff-apollo.c
82 coff-go32.c
83 coff-h8300.c
84 coff-h8500.c
85 coff-i386.c
86 coff-i960.c
87 coff-m68k.c
88 coff-m88k.c
89 coff-mips.c
90 coff-rs6000.c
91 coff-sh.c
92 coff-sparc.c
93 coff-u68k.c
94 coff-we32k.c
95 coff-w65.c
96 coff-z8k.c
97 coffcode.h
98 coffgen.c
99 cofflink.c
100 coffswap.h
101 config
102 config.bfd
103 configure.bat
104 configure.host
105 configure.in
106 core.c
107 cpu-a29k.c
108 cpu-alpha.c
109 cpu-arm.c
110 cpu-h8300.c
111 cpu-h8500.c
112 cpu-hppa.c
113 cpu-i386.c
114 cpu-i960.c
115 cpu-m68k.c
116 cpu-m88k.c
117 cpu-mips.c
118 cpu-ns32k.c
119 cpu-powerpc.c
120 cpu-rs6000.c
121 cpu-sh.c
122 cpu-sparc.c
123 cpu-vax.c
124 cpu-we32k.c
125 cpu-w65.c
126 cpu-z8k.c
127 demo64.c
128 dep-in.sed
129 doc
130 ecoff.c
131 ecofflink.c
132 ecoffswap.h
133 elf.c
134 elf32-gen.c
135 elf32-hppa.c
136 elf32-hppa.h
137 elf32-i386.c
138 elf32-i860.c
139 elf32-m68k.c
140 elf32-m88k.c
141 elf32-mips.c
142 elf32-ppc.c
143 elf32-sparc.c
144 elf32-target.h
145 elf32.c
146 elf64-gen.c
147 elf64-sparc.c
148 elf64-target.h
149 elf64.c
150 elfcode.h
151 filemode.c
152 format.c
153 gen-aout.c
154 genlink.h
155 hash.c
156 host-aout.c
157 hosts
158 hp300bsd.c
159 hp300hpux.c
160 hppa_stubs.h
161 hppabsd-core.c
162 hpux-core.c
163 i386aout.c
164 i386bsd.c
165 i386dynix.c
166 i386linux.c
167 i386netbsd.c
168 i386lynx.c
169 i386mach3.c
170 i386os9k.c
171 ieee.c
172 init.c
173 irix-core.c
174 libaout.h
175 libbfd-in.h
176 libbfd.c
177 libbfd.h
178 libcoff-in.h
179 libcoff.h
180 libecoff.h
181 libelf.h
182 libhppa.h
183 libieee.h
184 libnlm.h
185 liboasys.h
186 linker.c
187 lynx-core.c
188 m68klynx.c
189 m68knetbsd.c
190 m88kmach3.c
191 makefile.dos
192 mipsbsd.c
193 newsos3.c
194 netbsd.h
195 nlm-target.h
196 nlm.c
197 nlm32-alpha.c
198 nlm32-i386.c
199 nlm32-ppc.c
200 nlm32-sparc.c
201 nlm32.c
202 nlm64.c
203 nlmcode.h
204 nlmswap.h
205 ns32knetbsd.c
206 oasys.c
207 opncls.c
208 osf-core.c
209 pc532-mach.c
210 ptrace-core.c
211 reloc.c
212 reloc16.c
213 riscix.c
214 rs6000-core.c
215 section.c
216 som.c
217 som.h
218 sparclynx.c
219 sparcnetbsd.c
220 srec.c
221 stab-syms.c
222 sunos.c
223 syms.c
224 targets.c
225 tekhex.c
226 trad-core.c
227
228 Things-to-lose:
229
230
231 Do-last:
232
233 mpwfiles="ecoffswap.h coffswap.h"
234 if ( echo $* | grep keep\-mpw > /dev/null ) ; then
235 if [ -n "${verbose}" ] ; then
236 echo Keeping mpw stuff in $mpwfiles.
237 fi
238 else
239 if [ -n "${verbose}" ]; then
240 echo -n Cleaning mpw in `pwd`:
241 fi
242 for f in $mpwfiles ; do
243 if [ -n "${verbose}" ] ; then
244 echo -n " " $f
245 fi
246 sed '/start\-sanitize\-mpw/,/end\-sanitize\-mpw/d' < $f > new
247 if [ -n "${safe}" ] ; then
248 mv $f .Recover
249 fi
250 mv new $f
251 done
252 chmod a+x config.bfd
253 fi
254
255 i960xl_files="ChangeLog archures.c bfd-in2.h cpu-i960.c coffcode.h"
256 if ( echo $* | grep keep\-i960xl > /dev/null ) ; then
257 if [ -n "${verbose}" ] ; then
258 echo Keeping i960xl stuff in $i960xl_files.
259 fi
260 else
261 if [ -n "${verbose}" ]; then
262 echo -n Cleaning i960xl in `pwd`:
263 fi
264 for f in $i960xl_files ; do
265 if [ -n "${verbose}" ] ; then
266 echo -n " " $f
267 fi
268 sed -e '/start\-sanitize\-i960xl/,/end\-sanitize\-i960xl/d' < $f > new
269 if [ -n "${safe}" ] ; then
270 mv $f .Recover
271 fi
272 mv new $f
273 done
274 fi
275
276 rce_files="ChangeLog Makefile.in archures.c bfd-in2.h config.bfd configure.in targets.c aoutx.h libaout.h"
277 if ( echo $* | grep keep\-rce > /dev/null ) ; then
278 for i in $rce_files ; do
279 if test ! -d $i && (grep sanitize-rce $i > /dev/null) ; then
280 if [ -n "${verbose}" ] ; then
281 echo Keeping rce stuff in $i
282 fi
283 fi
284 done
285 else
286 for i in $rce_files ; do
287 if test ! -d $i && (grep sanitize-rce $i > /dev/null) ; then
288 if [ -n "${verbose}" ] ; then
289 echo Removing traces of \"rce\" from $i...
290 fi
291 cp $i new
292 sed '/start\-sanitize\-rce/,/end-\sanitize\-rce/d' < $i > new
293 if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
294 if [ -n "${verbose}" ] ; then
295 echo Caching $i in .Recover...
296 fi
297 mv $i .Recover
298 fi
299 mv new $i
300 fi
301 done
302 fi
303
304 arc_files="ChangeLog Makefile.in archures.c reloc.c targets.c config.bfd configure.in bfd-in2.h elfcode.h libbfd.h"
305 if ( echo $* | grep keep\-arc > /dev/null ) ; then
306 for i in $arc_files ; do
307 if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then
308 if [ -n "${verbose}" ] ; then
309 echo Keeping arc stuff in $i
310 fi
311 fi
312 done
313 else
314 for i in $arc_files ; do
315 if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then
316 if [ -n "${verbose}" ] ; then
317 echo Removing traces of \"arc\" from $i...
318 fi
319 cp $i new
320 sed '/start\-sanitize\-arc/,/end-\sanitize\-arc/d' < $i > new
321 if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
322 if [ -n "${verbose}" ] ; then
323 echo Caching $i in .Recover...
324 fi
325 mv $i .Recover
326 fi
327 mv new $i
328 fi
329 done
330 fi
331
332 for i in * ; do
333 if test ! -d $i && (grep sanitize $i > /dev/null) ; then
334 echo '***' Some mentions of Sanitize are still left in $i! 1>&2
335 fi
336 done
337
338 # End of file.
This page took 0.042837 seconds and 5 git commands to generate.