37295659e5726b9dfdad1d8a60acf5d3030a90a8
[deliverable/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
19 # All files listed between the "Things-to-keep:" line and the
20 # "Do-last:" line will be kept. All other files will be removed.
21 # Directories listed in this section will have their own Sanitize
22 # called. Directories not listed will be removed in their entirety
23 # with rm -rf.
24
25 Things-to-keep:
26
27 alpha.mt
28 alphaosf.mh
29 coff-a29k.mt
30 coff-h8300.mt
31 cf-h8300h.mt
32 coff-h8500.mt
33 coff-sh.mt
34 coff-sparc.mt
35 delta88.mh
36 dgux.mh
37 ebmon29k.mt
38 go32.mt
39 go32.mh
40 hp300.mh
41 hp300bsd.mt
42 hp300hpux.mt
43 hppaelf.mh
44 hppaelf.mt
45 i386-aout.mt
46 i386-bsd.mt
47 i386-coff.mt
48 i386-elf.mt
49 i386-go32.mt
50 i386-linux.mt
51 i386-lynx.mt
52 i386-mach.mt
53 i386-nw.mt
54 i386bsd.mh
55 i386sco.mh
56 i386v.mh
57 i386v.mt
58 i386v4.mh
59 i960.mt
60 i960coff.mt
61 ieee-h8300.mt
62 irix4.mh
63 m68k-coff.mt
64 m68k.mt
65 m68k-lynx.mt
66 m68klynx.mh
67 m68kv.mt
68 m88k-bcs.mt
69 mipsbsd.mh
70 mipsbsd.mt
71 mips-big.mt
72 mips-idt.mt
73 mipsb-elf32.mt
74 mipsl-elf32.mt
75 mipsl-idt.mt
76 mips-lit.mt
77 news.mt
78 ose68.mt
79 ppc-elf32.mt
80 ppc-nw.mt
81 rtbsd.mh
82 sa29200.mt
83 solaris2.mh
84 sparc64-elf.mt
85 sparc-ll.mh
86 sparc-lynx.mt
87 st2000.mt
88 sun3.mh
89 sun3.mt
90 sun4.mt
91 sun4sol2.mt
92 vax.mt
93 vsta.mt
94 vxworks68.mt
95 z8ksim.mt
96
97 Things-to-lose:
98
99 # The lines between the "Do-last:" line and the end of the file
100 # are executed as a /bin/sh shell script after everything else is
101 # done.
102
103 Do-last:
This page took 0.039588 seconds and 3 git commands to generate.