old-cross-binutils/ld/config/.Sanitize

67 lines
1.3 KiB
Text
Raw Normal View History

1991-05-23 21:49:14 +00:00
# Sanitize.in for devo.
# $Id$
#
# 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:
echo Sanitizing `pwd`...
if ( echo $* | grep keep\-v9 > /dev/null ) ; then
1991-09-03 21:04:24 +00:00
keep_these_too=h-sun4-64
1991-05-23 21:49:14 +00:00
fi
# 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:
1992-07-23 19:01:34 +00:00
coff-a29k.mt
coff-h8300.mt
delta88.mh
dgux.mh
ebmon29k.mt
1992-05-26 22:28:07 +00:00
go32.mt
1992-07-23 19:01:34 +00:00
hp300bsd.mt
1992-09-29 15:51:10 +00:00
hp9000.mh
i386-aout.mt
1992-09-11 17:47:01 +00:00
i386-coff.mt
i386v.mt
1992-07-23 19:01:34 +00:00
ieee-h8300.mt
m68k-coff.mt
m68k.mt
m68kv.mt
m88k-bcs.mt
mips-lit.mt
news.mt
1992-08-24 22:32:46 +00:00
ose68.mt
1992-07-23 19:01:34 +00:00
rtbsd.mh
sa29200.mt
sparc-ll.mh
st2000.mt
sun3.mh
sun3.mt
sun4.mt
vxworks68.mt
vxworks960.mt
1992-09-30 14:35:19 +00:00
z8ksim.mt
1991-05-23 21:49:14 +00:00
Do-last:
echo Done in `pwd`.
# End of file.