* ld-shared: New directory, with new files to test generating ELF
[deliverable/binutils-gdb.git] / bfd / hosts / .Sanitize
CommitLineData
ef8b133d 1# .Sanitize for devo/bfd/hosts.
0fd8d5d9 2
d60e8a54 3# Each directory to survive its way into a release will need a file
0fd8d5d9
RP
4# like this one called "./.Sanitize". All keyword lines must exist,
5# and must exist in the order specified by this file. Each directory
6# in the tree will be processed, top down, in the following order.
7
8# Hash started lines like this one are comments and will be deleted
9# before anything else is done. Blank lines will also be squashed
10# out.
11
12# The lines between the "Do-first:" line and the "Things-to-keep:"
13# line are executed as a /bin/sh shell script before anything else is
ef8b133d 14# done in this directory.
0fd8d5d9
RP
15
16Do-first:
17
d60e8a54
SS
18if ( echo $* | grep keep\-mpw > /dev/null ) ; then
19 keep_these_too="mpw.h"
e4c7516b
SS
20else
21 lose_these_too="mpw.h"
d60e8a54
SS
22fi
23
0fd8d5d9
RP
24# All files listed between the "Things-to-keep:" line and the
25# "Files-to-sed:" line will be kept. All other files will be removed.
26# Directories listed in this section will have their own Sanitize
27# called. Directories not listed will be removed in their entirety
28# with rm -rf.
29
30Things-to-keep:
31
5f8f6d56 32alphaosf.h
2a4e0ef2 33apollo68.h
5a385929 34apollov68.h
3e312eb0 35decstation.h
e213ebd6 36delta68.h
3e312eb0 37delta88.h
aa93c577 38delta88v4.h
a3f7a777 39dgux.h
3e312eb0 40dose.h
4d09e8ac 41dpx2.h
3e312eb0
SC
42go32.h
43harris.h
6881ebf8 44hp300.h
a3f7a777 45hp300bsd.h
76b731f9
SG
46hppabsd.h
47hppahpux.h
1c8c89a8 48hppaosf.h
60ac749c 49i386aix.h
214f8f23 50i386bsd.h
11be3463 51i386linux.h
f5ac0101 52i386lynx.h
890eafc0 53i386mach3.h
a3f7a777 54i386nbsd.h
890eafc0 55i386osf1mk.h
e2f4c288 56i386sco.h
3e312eb0
SC
57i386v.h
58i386v4.h
59irix3.h
a11565c9 60irix4.h
343c1a96 61lynx.h
4ac3ff67 62m68klynx.h
ef8b133d 63m68kv4.h
56fbe889 64m88kmach3.h
71f73518 65miniframe.h
4bdbc8d6 66mipsbsd.h
56fbe889 67mipsmach3.h
a3f7a777 68nbsd.h
ccc76ce9 69ncr3000.h
a3f7a777
C
70news-mips.h
71news.h
72ns32knbsd.h
56fbe889 73pc532mach.h
d297ca71 74riscos.h
3e312eb0 75rs6000.h
fdf08b0f 76rs6000lynx.h
3e312eb0 77rtbsd.h
098e8a89 78solaris2.h
3e312eb0
SC
79sparc-ll.h
80sparc.h
e3b5bfa8 81sparclynx.h
a3f7a777 82sparcnbsd.h
cc9a3bd6 83std-host.h
3e312eb0
SC
84stratus.h
85sun3.h
d39d83c1 86symmetry.h
95e19a8a 87sysv4.h
3e312eb0
SC
88tahoe.h
89ultra3.h
90vaxbsd.h
91vaxult.h
b84d84d7 92vaxult2.h
c7551f76 93we32k.h
0fd8d5d9 94
87756e15
RP
95Things-to-lose:
96
775d4a40 97
207d7af9
FF
98esix.h
99
0fd8d5d9
RP
100Do-last:
101
0fd8d5d9 102# End of file.
This page took 0.127644 seconds and 4 git commands to generate.