Tue Jul 22 18:50:38 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
[deliverable/binutils-gdb.git] / ld / emulparams / .Sanitize
CommitLineData
278d569a 1# .Sanitize for devo/ld/emulparams
8ddef552
DM
2
3# Each directory to survive its way into a release will need a file
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
14# done in this directory.
15
16Do-first:
17
070ac727
DE
18arc_files="arcelf.sh"
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
232e8702 26d30v_files="d30velf.sh"
683b2426 27
232e8702
MH
28if ( echo $* | grep keep\-d30v > /dev/null ) ; then
29 keep_these_too="${d30v_files} ${keep_these_too}"
683b2426 30else
232e8702 31 lose_these_too="${d30v_files} ${lose_these_too}"
683b2426
MH
32fi
33
11effa69
FF
34tic80_files="tic80coff.sh"
35
36if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
37 keep_these_too="${tic80_files} ${keep_these_too}"
38else
39 lose_these_too="${tic80_files} ${lose_these_too}"
40fi
41
04c17a75
JL
42v850_files="v850.sh"
43
44if ( echo $* | grep keep\-v850 > /dev/null ) ; then
45 keep_these_too="${v850_files} ${keep_these_too}"
46else
47 lose_these_too="${v850_files} ${lose_these_too}"
48fi
49
8ddef552
DM
50# All files listed between the "Things-to-keep:" line and the
51# "Do-last:" line will be kept. All other files will be removed.
52# Directories listed in this section will have their own Sanitize
53# called. Directories not listed will be removed in their entirety
54# with rm -rf.
55
56Things-to-keep:
57
58README
59a29k.sh
b5f076d4
ILT
60aixppc.sh
61aixrs6.sh
42f9673d 62alpha.sh
ff15324f
KR
63armaoutb.sh
64armaoutl.sh
132dd910 65armcoff.sh
28d0c3ce 66armpe.sh
78158b1c 67coff_sparc.sh
94b569d2 68d10velf.sh
63982998 69delta68.sh
8ddef552 70ebmon29k.sh
7ff42880 71elf32_sparc.sh
1eadd162 72elf32bmip.sh
719de0ea
ILT
73elf32ebmip.sh
74elf32elmip.sh
1eadd162 75elf32lmip.sh
7e11b1db 76elf32lppc.sh
c361ce46 77elf32ppc.sh
b008b7bf
KR
78elf32b4300.sh
79elf32l4300.sh
539ae61d 80elf64alpha.sh
3f38a017 81elf64_sparc.sh
03451d7f 82elf_i386.sh
8ddef552 83gld960.sh
c610b46c 84gld960coff.sh
8ddef552
DM
85go32.sh
86h8300.sh
8f207409 87h8300h.sh
cce8528d 88h8300s.sh
8ddef552 89h8500.sh
5fe60d73
SC
90h8500b.sh
91h8500c.sh
5fe60d73 92h8500m.sh
3f38a017 93h8500s.sh
8ddef552
DM
94hp300bsd.sh
95hp3hpux.sh
6cc2ced1 96hppaelf.sh
8ddef552
DM
97i386aout.sh
98i386bsd.sh
99i386coff.sh
6c86b9ff 100i386go32.sh
7ff42880 101i386linux.sh
bd7b78f7 102i386lynx.sh
46cc3ed1 103i386mach.sh
a2fb6995
KR
104i386moss.sh
105i386msdos.sh
32286e08 106i386nbsd.sh
9ff30f20 107i386nw.sh
3f38a017 108i386pe.sh
8ddef552 109lnk960.sh
718a5c17 110m32relf.sh
e295a90d 111m68k4knbsd.sh
0573a3b1 112m68kaout.sh
40ab9bb9 113m68kaux.sh
8ddef552 114m68kcoff.sh
575a4d91 115m68kelf.sh
228b04d2 116m68klinux.sh
bd7b78f7 117m68klynx.sh
e574ddd4 118m68knbsd.sh
307585f1 119m68kpsos.sh
8ddef552
DM
120m88kbcs.sh
121mipsbig.sh
122mipsbsd.sh
123mipsidt.sh
124mipsidtl.sh
125mipslit.sh
1cc86f47 126mipslnews.sh
6b01dc65 127mn10200.sh
96e34542 128mn10300.sh
8ddef552 129news.sh
32286e08 130ns32knbsd.sh
1ab4cd57 131pc532macha.sh
9079ed57 132ppcmacos.sh
9ff30f20 133ppcnw.sh
070eddd9 134ppcpe.sh
8e0e09f6 135riscix.sh
8ddef552
DM
136sa29200.sh
137sh.sh
efd48a6a 138shelf.sh
6ae98644 139shl.sh
efd48a6a 140shlelf.sh
02df835b 141sparcaout.sh
d8e259a7 142sparclinux.sh
278d569a 143sparclynx.sh
32286e08 144sparcnbsd.sh
8ddef552
DM
145st2000.sh
146sun3.sh
147sun4.sh
148vanilla.sh
149vax.sh
de9425a8 150vsta.sh
506f4ede 151w65.sh
66a61efd
SC
152z8001.sh
153z8002.sh
8ddef552
DM
154
155Things-to-lose:
156
157# The lines between the "Do-last:" line and the end of the file
158# are executed as a /bin/sh shell script after everything else is
159# done.
160
161Do-last:
This page took 0.155414 seconds and 4 git commands to generate.