old-cross-binutils/bfd/hosts/.Sanitize

96 lines
1.6 KiB
Text
Raw Normal View History

# .Sanitize for devo/bfd/hosts
1991-05-23 17:10:40 +00:00
# Each directory to survive its way into a release will need a file
1991-05-23 17:10:40 +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
# done in this
Do-first:
if ( echo $* | grep keep\-mpw > /dev/null ) ; then
keep_these_too="mpw.h"
1994-01-11 01:15:02 +00:00
else
lose_these_too="mpw.h"
fi
1991-05-23 17:10:40 +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-04-24 02:10:09 +00:00
alphaosf.h
amix.h
1992-05-26 23:59:37 +00:00
apollo68.h
apollov68.h
decstation.h
dgux.h
1993-07-02 15:24:17 +00:00
delta68.h
delta88.h
delta88v4.h
dose.h
dpx2.h
go32.h
harris.h
hp300bsd.h
1992-10-08 01:29:00 +00:00
hp300.h
1992-06-20 01:00:46 +00:00
hppabsd.h
hppahpux.h
1994-02-08 04:58:32 +00:00
hppaosf.h
i386aix.h
i386bsd.h
1992-06-23 06:20:09 +00:00
i386linux.h
1993-08-02 15:57:14 +00:00
i386lynx.h
i386mach3.h
i386osf1mk.h
i386sco.h
i386v.h
i386v4.h
irix3.h
1992-03-31 04:46:53 +00:00
irix4.h
lynx.h
1993-09-28 20:27:21 +00:00
m68klynx.h
1993-05-14 10:18:18 +00:00
miniframe.h
1993-02-03 07:42:00 +00:00
mipsbsd.h
1993-06-21 16:34:36 +00:00
news.h
news-mips.h
1992-04-11 05:31:31 +00:00
ncr3000.h
1993-06-23 18:38:41 +00:00
riscos.h
rs6000.h
1994-02-21 19:05:44 +00:00
rs6000lynx.h
rtbsd.h
1992-07-14 07:21:29 +00:00
solaris2.h
sparc-ll.h
sparc.h
1993-11-01 19:15:17 +00:00
sparclynx.h
std-host.h
stratus.h
sun3.h
1993-07-20 18:12:53 +00:00
symmetry.h
1992-03-31 04:49:27 +00:00
sysv4.h
tahoe.h
ultra3.h
vaxbsd.h
vaxult.h
vaxult2.h
we32k.h
1991-05-23 17:10:40 +00:00
1993-05-27 06:44:29 +00:00
Things-to-lose:
1993-07-30 16:46:19 +00:00
1993-07-30 07:10:33 +00:00
esix.h
1991-05-23 17:10:40 +00:00
Do-last:
# End of file.