Fri May 12 11:03:55 1995 Steve Chamberlain <sac@slash.cygnus.com>
[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
070ac727
DE
18arc_files="arc-elf.mt"
19
20if ( echo $* | grep keep\-arc > /dev/null ) ; then
21 keep_these_too="${arc_files} ${keep_these_too}"
22else
23 lose_these_too="${arc_files} ${lose_these_too}"
24fi
25
03c4ce2f 26rce_files="rce-aout.mt"
d94aca1a 27
03c4ce2f
MT
28if ( echo $* | grep keep\-rce > /dev/null ) ; then
29 keep_these_too="${rce_files} ${keep_these_too}"
d94aca1a 30else
03c4ce2f 31 lose_these_too="${rce_files} ${lose_these_too}"
d94aca1a 32fi
84d42ddd 33
86e4d6e4 34# All files listed between the "Things-to-keep:" line and the
3b5c6197 35# "Do-last:" line will be kept. All other files will be removed.
86e4d6e4
RP
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
40Things-to-keep:
12ad3984 41
42f9673d 42alpha.mt
d26de265 43alphaosf.mh
3f38a017 44cf-h8300h.mt
12ad3984
DHW
45coff-a29k.mt
46coff-h8300.mt
55237887 47coff-h8500.mt
84d42ddd 48coff-sh.mt
808510fa 49coff-sparc.mt
3f38a017 50coff-w65.mt
12fa72d4
SC
51delta88.mh
52dgux.mh
12fa72d4 53ebmon29k.mt
90f2ba06 54go32.mh
3f38a017 55go32.mt
3b5c6197 56hp300.mh
12ad3984 57hp300bsd.mt
c05e34de 58hp300hpux.mt
423dae05
JL
59hppaelf.mh
60hppaelf.mt
12fa72d4 61i386-aout.mt
e637dcf0 62i386-bsd.mt
2a9f20db 63i386-coff.mt
03451d7f 64i386-elf.mt
882c80a7 65i386-gelf.mt
c1e128e5 66i386-gnu.mt
6c86b9ff 67i386-go32.mt
59b4c199 68i386-laout.mt
3b55444d 69i386-linux.mt
bd7b78f7 70i386-lynx.mt
4fda44fe 71i386-mach.mt
32286e08 72i386-nbsd.mt
9ff30f20 73i386-nw.mt
3f38a017 74i386-pe.mt
0071a731 75i386bsd.mh
60822a36 76i386linux.mh
0632d303 77i386lynx.mh
75fe5471 78i386sco.mh
63545898 79i386v.mh
12fa72d4 80i386v.mt
03451d7f 81i386v4.mh
3b5c6197 82i960.mt
e5793ca0 83i960coff.mt
12ad3984 84ieee-h8300.mt
63545898 85irix4.mh
f5d89879 86m68k-coff.mt
575a4d91 87m68k-elf.mt
bd7b78f7 88m68k-lynx.mt
e574ddd4 89m68k-nbsd.mt
3f38a017 90m68k.mt
2fd87dbc 91m68klynx.mh
12fa72d4
SC
92m68kv.mt
93m88k-bcs.mt
31965c32 94mips-big.mt
ce7d4b0d 95mips-idt.mt
3f38a017 96mips-lit.mt
f1781adc 97mipsb-elf32.mt
3f38a017
SC
98mipsbsd.mh
99mipsbsd.mt
f1781adc 100mipsl-elf32.mt
e5793ca0 101mipsl-idt.mt
12fa72d4 102news.mt
32286e08 103ns32k-nbsd.mt
afba2b22 104ose68.mt
8e0e09f6 105pc532mach.mt
c361ce46 106ppc-elf32.mt
9ff30f20 107ppc-nw.mt
417ced0d 108ppcle-elf32.mt
8e0e09f6 109riscix.mt
12ad3984
DHW
110rtbsd.mh
111sa29200.mt
15fff00f 112solaris2.mh
12ad3984 113sparc-ll.mh
278d569a 114sparc-lynx.mt
32286e08 115sparc-nbsd.mt
3f38a017 116sparc64-elf.mt
12ad3984
DHW
117st2000.mt
118sun3.mh
12fa72d4
SC
119sun3.mt
120sun4.mt
96593d4b 121sun4sol2.mt
9a3293b1 122vax.mt
de9425a8 123vsta.mt
12fa72d4 124vxworks68.mt
ac0832f3 125z8ksim.mt
3b5c6197 126
87756e15
RP
127Things-to-lose:
128
3b5c6197
DZ
129# The lines between the "Do-last:" line and the end of the file
130# are executed as a /bin/sh shell script after everything else is
131# done.
132
86e4d6e4 133Do-last:
This page took 0.141323 seconds and 4 git commands to generate.