* Makefile.in (ALL_EMULATIONS): Add ei386nw.o and eppcnw.o.
[deliverable/binutils-gdb.git] / ld / config / .Sanitize
CommitLineData
3b5c6197 1# .Sanitize for devo/ld/config
86e4d6e4 2
3b5c6197 3# Each directory to survive its way into a release will need a file
86e4d6e4
RP
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
3b5c6197 14# done in this directory.
86e4d6e4
RP
15
16Do-first:
17
84d42ddd 18
86e4d6e4 19# All files listed between the "Things-to-keep:" line and the
3b5c6197 20# "Do-last:" line will be kept. All other files will be removed.
86e4d6e4
RP
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
25Things-to-keep:
12ad3984 26
42f9673d 27alpha.mt
d26de265 28alphaosf.mh
12ad3984
DHW
29coff-a29k.mt
30coff-h8300.mt
e5793ca0 31cf-h8300h.mt
55237887 32coff-h8500.mt
84d42ddd 33coff-sh.mt
808510fa 34coff-sparc.mt
12fa72d4
SC
35delta88.mh
36dgux.mh
12fa72d4 37ebmon29k.mt
cf2623b0 38go32.mt
90f2ba06 39go32.mh
3b5c6197 40hp300.mh
12ad3984 41hp300bsd.mt
c05e34de 42hp300hpux.mt
423dae05
JL
43hppaelf.mh
44hppaelf.mt
12fa72d4 45i386-aout.mt
e637dcf0 46i386-bsd.mt
2a9f20db 47i386-coff.mt
03451d7f 48i386-elf.mt
6c86b9ff 49i386-go32.mt
3b55444d 50i386-linux.mt
bd7b78f7 51i386-lynx.mt
4fda44fe 52i386-mach.mt
9ff30f20 53i386-nw.mt
0071a731 54i386bsd.mh
75fe5471 55i386sco.mh
63545898 56i386v.mh
12fa72d4 57i386v.mt
03451d7f 58i386v4.mh
3b5c6197 59i960.mt
e5793ca0 60i960coff.mt
12ad3984 61ieee-h8300.mt
63545898 62irix4.mh
f5d89879 63m68k-coff.mt
12fa72d4 64m68k.mt
bd7b78f7 65m68k-lynx.mt
2fd87dbc 66m68klynx.mh
12fa72d4
SC
67m68kv.mt
68m88k-bcs.mt
e5793ca0 69mipsbsd.mh
e637dcf0 70mipsbsd.mt
31965c32 71mips-big.mt
ce7d4b0d 72mips-idt.mt
f1781adc
ILT
73mipsb-elf32.mt
74mipsl-elf32.mt
e5793ca0 75mipsl-idt.mt
42b5c739 76mips-lit.mt
12fa72d4 77news.mt
afba2b22 78ose68.mt
c361ce46 79ppc-elf32.mt
9ff30f20 80ppc-nw.mt
12ad3984
DHW
81rtbsd.mh
82sa29200.mt
15fff00f 83solaris2.mh
96593d4b 84sparc64-elf.mt
12ad3984 85sparc-ll.mh
278d569a 86sparc-lynx.mt
12ad3984
DHW
87st2000.mt
88sun3.mh
12fa72d4
SC
89sun3.mt
90sun4.mt
96593d4b 91sun4sol2.mt
9a3293b1 92vax.mt
de9425a8 93vsta.mt
12fa72d4 94vxworks68.mt
ac0832f3 95z8ksim.mt
3b5c6197 96
87756e15
RP
97Things-to-lose:
98
3b5c6197
DZ
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
86e4d6e4 103Do-last:
This page took 0.119626 seconds and 4 git commands to generate.