* Makefile.in (emn10300.c): Add dependencies.
[deliverable/binutils-gdb.git] / ld / emulparams / .Sanitize
1 # .Sanitize for devo/ld/emulparams
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
16 Do-first:
17
18 arc_files="arcelf.sh"
19
20 if ( echo $* | grep keep\-arc > /dev/null ) ; then
21 keep_these_too="${arc_files} ${keep_these_too}"
22 else
23 lose_these_too="${arc_files} ${lose_these_too}"
24 fi
25
26 d10v_files="d10velf.sh"
27
28 if ( echo $* | grep keep\-d10v > /dev/null ) ; then
29 keep_these_too="${d10v_files} ${keep_these_too}"
30 else
31 lose_these_too="${d10v_files} ${lose_these_too}"
32 fi
33
34 m32r_files="m32relf.sh"
35
36 if ( echo $* | grep keep\-m32r > /dev/null ) ; then
37 keep_these_too="${m32r_files} ${keep_these_too}"
38 else
39 lose_these_too="${m32r_files} ${lose_these_too}"
40 fi
41
42 v850_files="v850.sh"
43
44 if ( echo $* | grep keep\-v850 > /dev/null ) ; then
45 keep_these_too="${v850_files} ${keep_these_too}"
46 else
47 lose_these_too="${v850_files} ${lose_these_too}"
48 fi
49
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
56 Things-to-keep:
57
58 README
59 a29k.sh
60 aixppc.sh
61 aixrs6.sh
62 alpha.sh
63 armaoutb.sh
64 armaoutl.sh
65 armcoff.sh
66 armpe.sh
67 coff_sparc.sh
68 delta68.sh
69 ebmon29k.sh
70 elf32_sparc.sh
71 elf32bmip.sh
72 elf32ebmip.sh
73 elf32elmip.sh
74 elf32lmip.sh
75 elf32lppc.sh
76 elf32ppc.sh
77 elf32b4300.sh
78 elf32l4300.sh
79 elf64alpha.sh
80 elf64_sparc.sh
81 elf_i386.sh
82 gld960.sh
83 gld960coff.sh
84 go32.sh
85 h8300.sh
86 h8300h.sh
87 h8300s.sh
88 h8500.sh
89 h8500b.sh
90 h8500c.sh
91 h8500m.sh
92 h8500s.sh
93 hp300bsd.sh
94 hp3hpux.sh
95 hppaelf.sh
96 i386aout.sh
97 i386bsd.sh
98 i386coff.sh
99 i386go32.sh
100 i386linux.sh
101 i386lynx.sh
102 i386mach.sh
103 i386moss.sh
104 i386msdos.sh
105 i386nbsd.sh
106 i386nw.sh
107 i386pe.sh
108 lnk960.sh
109 m68k4knbsd.sh
110 m68kaout.sh
111 m68kaux.sh
112 m68kcoff.sh
113 m68kelf.sh
114 m68klinux.sh
115 m68klynx.sh
116 m68knbsd.sh
117 m68kpsos.sh
118 m88kbcs.sh
119 mipsbig.sh
120 mipsbsd.sh
121 mipsidt.sh
122 mipsidtl.sh
123 mipslit.sh
124 mn10300.sh
125 news.sh
126 ns32knbsd.sh
127 pc532macha.sh
128 ppcmacos.sh
129 ppcnw.sh
130 ppcpe.sh
131 riscix.sh
132 sa29200.sh
133 sh.sh
134 shelf.sh
135 shl.sh
136 shlelf.sh
137 sparcaout.sh
138 sparclynx.sh
139 sparcnbsd.sh
140 st2000.sh
141 sun3.sh
142 sun4.sh
143 vanilla.sh
144 vax.sh
145 vsta.sh
146 w65.sh
147 z8001.sh
148 z8002.sh
149
150 Things-to-lose:
151
152 # The lines between the "Do-last:" line and the end of the file
153 # are executed as a /bin/sh shell script after everything else is
154 # done.
155
156 Do-last:
This page took 0.037968 seconds and 5 git commands to generate.