1994-07-16 21:02:53 +00:00
|
|
|
# .Sanitize for devo/bfd/hosts.
|
1991-05-23 17:10:40 +00:00
|
|
|
|
1994-01-04 00:34:05 +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
|
1994-07-16 21:02:53 +00:00
|
|
|
# done in this directory.
|
1991-05-23 17:10:40 +00:00
|
|
|
|
|
|
|
Do-first:
|
|
|
|
|
1994-01-04 00:34:05 +00:00
|
|
|
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"
|
1994-01-04 00:34:05 +00:00
|
|
|
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
|
1992-05-26 23:59:37 +00:00
|
|
|
apollo68.h
|
1992-04-09 07:26:14 +00:00
|
|
|
apollov68.h
|
1992-03-13 15:43:32 +00:00
|
|
|
decstation.h
|
1993-07-02 15:24:17 +00:00
|
|
|
delta68.h
|
1992-03-13 15:43:32 +00:00
|
|
|
delta88.h
|
1993-09-02 06:06:40 +00:00
|
|
|
delta88v4.h
|
* configure.host (sparc-*-netbsd): use sparcnbsd.
(ns32k-*-netbsd): use ns32knbsd.
* hosts/{nbsd,i386nbsd,ns32knbsd,sparcnbsd}.h: New files, NetBSD
host support.
* sparcnetbsd.c: New file, adds support for NetBSD/sparc.
* config/sparc-nbsd.mt: Likewise.
* netbsd.h: New file, definitions common to all netbsd ports.
* i386netbsd.c: Use it.
* ns32knetbsd.c: Use it.
* Makefile.in, configure.in, targets.c, config/i386-nbsd.mt,
config/ns32k-nbsd.mt: canonicalize netbsd targets to conform to
file/variable naming conventions.
* i386netbsd.c: New file, renamed from netbsd386.c.
* ns32knetbsd.c: New file, renamed from netbsd532.c.
1994-09-13 18:39:47 +00:00
|
|
|
dgux.h
|
1992-03-13 15:43:32 +00:00
|
|
|
dose.h
|
1993-07-11 23:23:20 +00:00
|
|
|
dpx2.h
|
1992-03-13 15:43:32 +00:00
|
|
|
go32.h
|
|
|
|
harris.h
|
1992-10-08 01:29:00 +00:00
|
|
|
hp300.h
|
* configure.host (sparc-*-netbsd): use sparcnbsd.
(ns32k-*-netbsd): use ns32knbsd.
* hosts/{nbsd,i386nbsd,ns32knbsd,sparcnbsd}.h: New files, NetBSD
host support.
* sparcnetbsd.c: New file, adds support for NetBSD/sparc.
* config/sparc-nbsd.mt: Likewise.
* netbsd.h: New file, definitions common to all netbsd ports.
* i386netbsd.c: Use it.
* ns32knetbsd.c: Use it.
* Makefile.in, configure.in, targets.c, config/i386-nbsd.mt,
config/ns32k-nbsd.mt: canonicalize netbsd targets to conform to
file/variable naming conventions.
* i386netbsd.c: New file, renamed from netbsd386.c.
* ns32knetbsd.c: New file, renamed from netbsd532.c.
1994-09-13 18:39:47 +00:00
|
|
|
hp300bsd.h
|
1992-06-20 01:00:46 +00:00
|
|
|
hppabsd.h
|
|
|
|
hppahpux.h
|
1994-02-08 04:58:32 +00:00
|
|
|
hppaosf.h
|
1992-12-21 21:17:54 +00:00
|
|
|
i386aix.h
|
1992-10-09 01:39:06 +00:00
|
|
|
i386bsd.h
|
1992-06-23 06:20:09 +00:00
|
|
|
i386linux.h
|
1993-08-02 15:57:14 +00:00
|
|
|
i386lynx.h
|
1993-08-18 05:10:45 +00:00
|
|
|
i386mach3.h
|
* configure.host (sparc-*-netbsd): use sparcnbsd.
(ns32k-*-netbsd): use ns32knbsd.
* hosts/{nbsd,i386nbsd,ns32knbsd,sparcnbsd}.h: New files, NetBSD
host support.
* sparcnetbsd.c: New file, adds support for NetBSD/sparc.
* config/sparc-nbsd.mt: Likewise.
* netbsd.h: New file, definitions common to all netbsd ports.
* i386netbsd.c: Use it.
* ns32knetbsd.c: Use it.
* Makefile.in, configure.in, targets.c, config/i386-nbsd.mt,
config/ns32k-nbsd.mt: canonicalize netbsd targets to conform to
file/variable naming conventions.
* i386netbsd.c: New file, renamed from netbsd386.c.
* ns32knetbsd.c: New file, renamed from netbsd532.c.
1994-09-13 18:39:47 +00:00
|
|
|
i386nbsd.h
|
1993-08-18 05:10:45 +00:00
|
|
|
i386osf1mk.h
|
1993-08-11 15:56:14 +00:00
|
|
|
i386sco.h
|
1992-03-13 15:43:32 +00:00
|
|
|
i386v.h
|
|
|
|
i386v4.h
|
|
|
|
irix3.h
|
1992-03-31 04:46:53 +00:00
|
|
|
irix4.h
|
1993-11-17 01:11:30 +00:00
|
|
|
lynx.h
|
1993-09-28 20:27:21 +00:00
|
|
|
m68klynx.h
|
1994-07-16 21:02:53 +00:00
|
|
|
m68kv4.h
|
1994-07-25 20:04:11 +00:00
|
|
|
m88kmach3.h
|
1993-05-14 10:18:18 +00:00
|
|
|
miniframe.h
|
1993-02-03 07:42:00 +00:00
|
|
|
mipsbsd.h
|
1994-07-25 20:04:11 +00:00
|
|
|
mipsmach3.h
|
* configure.host (sparc-*-netbsd): use sparcnbsd.
(ns32k-*-netbsd): use ns32knbsd.
* hosts/{nbsd,i386nbsd,ns32knbsd,sparcnbsd}.h: New files, NetBSD
host support.
* sparcnetbsd.c: New file, adds support for NetBSD/sparc.
* config/sparc-nbsd.mt: Likewise.
* netbsd.h: New file, definitions common to all netbsd ports.
* i386netbsd.c: Use it.
* ns32knetbsd.c: Use it.
* Makefile.in, configure.in, targets.c, config/i386-nbsd.mt,
config/ns32k-nbsd.mt: canonicalize netbsd targets to conform to
file/variable naming conventions.
* i386netbsd.c: New file, renamed from netbsd386.c.
* ns32knetbsd.c: New file, renamed from netbsd532.c.
1994-09-13 18:39:47 +00:00
|
|
|
nbsd.h
|
1992-04-11 05:31:31 +00:00
|
|
|
ncr3000.h
|
* configure.host (sparc-*-netbsd): use sparcnbsd.
(ns32k-*-netbsd): use ns32knbsd.
* hosts/{nbsd,i386nbsd,ns32knbsd,sparcnbsd}.h: New files, NetBSD
host support.
* sparcnetbsd.c: New file, adds support for NetBSD/sparc.
* config/sparc-nbsd.mt: Likewise.
* netbsd.h: New file, definitions common to all netbsd ports.
* i386netbsd.c: Use it.
* ns32knetbsd.c: Use it.
* Makefile.in, configure.in, targets.c, config/i386-nbsd.mt,
config/ns32k-nbsd.mt: canonicalize netbsd targets to conform to
file/variable naming conventions.
* i386netbsd.c: New file, renamed from netbsd386.c.
* ns32knetbsd.c: New file, renamed from netbsd532.c.
1994-09-13 18:39:47 +00:00
|
|
|
news-mips.h
|
|
|
|
news.h
|
|
|
|
ns32knbsd.h
|
1994-07-25 20:04:11 +00:00
|
|
|
pc532mach.h
|
1993-06-23 18:38:41 +00:00
|
|
|
riscos.h
|
1992-03-13 15:43:32 +00:00
|
|
|
rs6000.h
|
1994-02-21 19:05:44 +00:00
|
|
|
rs6000lynx.h
|
1992-03-13 15:43:32 +00:00
|
|
|
rtbsd.h
|
1994-08-12 15:28:19 +00:00
|
|
|
solaris2.h
|
1992-03-13 15:43:32 +00:00
|
|
|
sparc-ll.h
|
|
|
|
sparc.h
|
1993-11-01 19:15:17 +00:00
|
|
|
sparclynx.h
|
* configure.host (sparc-*-netbsd): use sparcnbsd.
(ns32k-*-netbsd): use ns32knbsd.
* hosts/{nbsd,i386nbsd,ns32knbsd,sparcnbsd}.h: New files, NetBSD
host support.
* sparcnetbsd.c: New file, adds support for NetBSD/sparc.
* config/sparc-nbsd.mt: Likewise.
* netbsd.h: New file, definitions common to all netbsd ports.
* i386netbsd.c: Use it.
* ns32knetbsd.c: Use it.
* Makefile.in, configure.in, targets.c, config/i386-nbsd.mt,
config/ns32k-nbsd.mt: canonicalize netbsd targets to conform to
file/variable naming conventions.
* i386netbsd.c: New file, renamed from netbsd386.c.
* ns32knetbsd.c: New file, renamed from netbsd532.c.
1994-09-13 18:39:47 +00:00
|
|
|
sparcnbsd.h
|
1992-12-22 23:37:36 +00:00
|
|
|
std-host.h
|
1992-03-13 15:43:32 +00:00
|
|
|
stratus.h
|
|
|
|
sun3.h
|
1993-07-20 18:12:53 +00:00
|
|
|
symmetry.h
|
1992-03-31 04:49:27 +00:00
|
|
|
sysv4.h
|
1992-03-13 15:43:32 +00:00
|
|
|
tahoe.h
|
|
|
|
ultra3.h
|
|
|
|
vaxbsd.h
|
|
|
|
vaxult.h
|
1993-03-03 05:56:52 +00:00
|
|
|
vaxult2.h
|
1992-08-28 21:01:11 +00:00
|
|
|
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.
|