cb8294367465cd47ab36f612172f059cf0206daa
[binutils-gdb.git] / ld / config / .Sanitize
1 # .Sanitize for devo/ld/config
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 arc_files="arc-elf.mt"
19
20 if ( echo $* | grep keep\-arc > /dev/null ) ; then
21 keep_these_too="${arc_files} ${keep_these_too}"
22 else
23 lose_these_too="${arc_files} ${lose_these_too}"
24 fi
25
26 rce_files="rce-aout.mt"
27
28 if ( echo $* | grep keep\-rce > /dev/null ) ; then
29 keep_these_too="${rce_files} ${keep_these_too}"
30 else
31 lose_these_too="${rce_files} ${lose_these_too}"
32 fi
33
34 # All files listed between the "Things-to-keep:" line and the
35 # "Do-last:" line will be kept. All other files will be removed.
36 # Directories listed in this section will have their own Sanitize
37 # called. Directories not listed will be removed in their entirety
38 # with rm -rf.
39
40 Things-to-keep:
41
42 alpha.mt
43 alphaosf.mh
44 coff-a29k.mt
45 coff-h8300.mt
46 cf-h8300h.mt
47 coff-h8500.mt
48 coff-sh.mt
49 coff-sparc.mt
50 delta88.mh
51 dgux.mh
52 ebmon29k.mt
53 go32.mt
54 go32.mh
55 hp300.mh
56 hp300bsd.mt
57 hp300hpux.mt
58 hppaelf.mh
59 hppaelf.mt
60 i386-aout.mt
61 i386-bsd.mt
62 i386-coff.mt
63 i386-elf.mt
64 i386-gelf.mt
65 i386-gnu.mt
66 i386-go32.mt
67 i386-lelf.mt
68 i386-linux.mt
69 i386-lynx.mt
70 i386-mach.mt
71 i386-nbsd.mt
72 i386-nw.mt
73 i386bsd.mh
74 i386linux.mh
75 i386lynx.mh
76 i386sco.mh
77 i386v.mh
78 i386v.mt
79 i386v4.mh
80 i960.mt
81 i960coff.mt
82 ieee-h8300.mt
83 irix4.mh
84 m68k-coff.mt
85 m68k.mt
86 m68k-lynx.mt
87 m68k-nbsd.mt
88 m68klynx.mh
89 m68kv.mt
90 m88k-bcs.mt
91 mipsbsd.mh
92 mipsbsd.mt
93 mips-big.mt
94 mips-idt.mt
95 mipsb-elf32.mt
96 mipsl-elf32.mt
97 mipsl-idt.mt
98 mips-lit.mt
99 news.mt
100 ns32k-nbsd.mt
101 ose68.mt
102 pc532mach.mt
103 ppc-elf32.mt
104 ppc-nw.mt
105 riscix.mt
106 rtbsd.mh
107 sa29200.mt
108 solaris2.mh
109 sparc64-elf.mt
110 sparc-ll.mh
111 sparc-lynx.mt
112 sparc-nbsd.mt
113 st2000.mt
114 sun3.mh
115 sun3.mt
116 sun4.mt
117 sun4sol2.mt
118 vax.mt
119 vsta.mt
120 vxworks68.mt
121 z8ksim.mt
122 coff-w65.mt
123
124 Things-to-lose:
125
126 # The lines between the "Do-last:" line and the end of the file
127 # are executed as a /bin/sh shell script after everything else is
128 # done.
129
130 Do-last: