Solaris 2 configuration; sparc64 sanitization.
[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
d26de265 27alphaosf.mh
12ad3984
DHW
28coff-a29k.mt
29coff-h8300.mt
55237887 30coff-h8500.mt
84d42ddd 31coff-sh.mt
12fa72d4
SC
32delta88.mh
33dgux.mh
12fa72d4 34ebmon29k.mt
cf2623b0 35go32.mt
3b5c6197 36hp300.mh
12ad3984 37hp300bsd.mt
c05e34de
KR
38hp300hpux.mt
39hppaosf.mh
40hppaosf.mt
12fa72d4 41i386-aout.mt
e637dcf0 42i386-bsd.mt
2a9f20db 43i386-coff.mt
63545898 44i386v.mh
12fa72d4 45i386v.mt
3b5c6197 46i960.mt
12ad3984 47ieee-h8300.mt
63545898 48irix4.mh
f5d89879 49m68k-coff.mt
12fa72d4
SC
50m68k.mt
51m68kv.mt
52m88k-bcs.mt
e637dcf0 53mipsbsd.mt
31965c32 54mips-big.mt
ce7d4b0d 55mips-idt.mt
98f3d1af 56mips-idtl.mt
42b5c739 57mips-lit.mt
12fa72d4 58news.mt
afba2b22 59ose68.mt
12ad3984
DHW
60rtbsd.mh
61sa29200.mt
96593d4b 62sparc64-elf.mt
12ad3984
DHW
63sparc-ll.mh
64st2000.mt
65sun3.mh
12fa72d4
SC
66sun3.mt
67sun4.mt
96593d4b 68sun4sol2.mt
9a3293b1 69vax.mt
12fa72d4 70vxworks68.mt
ac0832f3 71z8ksim.mt
3b5c6197 72
87756e15
RP
73Things-to-lose:
74
3b5c6197
DZ
75# The lines between the "Do-last:" line and the end of the file
76# are executed as a /bin/sh shell script after everything else is
77# done.
78
86e4d6e4
RP
79Do-last:
80
96593d4b
KR
81if ( echo $* | grep keep-v9 > /dev/null ) ; then
82 if [ -n "${verbose}" ] ; then
83 echo Keeping `pwd`/sparc64-elf.mt.
84 fi
85else
86 if [ -n "${verbose}" ] ; then
87 echo Removing `pwd`/sparc64-elf.mt.
88 fi
89 if [ -n "${safe}" ] ; then
90 mv sparc64-elf.mt .Recover
91 else
92 rm sparc64-elf.mt
93 fi
94fi
This page took 0.074589 seconds and 4 git commands to generate.