* config/m68klynx.mh: New file.
[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 i386bsd.mh
54 i386sco.mh
55 i386v.mh
56 i386v.mt
57 i386v4.mh
58 i960.mt
59 i960coff.mt
60 ieee-h8300.mt
61 irix4.mh
62 m68k-coff.mt
63 m68k.mt
64 m68k-lynx.mt
65 m68klynx.mh
66 m68kv.mt
67 m88k-bcs.mt
68 mipsbsd.mh
69 mipsbsd.mt
70 mips-big.mt
71 mips-idt.mt
72 mipsl-idt.mt
73 mips-lit.mt
74 mipsb-elf32.mt
75 news.mt
76 ose68.mt
77 ppc-elf32.mt
78 rtbsd.mh
79 sa29200.mt
80 solaris2.mh
81 sparc64-elf.mt
82 sparc-ll.mh
83 sparc-lynx.mt
84 st2000.mt
85 sun3.mh
86 sun3.mt
87 sun4.mt
88 sun4sol2.mt
89 vax.mt
90 vsta.mt
91 vxworks68.mt
92 z8ksim.mt
93
94 Things-to-lose:
95
96 # The lines between the "Do-last:" line and the end of the file
97 # are executed as a /bin/sh shell script after everything else is
98 # done.
99
100 Do-last:
This page took 0.033496 seconds and 5 git commands to generate.