Update to reflect comings and goings of ns32k and mach-related files
[deliverable/binutils-gdb.git] / bfd / .Sanitize
1 # .Sanitize for devo/bfd.
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 mpw_files="mpw-config.in mpw-make.in ChangeLog.mpw"
19
20 if ( echo $* | grep keep\-mpw > /dev/null ) ; then
21 keep_these_too="${mpw_files} ${keep_these_too}"
22 else
23 lose_these_too="${mpw_files} ${lose_these_too}"
24 fi
25
26 # All files listed between the "Things-to-keep:" line and the
27 # "Files-to-sed:" line will be kept. All other files will be removed.
28 # Directories listed in this section will have their own Sanitize
29 # called. Directories not listed will be removed in their entirety
30 # with rm -rf.
31
32 Things-to-keep:
33
34 COPYING
35 ChangeLog
36 ChangeLog.1
37 Makefile.in
38 PORTING
39 TODO
40 VERSION
41 aix386-core.c
42 aout-adobe.c
43 aout-encap.c
44 aout-ns32k.c
45 aout-target.h
46 aout0.c
47 aout32.c
48 aout64.c
49 aoutf1.h
50 aoutx.h
51 archive.c
52 archures.c
53 bfd-in.h
54 bfd-in2.h
55 bfd.c
56 bout.c
57 cache.c
58 cf-i386lynx.c
59 cf-m68klynx.c
60 cf-sparclynx.c
61 cisco-core.c
62 coff-a29k.c
63 coff-alpha.c
64 coff-apollo.c
65 coff-go32.c
66 coff-h8300.c
67 coff-h8500.c
68 coff-i386.c
69 coff-i960.c
70 coff-m68k.c
71 coff-m88k.c
72 coff-mips.c
73 coff-rs6000.c
74 coff-sh.c
75 coff-sparc.c
76 coff-u68k.c
77 coff-we32k.c
78 coff-z8k.c
79 coffcode.h
80 coffgen.c
81 coffswap.h
82 config
83 config.bfd
84 configure.bat
85 configure.host
86 configure.in
87 core.c
88 cpu-a29k.c
89 cpu-alpha.c
90 cpu-h8300.c
91 cpu-h8500.c
92 cpu-hppa.c
93 cpu-i386.c
94 cpu-i960.c
95 cpu-m68k.c
96 cpu-m88k.c
97 cpu-mips.c
98 cpu-powerpc.c
99 cpu-rs6000.c
100 cpu-sh.c
101 cpu-sparc.c
102 cpu-vax.c
103 cpu-we32k.c
104 cpu-z8k.c
105 ctor.c
106 demo64.c
107 dep-in.sed
108 doc
109 ecoff.c
110 ecofflink.c
111 ecoffswap.h
112 elf.c
113 elf32-gen.c
114 elf32-hppa.c
115 elf32-hppa.h
116 elf32-i386.c
117 elf32-i860.c
118 elf32-m68k.c
119 elf32-m88k.c
120 elf32-mips.c
121 elf32-ppc.c
122 elf32-sparc.c
123 elf32-target.h
124 elf32.c
125 elf64-gen.c
126 elf64-sparc.c
127 elf64-target.h
128 elf64.c
129 elfcode.h
130 filemode.c
131 format.c
132 gen-aout.c
133 genlink.h
134 hash.c
135 host-aout.c
136 hosts
137 hp300bsd.c
138 hp300hpux.c
139 hppa_stubs.h
140 hppabsd-core.c
141 hpux-core.c
142 i386aout.c
143 i386bsd.c
144 i386dynix.c
145 i386linux.c
146 i386lynx.c
147 i386mach3.c
148 i386os9k.c
149 ieee.c
150 init.c
151 irix-core.c
152 libaout.h
153 libbfd-in.h
154 libbfd.c
155 libbfd.h
156 libcoff-in.h
157 libcoff.h
158 libecoff.h
159 libelf.h
160 libhppa.h
161 libieee.h
162 libnlm.h
163 liboasys.h
164 linker.c
165 lynx-core.c
166 m68klynx.c
167 m88kmach3.c
168 makefile.dos
169 mipsbsd.c
170 newsos3.c
171 netbsd386.c
172 nlm-target.h
173 nlm.c
174 nlm32-alpha.c
175 nlm32-i386.c
176 nlm32-ppc.c
177 nlm32-sparc.c
178 nlm32.c
179 nlm64.c
180 nlmcode.h
181 nlmswap.h
182 oasys.c
183 opncls.c
184 osf-core.c
185 pc532-mach.c
186 ptrace-core.c
187 reloc.c
188 reloc16.c
189 rs6000-core.c
190 section.c
191 som.c
192 som.h
193 sparclynx.c
194 srec.c
195 stab-syms.c
196 sunos.c
197 syms.c
198 targets.c
199 tekhex.c
200 trad-core.c
201
202 Things-to-lose:
203
204
205 Do-last:
206
207 mpwfiles="coffswap.h"
208 if ( echo $* | grep keep\-mpw > /dev/null ) ; then
209 if [ -n "${verbose}" ] ; then
210 echo Keeping mpw stuff in $mpwfiles.
211 fi
212 else
213 if [ -n "${verbose}" ]; then
214 echo -n Cleaning mpw in `pwd`:
215 fi
216 for f in $mpwfiles ; do
217 if [ -n "${verbose}" ] ; then
218 echo -n " " $f
219 fi
220 sed '/start\-sanitize\-mpw/,/end\-sanitize\-mpw/d' < $f > new
221 if [ -n "${safe}" ] ; then
222 mv $f .Recover
223 fi
224 mv new $f
225 done
226 chmod a+x config.bfd
227 fi
228
229 # End of file.
This page took 0.03729 seconds and 5 git commands to generate.