]> Git Repo - binutils.git/blame - ld/config/.Sanitize
Opps.
[binutils.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
55237887 31coff-h8500.mt
84d42ddd 32coff-sh.mt
12fa72d4
SC
33delta88.mh
34dgux.mh
12fa72d4 35ebmon29k.mt
cf2623b0 36go32.mt
3b5c6197 37hp300.mh
12ad3984 38hp300bsd.mt
c05e34de 39hp300hpux.mt
423dae05
JL
40hppaelf.mh
41hppaelf.mt
12fa72d4 42i386-aout.mt
e637dcf0 43i386-bsd.mt
2a9f20db 44i386-coff.mt
03451d7f 45i386-elf.mt
3b55444d 46i386-linux.mt
bd7b78f7 47i386-lynx.mt
4fda44fe 48i386-mach.mt
75fe5471 49i386sco.mh
63545898 50i386v.mh
12fa72d4 51i386v.mt
03451d7f 52i386v4.mh
3b5c6197 53i960.mt
12ad3984 54ieee-h8300.mt
63545898 55irix4.mh
f5d89879 56m68k-coff.mt
12fa72d4 57m68k.mt
bd7b78f7 58m68k-lynx.mt
12fa72d4
SC
59m68kv.mt
60m88k-bcs.mt
e637dcf0 61mipsbsd.mt
31965c32 62mips-big.mt
ce7d4b0d 63mips-idt.mt
98f3d1af 64mips-idtl.mt
42b5c739 65mips-lit.mt
514977a5 66mipsb-elf32.mt
12fa72d4 67news.mt
afba2b22 68ose68.mt
12ad3984
DHW
69rtbsd.mh
70sa29200.mt
15fff00f 71solaris2.mh
96593d4b 72sparc64-elf.mt
12ad3984 73sparc-ll.mh
278d569a 74sparc-lynx.mt
12ad3984
DHW
75st2000.mt
76sun3.mh
12fa72d4
SC
77sun3.mt
78sun4.mt
96593d4b 79sun4sol2.mt
9a3293b1 80vax.mt
de9425a8 81vsta.mt
12fa72d4 82vxworks68.mt
ac0832f3 83z8ksim.mt
3b5c6197 84
87756e15
RP
85Things-to-lose:
86
3b5c6197
DZ
87# The lines between the "Do-last:" line and the end of the file
88# are executed as a /bin/sh shell script after everything else is
89# done.
90
86e4d6e4
RP
91Do-last:
92
96593d4b
KR
93if ( echo $* | grep keep-v9 > /dev/null ) ; then
94 if [ -n "${verbose}" ] ; then
95 echo Keeping `pwd`/sparc64-elf.mt.
96 fi
97else
98 if [ -n "${verbose}" ] ; then
99 echo Removing `pwd`/sparc64-elf.mt.
100 fi
101 if [ -n "${safe}" ] ; then
102 mv sparc64-elf.mt .Recover
103 else
104 rm sparc64-elf.mt
105 fi
106fi
This page took 0.225181 seconds and 4 git commands to generate.