]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/.Sanitize
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / gas / .Sanitize
CommitLineData
e33bfde7 1# .Sanitize for devo/gas
d4d5412d 2
4f5d16c7 3# Each directory to survive its way into a release will need a file
d4d5412d
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
a6148eeb 14# done in this directory.
d4d5412d
RP
15
16Do-first:
17
1f4d2212
KR
18lose_these_too=""
19for d in obsolete regress regress.m68k testscripts ; do
20 if [ -d $d ]; then
21 lose_these_too="${lose_these_too} $d"
22 fi
23done
24
6e60709b
ILT
25# Remember the current list of files in config.
26if test -d config; then
27 gas_config_files=`cd config; echo *`
28else
29 gas_config_files=
30fi
31
d4d5412d 32# All files listed between the "Things-to-keep:" line and the
e33bfde7 33# "Do-last:" line will be kept. All other files will be removed.
d4d5412d
RP
34# Directories listed in this section will have their own Sanitize
35# called. Directories not listed will be removed in their entirety
36# with rm -rf.
37
38Things-to-keep:
39
eee109cd 40CONTRIBUTORS
d4d5412d
RP
41COPYING
42ChangeLog
0378333b
ILT
43ChangeLog-9295
44ChangeLog-9697
e2b4bd2a 45Makefile.am
d4d5412d 46Makefile.in
eee109cd 47NEWS
d4d5412d 48README
eee109cd 49README-vms
6e71a03b 50acconfig.h
e2b4bd2a 51acinclude.m4
6e71a03b 52aclocal.m4
d4d5412d
RP
53app.c
54as.c
55as.h
e33bfde7 56asintl.h
d4d5412d 57atof-generic.c
d4d5412d
RP
58bignum-copy.c
59bignum.h
eee109cd 60bit_fix.h
374bdac7 61cgen.c
defc70bf 62cgen.h
d4d5412d
RP
63cond.c
64config
003acb2d 65config-gas.com
e33bfde7 66config.in
6e71a03b 67configure
c593cf41 68configure.bat
d4d5412d
RP
69configure.in
70debug.c
65d7de4f 71dep-in.sed
663282f0 72depend.c
a262a1b2 73doc
9faec336
ILT
74ecoff.c
75ecoff.h
ffd652c3 76ehopt.c
511cd41c
KR
77emul-target.h
78emul.h
d4d5412d
RP
79expr.c
80expr.h
d4d5412d 81flonum-copy.c
eee109cd 82flonum-konst.c
d4d5412d
RP
83flonum-mult.c
84flonum.h
85frags.c
86frags.h
a5a4b5ac 87gasp.c
aa4f6c56 88gdbinit.in
d4d5412d
RP
89hash.c
90hash.h
d4d5412d
RP
91input-file.c
92input-file.h
93input-scrub.c
8e5c905e
DP
94itbl-lex.l
95itbl-ops.c
96itbl-ops.h
97itbl-parse.y
e33bfde7
ILT
98link.cmd
99listing.c
100listing.h
101literal.c
4c72b6a7 102mac-as.r
7e047ac2
ILT
103macro.c
104macro.h
f649d525 105makefile.vms
d4d5412d 106messages.c
0fb26eac 107mpw-config.in
4c72b6a7 108mpw-make.sed
d4d5412d 109obj.h
d4d5412d
RP
110output-file.c
111output-file.h
e33bfde7 112po
d4d5412d
RP
113read.c
114read.h
7e047ac2
ILT
115sb.c
116sb.h
29249b42 117stabs.c
e2b4bd2a 118stamp-h.in
d4d5412d
RP
119struc-symbol.h
120subsegs.c
121subsegs.h
122symbols.c
123symbols.h
124tc.h
f70a4714 125testsuite
be2fc7ec 126vmsconf.sh
d4d5412d
RP
127write.c
128write.h
d4d5412d 129
87756e15
RP
130Things-to-lose:
131
e33bfde7
ILT
132
133
134# The lines between the "Do-last:" line and the end of the file
135# are executed as a /bin/sh shell script after everything else is
136# done.
137
d4d5412d
RP
138Do-last:
139
0378333b 140r5900_files="ChangeLog ChangeLog-9697 configure configure.in"
276c2d7d
GRK
141if ( echo $* | grep keep\-r5900 > /dev/null ) ; then
142 for i in $r5900_files ; do
143 if test ! -d $i && (grep sanitize-r5900 $i > /dev/null) ; then
144 if [ -n "${verbose}" ] ; then
145 echo Keeping r5900 stuff in $i
146 fi
147 fi
148 done
149else
150 for i in $r5900_files ; do
151 if test ! -d $i && (grep sanitize-r5900 $i > /dev/null) ; then
152 if [ -n "${verbose}" ] ; then
153 echo Removing traces of \"r5900\" from $i...
154 fi
155 cp $i new
156 sed '/start\-sanitize\-r5900/,/end-\sanitize\-r5900/d' < $i > new
157 if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
c6aa56bc
C
158 if [ -n "${verbose}" ] ; then
159 echo Caching $i in .Recover...
160 fi
161 mv $i .Recover
162 fi
163 mv new $i
164 fi
165 done
166fi
167
d53e566b 168cygnus_files="ChangeLog ChangeLog-9697 configure.in configure"
3d759c53
KR
169if ( echo $* | grep keep\-cygnus > /dev/null ) ; then
170 for i in $cygnus_files ; do
171 if test ! -d $i && (grep sanitize-cygnus $i > /dev/null) ; then
aa2e0460 172 if [ -n "${verbose}" ] ; then
3d759c53 173 echo Keeping cygnus stuff in $i
aa2e0460
KR
174 fi
175 fi
176 done
177else
3d759c53
KR
178 for i in $cygnus_files ; do
179 if test ! -d $i && (grep sanitize-cygnus $i > /dev/null) ; then
aa2e0460 180 if [ -n "${verbose}" ] ; then
3d759c53 181 echo Removing traces of \"cygnus\" from $i...
aa2e0460
KR
182 fi
183 cp $i new
3d759c53 184 sed '/start\-sanitize\-cygnus/,/end-\sanitize\-cygnus/d' < $i > new
aa2e0460
KR
185 if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
186 if [ -n "${verbose}" ] ; then
187 echo Caching $i in .Recover...
188 fi
189 mv $i .Recover
190 fi
191 mv new $i
192 fi
193 done
194fi
195
0378333b 196tx19_files="ChangeLog ChangeLog-9697"
318b499d
GRK
197if ( echo $* | grep keep\-tx19 > /dev/null ) ; then
198 for i in $tx19_files ; do
199 if test ! -d $i && (grep sanitize-tx19 $i > /dev/null) ; then
200 if [ -n "${verbose}" ] ; then
201 echo Keeping tx19 stuff in $i
202 fi
203 fi
204 done
205else
206 for i in $tx19_files ; do
207 if test ! -d $i && (grep sanitize-tx19 $i > /dev/null) ; then
208 if [ -n "${verbose}" ] ; then
209 echo Removing traces of \"tx19\" from $i...
210 fi
211 cp $i new
212 sed '/start\-sanitize\-tx19/,/end-\sanitize\-tx19/d' < $i > new
213 if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
214 if [ -n "${verbose}" ] ; then
215 echo Caching $i in .Recover...
216 fi
217 mv $i .Recover
218 fi
219 mv new $i
220 fi
221 done
222fi
223
0378333b 224tx49_files="ChangeLog ChangeLog-9697"
605ca21a
ILT
225if ( echo $* | grep keep\-tx49 > /dev/null ) ; then
226 for i in $tx49_files ; do
227 if test ! -d $i && (grep sanitize-tx49 $i > /dev/null) ; then
228 if [ -n "${verbose}" ] ; then
229 echo Keeping tx49 stuff in $i
230 fi
231 fi
232 done
233else
234 for i in $tx49_files ; do
235 if test ! -d $i && (grep sanitize-tx49 $i > /dev/null) ; then
236 if [ -n "${verbose}" ] ; then
237 echo Removing traces of \"tx49\" from $i...
238 fi
239 cp $i new
240 sed '/start\-sanitize\-tx49/,/end-\sanitize\-tx49/d' < $i > new
241 if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
242 if [ -n "${verbose}" ] ; then
243 echo Caching $i in .Recover...
244 fi
245 mv $i .Recover
246 fi
247 mv new $i
248 fi
249 done
250fi
251
0378333b 252tic80_files="ChangeLog ChangeLog-9697 configure.in configure"
64556643
FF
253if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
254 for i in $tic80_files ; do
255 if test ! -d $i && (grep sanitize-tic80 $i > /dev/null) ; then
256 if [ -n "${verbose}" ] ; then
257 echo Keeping tic80 stuff in $i
258 fi
259 fi
260 done
261else
262 for i in $tic80_files ; do
263 if test ! -d $i && (grep sanitize-tic80 $i > /dev/null) ; then
264 if [ -n "${verbose}" ] ; then
265 echo Removing traces of \"tic80\" from $i...
266 fi
267 cp $i new
268 sed '/start\-sanitize\-tic80/,/end-\sanitize\-tic80/d' < $i > new
269 if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
270 if [ -n "${verbose}" ] ; then
271 echo Caching $i in .Recover...
272 fi
273 mv $i .Recover
274 fi
275 mv new $i
276 fi
277 done
278fi
279
009c4572 280fr30_files="ChangeLog configure.in configure Makefile.am Makefile.in"
71e6edea
DE
281if ( echo $* | grep keep\-fr30 > /dev/null ) ; then
282 for i in $fr30_files ; do
283 if test ! -d $i && (grep sanitize-fr30 $i > /dev/null) ; then
284 if [ -n "${verbose}" ] ; then
285 echo Keeping fr30 stuff in $i
286 fi
287 fi
288 done
289else
290 for i in $fr30_files ; do
291 if test ! -d $i && (grep sanitize-fr30 $i > /dev/null) ; then
292 if [ -n "${verbose}" ] ; then
293 echo Removing traces of \"fr30\" from $i...
294 fi
295 cp $i new
296 sed '/start\-sanitize\-fr30/,/end-\sanitize\-fr30/d' < $i > new
297 if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
298 if [ -n "${verbose}" ] ; then
299 echo Caching $i in .Recover...
300 fi
301 mv $i .Recover
302 fi
303 mv new $i
304 fi
305 done
306fi
307
103dd764
DE
308sky_files="ChangeLog configure.in configure"
309if ( echo $* | grep keep\-sky > /dev/null ) ; then
310 for i in $sky_files ; do
311 if test ! -d $i && (grep sanitize-sky $i > /dev/null) ; then
312 if [ -n "${verbose}" ] ; then
313 echo Keeping sky stuff in $i
314 fi
315 fi
316 done
317else
318 for i in $sky_files ; do
319 if test ! -d $i && (grep sanitize-sky $i > /dev/null) ; then
320 if [ -n "${verbose}" ] ; then
321 echo Removing traces of \"sky\" from $i...
322 fi
323 cp $i new
324 sed '/start\-sanitize\-sky/,/end-\sanitize\-sky/d' < $i > new
325 if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
ed70a335
GRK
326 if [ -n "${verbose}" ] ; then
327 echo Caching $i in .Recover...
328 fi
329 mv $i .Recover
330 fi
331 mv new $i
332 fi
333 done
334fi
335
2d035a50
GRK
336vr4320_files="ChangeLog"
337if ( echo $* | grep keep\-vr4320 > /dev/null ) ; then
338 for i in $vr4320_files ; do
339 if test ! -d $i && (grep sanitize-vr4320 $i > /dev/null) ; then
340 if [ -n "${verbose}" ] ; then
341 echo Keeping vr4320 stuff in $i
342 fi
343 fi
344 done
345else
346 for i in $vr4320_files ; do
347 if test ! -d $i && (grep sanitize-vr4320 $i > /dev/null) ; then
348 if [ -n "${verbose}" ] ; then
349 echo Removing traces of \"vr4320\" from $i...
350 fi
351 cp $i new
352 sed '/start\-sanitize\-vr4320/,/end-\sanitize\-vr4320/d' < $i > new
353 if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
354 if [ -n "${verbose}" ] ; then
355 echo Caching $i in .Recover...
356 fi
357 mv $i .Recover
358 fi
359 mv new $i
360 fi
361 done
362fi
363
b08a983c
GRK
364branchbug4011_files="ChangeLog"
365if ( echo $* | grep keep\-branchbug4011 > /dev/null ) ; then
366 for i in $branchbug4011_files ; do
367 if test ! -d $i && (grep sanitize-branchbug4011 $i > /dev/null) ; then
368 if [ -n "${verbose}" ] ; then
369 echo Keeping branchbug4011 stuff in $i
370 fi
371 fi
372 done
373else
374 for i in $branchbug4011_files ; do
375 if test -r $i && (grep sanitize-branchbug4011 $i > /dev/null) ; then
376 if [ -n "${verbose}" ] ; then
377 echo Removing traces of \"branchbug4011\" from $i...
378 fi
379 cp $i new
380 sed '/start\-sanitize\-branchbug4011/,/end\-sanitize\-branchbug4011/d' < $i > new
381 if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
382 if [ -n "${verbose}" ] ; then
383 echo Caching $i in .Recover...
384 fi
385 mv $i .Recover
386 fi
387 mv new $i
388 fi
389 done
390fi
391
01b7cec6
GRK
392vr4xxx_files="ChangeLog"
393if ( echo $* | grep keep\-vr4xxx > /dev/null ) ; then
394 for i in $vr4xxx_files ; do
395 if test ! -d $i && (grep sanitize-vr4xxx $i > /dev/null) ; then
396 if [ -n "${verbose}" ] ; then
397 echo Keeping vr4xxx stuff in $i
398 fi
399 fi
400 done
401else
402 for i in $vr4xxx_files ; do
403 if test -r $i && (grep sanitize-vr4xxx $i > /dev/null) ; then
404 if [ -n "${verbose}" ] ; then
405 echo Removing traces of \"vr4xxx\" from $i...
406 fi
407 cp $i new
408 sed '/start\-sanitize\-vr4xxx/,/end\-sanitize\-vr4xxx/d' < $i > new
409 if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
410 if [ -n "${verbose}" ] ; then
411 echo Caching $i in .Recover...
412 fi
413 mv $i .Recover
414 fi
415 mv new $i
416 fi
417 done
418fi
419
c86d82ee
RH
420beos_files="ChangeLog configure.in configure"
421if ( echo $* | grep keep\-beos > /dev/null ) ; then
422 for i in $beos_files ; do
423 if test ! -d $i && (grep sanitize-beos $i > /dev/null) ; then
424 if [ -n "${verbose}" ] ; then
425 echo Keeping beos stuff in $i
426 fi
427 fi
428 done
429else
430 for i in $beos_files ; do
431 if test ! -d $i && (grep sanitize-beos $i > /dev/null) ; then
432 if [ -n "${verbose}" ] ; then
433 echo Removing traces of \"beos\" from $i...
434 fi
435 cp $i new
436 sed '/start\-sanitize\-beos/,/end-\sanitize\-beos/d' < $i > new
437 if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
438 if [ -n "${verbose}" ] ; then
439 echo Caching $i in .Recover...
440 fi
441 mv $i .Recover
442 fi
443 mv new $i
444 fi
445 done
446fi
447
5c680afd 448for i in * ; do
af98e836
ILT
449 if test ! -d $i && (grep sanitize $i > /dev/null) ; then
450 echo '***' Some mentions of Sanitize are still left in gas/$i! 1>&2
451 fi
5c680afd
MT
452done
453
af98e836
ILT
454for lost in .. $lose_these_too; do
455 if test $lost != ..; then
456 for i in Makefile.am Makefile.in configure.in configure; do
457 if fgrep $lost $i >/dev/null 2>&1; then
458 echo '***' File $lost was sanitized out but is still mentioned in gas/$i 1>&2
459 fi
460 done
461 fi
462done
3d96e9b4 463
6e60709b
ILT
464# Check each file we removed from gas/config, and make sure it is not
465# mentioned in Makefiles or configure files.
466for lost in .. $gas_config_files; do
3eb82b4e 467 if test $lost != .. && test $lost != CVS; then
6e60709b
ILT
468 if test -f config/$lost; then
469 :
470 else
471 for i in Makefile.am Makefile.in configure.in configure; do
472 if fgrep $lost $i >/dev/null 2>&1; then
473 echo '***' File gas/config/$lost was sanitized out but is still mentioned in gas/$i 1>&2
474 fi
475 done
476 fi
477 fi
478done
479
3d96e9b4
TT
480# This must come after all other sanitizations. Re-sanitize the .pot
481# file.
482if [ -n "${verbose}" ]; then
483 echo Re-computing files for gettext ...
484fi
485
486if [ -n "${safe}" -a ! -f po/.Recover/POTFILES.in ]; then
487 if [ -n "${verbose}" ]; then
488 echo Caching po/POTFILES.in in .Recover...
489 fi
490 mv po/POTFILES.in po/.Recover
491fi
492find . -name '*.[ch]' | sed -e 's,^\./,,' > po/POTFILES.in
493
494if [ -n "${safe}" -a ! -f po/.Recover/gas.pot ]; then
495 if [ -n "${verbose}" ]; then
496 echo Caching po/gas.pot in .Recover...
497 fi
498 mv po/gas.pot po/.Recover
499fi
d6f3da9b 500# If this fails, Sanitization must fail.
ee66b572 501xgettext -c -k_ -kN_ -f po/POTFILES.in -o po/gas.pot || exit 1
3d96e9b4 502
e33bfde7 503# eof