New host configuration file.
[deliverable/binutils-gdb.git] / bfd / hosts / .Sanitize
1 # .Sanitize for devo/bfd/hosts
2
3 # Each directory to survive its way into a release will need a file
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
14 # done in this
15
16 Do-first:
17
18 if ( echo $* | grep keep\-mpw > /dev/null ) ; then
19 keep_these_too="mpw.h"
20 else
21 lose_these_too="mpw.h"
22 fi
23
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
30 Things-to-keep:
31
32 alphaosf.h
33 amix.h
34 apollo68.h
35 apollov68.h
36 decstation.h
37 dgux.h
38 delta68.h
39 delta88.h
40 delta88v4.h
41 dose.h
42 dpx2.h
43 go32.h
44 harris.h
45 hp300bsd.h
46 hp300.h
47 hppabsd.h
48 hppahpux.h
49 hppaosf.h
50 i386aix.h
51 i386bsd.h
52 i386linux.h
53 i386lynx.h
54 i386mach3.h
55 i386osf1mk.h
56 i386sco.h
57 i386v.h
58 i386v4.h
59 irix3.h
60 irix4.h
61 lynx.h
62 m68klynx.h
63 miniframe.h
64 mipsbsd.h
65 news.h
66 news-mips.h
67 ncr3000.h
68 riscos.h
69 rs6000.h
70 rtbsd.h
71 solaris2.h
72 sparc-ll.h
73 sparc.h
74 sparclynx.h
75 std-host.h
76 stratus.h
77 sun3.h
78 symmetry.h
79 sysv4.h
80 tahoe.h
81 ultra3.h
82 vaxbsd.h
83 vaxult.h
84 vaxult2.h
85 we32k.h
86
87 Things-to-lose:
88
89
90 esix.h
91
92 Do-last:
93
94 # End of file.
This page took 0.03255 seconds and 5 git commands to generate.