]> Git Repo - binutils.git/blame - ld/emulparams/.Sanitize
Revert Linux directory searching: it turns out that Linux no longer
[binutils.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
fb14975b
MT
26rce_files="rce.sh"
27
28if ( echo $* | grep keep\-rce > /dev/null ) ; then
29 keep_these_too="${rce_files} ${keep_these_too}"
30else
31 lose_these_too="${rce_files} ${lose_these_too}"
32fi
8ddef552
DM
33
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
42f9673d 44alpha.sh
ff15324f
KR
45armaoutb.sh
46armaoutl.sh
28d0c3ce 47armpe.sh
78158b1c 48coff_sparc.sh
8ddef552 49ebmon29k.sh
7ff42880 50elf32_sparc.sh
1eadd162
ILT
51elf32bmip.sh
52elf32lmip.sh
7e11b1db 53elf32lppc.sh
c361ce46 54elf32ppc.sh
751b7dcc
JSC
55elf32vr4300.sh
56elf32vr4300el.sh
3f38a017 57elf64_sparc.sh
03451d7f 58elf_i386.sh
8ddef552 59gld960.sh
c610b46c 60gld960coff.sh
8ddef552
DM
61go32.sh
62h8300.sh
8f207409 63h8300h.sh
8ddef552 64h8500.sh
5fe60d73
SC
65h8500b.sh
66h8500c.sh
5fe60d73 67h8500m.sh
3f38a017 68h8500s.sh
8ddef552
DM
69hp300bsd.sh
70hp3hpux.sh
6cc2ced1 71hppaelf.sh
8ddef552
DM
72i386aout.sh
73i386bsd.sh
74i386coff.sh
6c86b9ff 75i386go32.sh
7ff42880 76i386linux.sh
bd7b78f7 77i386lynx.sh
46cc3ed1 78i386mach.sh
a2fb6995
KR
79i386moss.sh
80i386msdos.sh
32286e08 81i386nbsd.sh
9ff30f20 82i386nw.sh
3f38a017 83i386pe.sh
8ddef552 84lnk960.sh
0573a3b1 85m68kaout.sh
8ddef552 86m68kcoff.sh
575a4d91 87m68kelf.sh
bd7b78f7 88m68klynx.sh
e574ddd4 89m68knbsd.sh
8ddef552
DM
90m88kbcs.sh
91mipsbig.sh
92mipsbsd.sh
93mipsidt.sh
94mipsidtl.sh
95mipslit.sh
96news.sh
32286e08 97ns32knbsd.sh
8e0e09f6 98pc532machaout.sh
9ff30f20 99ppcnw.sh
8e0e09f6 100riscix.sh
8ddef552
DM
101sa29200.sh
102sh.sh
6ae98644 103shl.sh
278d569a 104sparclynx.sh
32286e08 105sparcnbsd.sh
8ddef552
DM
106st2000.sh
107sun3.sh
108sun4.sh
109vanilla.sh
110vax.sh
de9425a8 111vsta.sh
506f4ede 112w65.sh
66a61efd
SC
113z8001.sh
114z8002.sh
8ddef552
DM
115
116Things-to-lose:
117
118# The lines between the "Do-last:" line and the end of the file
119# are executed as a /bin/sh shell script after everything else is
120# done.
121
122Do-last:
This page took 0.214473 seconds and 4 git commands to generate.