1994-06-08 01:53:20 +00:00
|
|
|
# .Sanitize for devo/opcodes.
|
1992-08-31 20:48:44 +00:00
|
|
|
|
1994-01-03 20:58:02 +00:00
|
|
|
# Each directory to survive its way into a release will need a file
|
1992-08-31 20:48:44 +00:00
|
|
|
# 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
|
1994-06-30 23:19:26 +00:00
|
|
|
# done in this directory.
|
1992-08-31 20:48:44 +00:00
|
|
|
|
|
|
|
Do-first:
|
|
|
|
|
1994-06-30 23:19:26 +00:00
|
|
|
mpw_files="mpw-make.in mpw-config.in ChangeLog.mpw"
|
|
|
|
|
1994-01-03 20:58:02 +00:00
|
|
|
if ( echo $* | grep keep\-mpw > /dev/null ) ; then
|
1994-06-30 23:19:26 +00:00
|
|
|
keep_these_too="${mpw_files} ${keep_these_too}"
|
1994-01-11 01:15:02 +00:00
|
|
|
else
|
1994-06-30 23:19:26 +00:00
|
|
|
lose_these_too="${mpw_files} ${lose_these_too}"
|
1994-01-11 01:15:02 +00:00
|
|
|
fi
|
|
|
|
|
1992-08-31 20:48:44 +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
|
|
|
|
1992-08-31 20:48:44 +00:00
|
|
|
ChangeLog
|
1992-08-31 21:54:31 +00:00
|
|
|
Makefile.in
|
1993-04-24 02:10:09 +00:00
|
|
|
alpha-dis.c
|
|
|
|
alpha-opc.h
|
1994-09-09 18:51:10 +00:00
|
|
|
arm-dis.c
|
|
|
|
arm-opc.h
|
1993-04-02 00:18:47 +00:00
|
|
|
a29k-dis.c
|
1994-06-05 16:49:49 +00:00
|
|
|
configure.bat
|
1992-08-31 21:54:31 +00:00
|
|
|
configure.in
|
1993-04-01 18:42:39 +00:00
|
|
|
dis-buf.c
|
1994-04-29 15:46:36 +00:00
|
|
|
disassemble.c
|
1993-06-08 19:26:23 +00:00
|
|
|
h8300-dis.c
|
1993-03-19 22:39:35 +00:00
|
|
|
h8500-dis.c
|
|
|
|
h8500-opc.h
|
1993-05-14 11:41:02 +00:00
|
|
|
hppa-dis.c
|
1993-03-19 00:11:02 +00:00
|
|
|
i386-dis.c
|
1993-04-02 00:18:47 +00:00
|
|
|
i960-dis.c
|
1993-03-19 00:11:02 +00:00
|
|
|
m68k-dis.c
|
1993-07-15 16:40:49 +00:00
|
|
|
m88k-dis.c
|
1993-01-07 18:24:38 +00:00
|
|
|
mips-dis.c
|
1993-07-20 22:55:21 +00:00
|
|
|
mips-opc.c
|
1994-07-26 23:13:34 +00:00
|
|
|
ns32k-dis.c
|
1994-01-22 00:11:37 +00:00
|
|
|
ppc-dis.c
|
|
|
|
ppc-opc.c
|
1993-04-27 01:19:25 +00:00
|
|
|
sh-opc.h
|
|
|
|
sh-dis.c
|
1993-04-01 18:42:39 +00:00
|
|
|
sparc-dis.c
|
1992-09-10 16:34:29 +00:00
|
|
|
sparc-opc.c
|
1992-08-31 21:54:31 +00:00
|
|
|
z8k-dis.c
|
1992-08-31 20:48:44 +00:00
|
|
|
z8k-opc.h
|
1992-09-30 14:41:36 +00:00
|
|
|
z8kgen.c
|
1992-08-31 21:54:31 +00:00
|
|
|
|
1993-05-27 06:44:29 +00:00
|
|
|
Things-to-lose:
|
|
|
|
|
1992-09-10 17:20:10 +00:00
|
|
|
Do-last:
|
|
|
|
|
1994-07-26 23:13:34 +00:00
|
|
|
i960xl_files="ChangeLog i960-dis.c"
|
|
|
|
if ( echo $* | grep keep\-i960xl > /dev/null ) ; then
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo Keeping i960xl stuff in $i960xl_files.
|
|
|
|
fi
|
|
|
|
else
|
|
|
|
if [ -n "${verbose}" ]; then
|
|
|
|
echo -n Cleaning i960xl in `pwd`:
|
|
|
|
fi
|
|
|
|
for f in $i960xl_files ; do
|
|
|
|
if [ -n "${verbose}" ] ; then
|
|
|
|
echo -n " " $f
|
|
|
|
fi
|
|
|
|
sed -e '/start\-sanitize\-i960xl/,/end\-sanitize\-i960xl/d' -e '/ xl /d' < $f > new
|
|
|
|
if [ -n "${safe}" ] ; then
|
|
|
|
mv $f .Recover
|
|
|
|
fi
|
|
|
|
mv new $f
|
|
|
|
done
|
|
|
|
fi
|
|
|
|
|
1992-08-31 20:48:44 +00:00
|
|
|
# End of file.
|