old-cross-binutils/ld/.Sanitize

177 lines
2.8 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
1991-05-23 21:49:14 +00:00
Do-first:
1993-02-26 18:53:13 +00:00
if ( echo $* | grep keep\-v9 > /dev/null ) ; then
keep_these_too=""
fi
1991-05-23 21:49:14 +00:00
# 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:
1993-05-27 06:44:29 +00:00
ChangeLog
1991-05-23 21:49:14 +00:00
Makefile.in
1993-05-17 19:45:17 +00:00
NEWS
1992-02-16 20:49:26 +00:00
README
1992-09-03 22:56:45 +00:00
TODO
1992-02-16 20:49:26 +00:00
a29k.sc-sh
a29k.sh
aout.sc-sh
cdtest-foo.cc
cdtest-foo.h
cdtest-func.cc
cdtest-main.cc
cdtest.exp
1991-05-23 21:49:14 +00:00
config
1991-09-23 20:59:12 +00:00
config.h
1992-02-22 00:11:39 +00:00
configure.bat
1991-05-23 21:49:14 +00:00
configure.in
1992-02-16 20:49:26 +00:00
ebmon29k.sc-sh
ebmon29k.sh
generic.em
genscripts.sh
h8-doc.texi
1992-08-17 18:35:59 +00:00
ld.1
gen-doc.texi
1992-02-16 20:49:26 +00:00
gld960.em
gld960.sh
go32.sh
1992-02-22 00:11:39 +00:00
hp300bsd.sh
hp3hpux.sh
hppaosf.em
hppaosf.sc-sh
hppaosf.sh
1992-02-16 20:49:26 +00:00
h8300hms.em
h8300hms.sc-sh
h8300hms.sh
1993-04-09 17:46:13 +00:00
h8500hms.em
h8500hms.sc-sh
h8500hms.sh
1992-02-16 20:49:26 +00:00
i386aout.sh
1993-02-28 14:46:25 +00:00
i386bsd.sh
1992-09-11 20:43:33 +00:00
i386coff.sc-sh
1992-09-11 17:47:22 +00:00
i386coff.sh
1992-02-16 20:49:26 +00:00
i960.sc-sh
1991-09-23 20:59:12 +00:00
ld.h
ld.texinfo
1991-11-05 20:36:54 +00:00
ldctor.c
1991-12-08 01:27:59 +00:00
ldctor.h
1992-02-16 20:49:26 +00:00
ldemul.c
ldemul.h
lderror.c
1992-03-07 18:32:27 +00:00
lderror.h
1991-09-23 20:59:12 +00:00
ldexp.c
ldexp.h
ldfile.c
ldfile.h
ldgram.y
1992-02-16 20:49:26 +00:00
ldindr.c
ldindr.h
ldint.texinfo
1991-09-23 20:59:12 +00:00
ldlang.c
ldlang.h
ldlex.h
ldlex.l
ldmain.c
ldmain.h
ldmisc.c
ldmisc.h
ldsym.c
ldsym.h
ldver.c
ldver.h
1992-02-16 20:49:26 +00:00
ldwarn.c
1991-09-23 20:59:12 +00:00
ldwarn.h
ldwrite.c
ldwrite.h
lexsup.c
1992-02-16 20:49:26 +00:00
lnk960.em
lnk960.sh
m68kcoff.sc-sh
m68kcoff.sh
1992-02-16 20:49:26 +00:00
m88kbcs.sc-sh
m88kbcs.sh
mips.sc-sh
1993-02-03 17:11:22 +00:00
mipsbig.sh
1993-05-20 17:40:30 +00:00
mipsbsd.sc-sh
1993-02-28 14:46:25 +00:00
mipsbsd.sh
mipsidt.sh
mipsidtl.sh
mipslit.sh
1992-04-15 23:11:53 +00:00
mri.c
1992-05-01 22:08:40 +00:00
mri.h
go32.sh
1991-09-23 20:59:12 +00:00
mkscript.c
1992-02-16 20:49:26 +00:00
news.sh
relax.c
1992-03-07 18:32:27 +00:00
relax.h
sh.em
sh.sc-sh
sh.sh
1992-05-02 02:08:21 +00:00
st2000.em
st2000.sc-sh
st2000.sh
sa29200.sc-sh
sa29200.sh
1992-09-01 22:14:49 +00:00
scripts
1992-02-16 20:49:26 +00:00
sun3.sh
sun4.sh
vanilla.em
vanilla.sc-sh
vanilla.sh
vax.sh
z8ksim.em
z8ksim.sc-sh
z8ksim.sh
1991-05-23 21:49:14 +00:00
1993-05-27 06:44:29 +00:00
Things-to-lose:
1991-05-23 21:49:14 +00:00
Do-last:
1993-02-26 18:53:13 +00:00
echo Looking for signs of \"v9\"...
# Don't try to clean directories here, as the 'mv' command will fail.
# Also, grep fails on NFS mounted directories.
if ( echo $* | grep keep\-v9 > /dev/null ) ; then
for i in * ; do
if test ! -d $i && (grep sanitize-v9 $i > /dev/null) ; then
echo Keeping v9 stuff in $i
fi
done
else
for i in * ; do
if test ! -d $i && (grep sanitize-v9 $i > /dev/null) ; then
echo Cleaning the \"v9\" out of $i...
cp $i new
sed '/start\-sanitize\-v9/,/end-\sanitize\-v9/d' < $i > new
if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
echo Caching $i in .Recover...
mv $i .Recover
fi
mv new $i
fi
done
fi
1991-05-23 21:49:14 +00:00
# End of file.