Wed Jul 31 11:52:03 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
[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
683b2426
MH
26d10v_files="d10velf.sh"
27
28if ( echo $* | grep keep\-d10v > /dev/null ) ; then
29 keep_these_too="${d10v_files} ${keep_these_too}"
30else
31 lose_these_too="${d10v_files} ${lose_these_too}"
32fi
33
8ddef552
DM
34# All files listed between the "Things-to-keep:" line and the
35# "Do-last:" line will be kept. All other files will be removed.
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:
41
42README
43a29k.sh
b5f076d4
ILT
44aixppc.sh
45aixrs6.sh
42f9673d 46alpha.sh
ff15324f
KR
47armaoutb.sh
48armaoutl.sh
132dd910 49armcoff.sh
28d0c3ce 50armpe.sh
78158b1c 51coff_sparc.sh
63982998 52delta68.sh
8ddef552 53ebmon29k.sh
7ff42880 54elf32_sparc.sh
1eadd162 55elf32bmip.sh
719de0ea
ILT
56elf32ebmip.sh
57elf32elmip.sh
1eadd162 58elf32lmip.sh
7e11b1db 59elf32lppc.sh
c361ce46 60elf32ppc.sh
b008b7bf
KR
61elf32b4300.sh
62elf32l4300.sh
539ae61d 63elf64alpha.sh
3f38a017 64elf64_sparc.sh
03451d7f 65elf_i386.sh
8ddef552 66gld960.sh
c610b46c 67gld960coff.sh
8ddef552
DM
68go32.sh
69h8300.sh
8f207409 70h8300h.sh
cce8528d 71h8300s.sh
8ddef552 72h8500.sh
5fe60d73
SC
73h8500b.sh
74h8500c.sh
5fe60d73 75h8500m.sh
3f38a017 76h8500s.sh
8ddef552
DM
77hp300bsd.sh
78hp3hpux.sh
6cc2ced1 79hppaelf.sh
8ddef552
DM
80i386aout.sh
81i386bsd.sh
82i386coff.sh
6c86b9ff 83i386go32.sh
7ff42880 84i386linux.sh
bd7b78f7 85i386lynx.sh
46cc3ed1 86i386mach.sh
a2fb6995
KR
87i386moss.sh
88i386msdos.sh
32286e08 89i386nbsd.sh
9ff30f20 90i386nw.sh
3f38a017 91i386pe.sh
8ddef552 92lnk960.sh
e295a90d 93m68k4knbsd.sh
0573a3b1 94m68kaout.sh
40ab9bb9 95m68kaux.sh
8ddef552 96m68kcoff.sh
575a4d91 97m68kelf.sh
228b04d2 98m68klinux.sh
bd7b78f7 99m68klynx.sh
e574ddd4 100m68knbsd.sh
307585f1 101m68kpsos.sh
8ddef552
DM
102m88kbcs.sh
103mipsbig.sh
104mipsbsd.sh
105mipsidt.sh
106mipsidtl.sh
107mipslit.sh
108news.sh
32286e08 109ns32knbsd.sh
1ab4cd57 110pc532macha.sh
9079ed57 111ppcmacos.sh
9ff30f20 112ppcnw.sh
070eddd9 113ppcpe.sh
8e0e09f6 114riscix.sh
8ddef552
DM
115sa29200.sh
116sh.sh
6ae98644 117shl.sh
02df835b 118sparcaout.sh
278d569a 119sparclynx.sh
32286e08 120sparcnbsd.sh
8ddef552
DM
121st2000.sh
122sun3.sh
123sun4.sh
124vanilla.sh
125vax.sh
de9425a8 126vsta.sh
506f4ede 127w65.sh
66a61efd
SC
128z8001.sh
129z8002.sh
8ddef552
DM
130
131Things-to-lose:
132
133# The lines between the "Do-last:" line and the end of the file
134# are executed as a /bin/sh shell script after everything else is
135# done.
136
137Do-last:
This page took 0.139491 seconds and 4 git commands to generate.