1 # .Sanitize for devo/gas/config
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.
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
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.
19 lose_these_too="vms ${lose_these_too}"
22 d30v_files="tc-d30v.c tc-d30v.h"
24 if ( echo $* | grep keep\-d30v > /dev/null ) ; then
25 keep_these_too="${d30v_files} ${keep_these_too}"
27 lose_these_too="${d30v_files} ${lose_these_too}"
30 tic80_files="tc-tic80.c tc-tic80.h"
32 if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
33 keep_these_too="${tic80_files} ${keep_these_too}"
35 lose_these_too="${tic80_files} ${lose_these_too}"
38 sky_files="tc-dvp.c tc-dvp.h"
40 if ( echo $* | grep keep\-sky > /dev/null ) ; then
41 keep_these_too="${sky_files} ${keep_these_too}"
43 lose_these_too="${sky_files} ${lose_these_too}"
46 # All files listed between the "Things-to-keep:" line and the
47 # "Do-last:" line will be kept. All other files will be removed.
48 # Directories listed in this section will have their own Sanitize
49 # called. Directories not listed will be removed in their entirety
185 # The lines between the "Do-last:" line and the end of the file
186 # are executed as a /bin/sh shell script after everything else is
191 r5900_files="tc-mips.c"
192 if ( echo $* | grep keep\-r5900 > /dev/null ) ; then
193 for i in $r5900_files ; do
194 if test ! -d $i && (grep sanitize-r5900 $i > /dev/null) ; then
195 if [ -n "${verbose}" ] ; then
196 echo Keeping r5900 stuff in $i
202 if test ! -d $i && (grep sanitize-r5900 $i > /dev/null) ; then
203 if [ -n "${verbose}" ] ; then
204 echo Removing traces of \"r5900\" from $i...
207 sed '/start\-sanitize\-r5900/,/end\-sanitize\-r5900/d' < $i > new
208 if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
209 if [ -n "${verbose}" ] ; then
210 echo Caching $i in .Recover...
219 vr5400_files="tc-mips.c"
220 if ( echo $* | grep keep\-vr5400 > /dev/null ) ; then
221 for i in $vr5400_files ; do
222 if test ! -d $i && (grep sanitize-vr5400 $i > /dev/null) ; then
223 if [ -n "${verbose}" ] ; then
224 echo Keeping vr5400 stuff in $i
230 if test ! -d $i && (grep sanitize-vr5400 $i > /dev/null) ; then
231 if [ -n "${verbose}" ] ; then
232 echo Removing traces of \"vr5400\" from $i...
235 sed '/start\-sanitize\-vr5400/,/end\-sanitize\-vr5400/d' < $i > new
236 if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
237 if [ -n "${verbose}" ] ; then
238 echo Caching $i in .Recover...
247 tx19_files="tc-mips.c"
248 if ( echo $* | grep keep\-tx19 > /dev/null ) ; then
249 for i in $tx19_files ; do
250 if test ! -d $i && (grep sanitize-tx19 $i > /dev/null) ; then
251 if [ -n "${verbose}" ] ; then
252 echo Keeping tx19 stuff in $i
258 if test ! -d $i && (grep sanitize-tx19 $i > /dev/null) ; then
259 if [ -n "${verbose}" ] ; then
260 echo Removing traces of \"tx19\" from $i...
263 sed '/start\-sanitize\-tx19/,/end\-sanitize\-tx19/d' < $i > new
264 if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
265 if [ -n "${verbose}" ] ; then
266 echo Caching $i in .Recover...
275 tx49_files="ChangeLog tc-mips.c"
276 if ( echo $* | grep keep\-tx49 > /dev/null ) ; then
277 for i in $tx49_files ; do
278 if test ! -d $i && (grep sanitize-tx49 $i > /dev/null) ; then
279 if [ -n "${verbose}" ] ; then
280 echo Keeping tx49 stuff in $i
286 if test ! -d $i && (grep sanitize-tx49 $i > /dev/null) ; then
287 if [ -n "${verbose}" ] ; then
288 echo Removing traces of \"tx49\" from $i...
291 sed '/start\-sanitize\-tx49/,/end\-sanitize\-tx49/d' < $i > new
292 if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
293 if [ -n "${verbose}" ] ; then
294 echo Caching $i in .Recover...
303 tic80_files="obj-coff.h"
304 if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
305 for i in $tic80_files ; do
306 if test ! -d $i && (grep sanitize-tic80 $i > /dev/null) ; then
307 if [ -n "${verbose}" ] ; then
308 echo Keeping tic80 stuff in $i
314 if test ! -d $i && (grep sanitize-tic80 $i > /dev/null) ; then
315 if [ -n "${verbose}" ] ; then
316 echo Removing traces of \"tic80\" from $i...
319 sed '/start\-sanitize\-tic80/,/end\-sanitize\-tic80/d' < $i > new
320 if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
321 if [ -n "${verbose}" ] ; then
322 echo Caching $i in .Recover...
331 v850e_files="tc-v850.c tc-v850.h"
332 if ( echo $* | grep keep\-v850e > /dev/null ) ; then
333 for i in $v850e_files ; do
334 if test ! -d $i && (grep sanitize-v850e $i > /dev/null) ; then
335 if [ -n "${verbose}" ] ; then
336 echo Keeping v850e stuff in $i
341 for i in $v850e_files ; do
342 if test -r $i && (grep sanitize-v850e $i > /dev/null) ; then
343 if [ -n "${verbose}" ] ; then
344 echo Removing traces of \"v850e\" from $i...
347 sed '/start\-sanitize\-v850e/,/end\-sanitize\-v850e/d' < $i > new
348 if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
349 if [ -n "${verbose}" ] ; then
350 echo Caching $i in .Recover...
359 m32rx_files="tc-m32r.c tc-m32r.h"
360 if ( echo $* | grep keep\-m32rx > /dev/null ) ; then
361 for i in $m32rx_files ; do
362 if test ! -d $i && (grep sanitize\-m32rx $i > /dev/null) ; then
363 if [ -n "${verbose}" ] ; then
364 echo Keeping m32rx stuff in $i
369 for i in $m32rx_files ; do
370 if test -r $i && (grep sanitize\-m32rx $i > /dev/null) ; then
371 if [ -n "${verbose}" ] ; then
372 echo Removing traces of \"m32rx\" from $i...
375 sed '/start\-sanitize\-m32rx/,/end\-sanitize\-m32rx/d' < $i > new
376 if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
377 if [ -n "${verbose}" ] ; then
378 echo Caching $i in .Recover...
386 if ( echo $* | grep keep\-phase2\-m32rx > /dev/null ) ; then
387 for i in $m32rx_files ; do
388 if test ! -d $i && (grep sanitize\-phase2\-m32rx $i > /dev/null) ; then
389 if [ -n "${verbose}" ] ; then
390 echo Keeping m32rx stuff in $i
395 for i in $m32rx_files ; do
396 if test -r $i && (grep sanitize\-phase2\-m32rx $i > /dev/null) ; then
397 if [ -n "${verbose}" ] ; then
398 echo Removing traces of \"m32rx\" from $i...
401 sed '/start\-sanitize\-phase2\-m32rx/,/end\-sanitize\-phase2\-m32rx/d' < $i > new
402 if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
403 if [ -n "${verbose}" ] ; then
404 echo Caching $i in .Recover...
413 vr4320_files="tc-mips.c"
414 if ( echo $* | grep keep\-vr4320 > /dev/null ) ; then
415 for i in $vr4320_files ; do
416 if test ! -d $i && (grep sanitize-vr4320 $i > /dev/null) ; then
417 if [ -n "${verbose}" ] ; then
418 echo Keeping vr4320 stuff in $i
423 for i in $vr4320_files ; do
424 if test -r $i && (grep sanitize-vr4320 $i > /dev/null) ; then
425 if [ -n "${verbose}" ] ; then
426 echo Removing traces of \"vr4320\" from $i...
429 sed '/start\-sanitize\-vr4320/,/end\-sanitize\-vr4320/d' < $i > new
430 if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
431 if [ -n "${verbose}" ] ; then
432 echo Caching $i in .Recover...
442 if test ! -d $i && (grep sanitize $i > /dev/null) ; then
443 echo '***' Some mentions of Sanitize are still left in $i! 1>&2