1991-05-24 06:49:14 +09:00
|
|
|
|
# Sanitize.in for devo.
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
# 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:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# 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:
|
|
|
|
|
|
|
|
|
|
ChangeLog
|
|
|
|
|
Makefile.in
|
1993-02-13 16:52:56 +08:00
|
|
|
|
NEWS
|
1991-12-08 09:14:09 +08:00
|
|
|
|
README
|
1991-05-24 06:49:14 +09:00
|
|
|
|
TODO
|
|
|
|
|
alloca.c
|
1991-12-08 09:14:09 +08:00
|
|
|
|
am29k-pinsn.c
|
1991-11-06 17:06:02 +08:00
|
|
|
|
ar.1
|
1991-12-08 09:14:09 +08:00
|
|
|
|
ar.c
|
1992-04-16 05:36:37 +08:00
|
|
|
|
arlex.l
|
1992-05-02 07:30:01 +08:00
|
|
|
|
arparse.y
|
1992-04-16 05:36:37 +08:00
|
|
|
|
arsup.c
|
|
|
|
|
arsup.h
|
1991-11-16 07:34:35 +08:00
|
|
|
|
binutils.texi
|
1991-05-24 06:49:14 +09:00
|
|
|
|
bucomm.c
|
1991-12-08 09:14:09 +08:00
|
|
|
|
bucomm.h
|
1992-02-22 07:06:42 +08:00
|
|
|
|
configure.bat
|
1991-05-24 06:49:14 +09:00
|
|
|
|
configure.in
|
1992-07-24 02:41:54 +08:00
|
|
|
|
config
|
1991-05-24 06:49:14 +09:00
|
|
|
|
copy.c
|
|
|
|
|
filemode.c
|
|
|
|
|
gmalloc.c
|
1992-05-02 06:45:45 +08:00
|
|
|
|
i386-pinsn.c
|
1991-05-24 06:49:14 +09:00
|
|
|
|
i960-pinsn.c
|
1991-12-08 09:14:09 +08:00
|
|
|
|
is-ranlib.c
|
|
|
|
|
is-strip.c
|
1991-05-24 06:49:14 +09:00
|
|
|
|
m68k-pinsn.c
|
1991-12-08 09:14:09 +08:00
|
|
|
|
maybe-ranlib.c
|
|
|
|
|
maybe-strip.c
|
|
|
|
|
nm.1
|
1991-05-24 06:49:14 +09:00
|
|
|
|
nm.c
|
1991-12-08 09:14:09 +08:00
|
|
|
|
not-ranlib.c
|
|
|
|
|
not-strip.c
|
|
|
|
|
objdump.1
|
1991-05-24 06:49:14 +09:00
|
|
|
|
objdump.c
|
1991-12-08 09:14:09 +08:00
|
|
|
|
objdump.h
|
|
|
|
|
ranlib.1
|
1991-10-08 07:14:30 +08:00
|
|
|
|
ranlib.sh
|
1992-05-02 07:30:01 +08:00
|
|
|
|
sanity.sh
|
1991-12-08 09:14:09 +08:00
|
|
|
|
size.1
|
1991-05-24 06:49:14 +09:00
|
|
|
|
size.c
|
|
|
|
|
sparc-pinsn.c
|
1991-12-08 09:14:09 +08:00
|
|
|
|
strip.1
|
1991-05-24 06:49:14 +09:00
|
|
|
|
version.c
|
|
|
|
|
|
|
|
|
|
Do-last:
|
|
|
|
|
|
1991-12-17 22:43:59 +08:00
|
|
|
|
v9dirty="sparc-pinsn.c"
|
1991-05-24 06:49:14 +09:00
|
|
|
|
|
1991-12-17 22:43:59 +08:00
|
|
|
|
if ( echo $* | grep keep\-v9 > /dev/null ) ; then
|
|
|
|
|
echo Keeping v9 in ${v9dirty}
|
|
|
|
|
else
|
|
|
|
|
for i in ${v9dirty} ; do
|
|
|
|
|
echo Sanitizing v9 in $i
|
|
|
|
|
rm -f new
|
|
|
|
|
sed '/^#ifndef[ ]NO_V9/,/^#endif/d' < $i > new
|
|
|
|
|
if grep -s -i v9 new ; then
|
|
|
|
|
echo ***** SANITIZING V9 IN $i FAILED *****
|
|
|
|
|
fi
|
|
|
|
|
if [ -n "${safe}" ] ; then
|
|
|
|
|
mv $i .Recover
|
|
|
|
|
else
|
|
|
|
|
rm $i
|
|
|
|
|
fi
|
|
|
|
|
mv new $i
|
|
|
|
|
done
|
|
|
|
|
fi
|