added things-to-lose sections
[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
12ad3984
DHW
27coff-a29k.mt
28coff-h8300.mt
55237887 29coff-h8500.mt
84d42ddd 30coff-sh.mt
12fa72d4
SC
31delta88.mh
32dgux.mh
12fa72d4 33ebmon29k.mt
cf2623b0 34go32.mt
3b5c6197 35hp300.mh
12ad3984 36hp300bsd.mt
c05e34de
KR
37hp300hpux.mt
38hppaosf.mh
39hppaosf.mt
12fa72d4 40i386-aout.mt
e637dcf0 41i386-bsd.mt
2a9f20db 42i386-coff.mt
63545898 43i386v.mh
12fa72d4 44i386v.mt
3b5c6197 45i960.mt
12ad3984 46ieee-h8300.mt
63545898 47irix4.mh
f5d89879 48m68k-coff.mt
12fa72d4
SC
49m68k.mt
50m68kv.mt
51m88k-bcs.mt
e637dcf0 52mipsbsd.mt
31965c32 53mips-big.mt
ce7d4b0d 54mips-idt.mt
42b5c739 55mips-lit.mt
12fa72d4 56news.mt
afba2b22 57ose68.mt
12ad3984
DHW
58rtbsd.mh
59sa29200.mt
60sparc-ll.mh
61st2000.mt
62sun3.mh
12fa72d4
SC
63sun3.mt
64sun4.mt
9a3293b1 65vax.mt
12fa72d4 66vxworks68.mt
ac0832f3 67z8ksim.mt
3b5c6197 68
87756e15
RP
69Things-to-lose:
70
3b5c6197
DZ
71# The lines between the "Do-last:" line and the end of the file
72# are executed as a /bin/sh shell script after everything else is
73# done.
74
86e4d6e4
RP
75Do-last:
76
This page took 0.068853 seconds and 4 git commands to generate.