* configure.host (sparc-*-solaris2*): Use solaris2, not sysv4.
[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 directory.
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 apollo68.h
34 apollov68.h
35 decstation.h
36 dgux.h
37 delta68.h
38 delta88.h
39 delta88v4.h
40 dose.h
41 dpx2.h
42 go32.h
43 harris.h
44 hp300bsd.h
45 hp300.h
46 hppabsd.h
47 hppahpux.h
48 hppaosf.h
49 i386aix.h
50 i386bsd.h
51 i386linux.h
52 i386lynx.h
53 i386mach3.h
54 i386osf1mk.h
55 i386sco.h
56 i386v.h
57 i386v4.h
58 irix3.h
59 irix4.h
60 lynx.h
61 m68klynx.h
62 m68kv4.h
63 m88kmach3.h
64 miniframe.h
65 mipsbsd.h
66 mipsmach3.h
67 news.h
68 news-mips.h
69 ncr3000.h
70 pc532mach.h
71 riscos.h
72 rs6000.h
73 rs6000lynx.h
74 rtbsd.h
75 solaris2.h
76 sparc-ll.h
77 sparc.h
78 sparclynx.h
79 std-host.h
80 stratus.h
81 sun3.h
82 symmetry.h
83 sysv4.h
84 tahoe.h
85 ultra3.h
86 vaxbsd.h
87 vaxult.h
88 vaxult2.h
89 we32k.h
90
91 Things-to-lose:
92
93
94 esix.h
95
96 Do-last:
97
98 # End of file.
This page took 0.031423 seconds and 4 git commands to generate.