Mon Jan 3 10:59:28 1994 Stan Shebs (shebs@andros.cygnus.com)
[platform/upstream/binutils.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 fi
21
22 # All files listed between the "Things-to-keep:" line and the
23 # "Files-to-sed:" line will be kept.  All other files will be removed.
24 # Directories listed in this section will have their own Sanitize
25 # called.  Directories not listed will be removed in their entirety
26 # with rm -rf.
27
28 Things-to-keep:
29
30 alphaosf.h
31 amix.h
32 apollo68.h
33 apollov68.h
34 decstation.h
35 dgux.h
36 delta68.h
37 delta88.h
38 delta88v4.h
39 dose.h
40 dpx2.h
41 go32.h
42 harris.h
43 hp300bsd.h
44 hp300.h
45 hppabsd.h
46 hppahpux.h
47 i386aix.h
48 i386bsd.h
49 i386linux.h
50 i386lynx.h
51 i386mach3.h
52 i386osf1mk.h
53 i386sco.h
54 i386v.h
55 i386v4.h
56 irix3.h
57 irix4.h
58 lynx.h
59 m68klynx.h
60 miniframe.h
61 mipsbsd.h
62 news.h
63 news-mips.h
64 ncr3000.h
65 riscos.h
66 rs6000.h
67 rtbsd.h
68 solaris2.h
69 sparc-ll.h
70 sparc.h
71 sparclynx.h
72 std-host.h
73 stratus.h
74 sun3.h
75 symmetry.h
76 sysv4.h
77 tahoe.h
78 ultra3.h
79 vaxbsd.h
80 vaxult.h
81 vaxult2.h
82 we32k.h
83
84 Things-to-lose:
85
86
87 esix.h
88
89 Do-last:
90
91 # End of file.