old-cross-binutils/sim/.Sanitize

46 lines
1 KiB
Text
Raw Normal View History

1993-02-04 00:22:22 +00:00
# .Sanitize for devo/sim.
# 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:
1993-03-03 23:08:41 +00:00
ChangeLog
1993-02-04 18:45:23 +00:00
Makefile.in
arm
configure
1993-02-04 00:22:22 +00:00
configure.in
1995-09-30 00:44:21 +00:00
common
1993-02-04 00:22:22 +00:00
h8300
1993-03-29 21:23:15 +00:00
h8500
ppc
1993-04-27 01:02:38 +00:00
sh
w65
1993-02-04 00:22:22 +00:00
z8k
1993-05-27 06:44:29 +00:00
Things-to-lose:
mips
1993-07-30 16:46:19 +00:00
1993-02-04 00:22:22 +00:00
Do-last:
# End of file.