darling-gdb/opcodes/.Sanitize

68 lines
1.5 KiB
Plaintext
Raw Normal View History

# .Sanitize for devo/opcodes.
# Each directory to survive its 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
1994-06-30 23:19:26 +00:00
# done in this directory.
Do-first:
1994-06-30 23:19:26 +00:00
mpw_files="mpw-make.in mpw-config.in ChangeLog.mpw"
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
# 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
Makefile.in
1993-04-24 02:10:09 +00:00
alpha-dis.c
alpha-opc.h
a29k-dis.c
1994-06-05 16:49:49 +00:00
configure.bat
configure.in
1993-04-01 18:42:39 +00:00
dis-buf.c
1994-04-29 15:46:36 +00:00
disassemble.c
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
i386-dis.c
i960-dis.c
m68k-dis.c
m88k-dis.c
1993-01-07 18:24:38 +00:00
mips-dis.c
mips-opc.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
z8k-dis.c
z8k-opc.h
1992-09-30 14:41:36 +00:00
z8kgen.c
1993-05-27 06:44:29 +00:00
Things-to-lose:
Do-last:
# End of file.