Add elf32-generic.c to list of files to keep.
[deliverable/binutils-gdb.git] / bfd / .Sanitize
1 # Sanitize.in for devo/bfd.
2
3 # Each directory to survive it's 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
15
16 Do-first:
17
18 # All files listed between the "Things-to-keep:" line and the
19 # "Files-to-sed:" line will be kept. All other files will be removed.
20 # Directories listed in this section will have their own Sanitize
21 # called. Directories not listed will be removed in their entirety
22 # with rm -rf.
23
24 Things-to-keep:
25
26 COPYING
27 PORTING
28 doc
29 ChangeLog
30 Makefile.in
31 README.hppaelf
32 TODO
33 VERSION
34 aix386-core.c
35 aout32.c
36 aout64.c
37 aoutf1.h
38 aoutx.h
39 aout-adobe.c
40 aout-encap.c
41 aout-target.h
42 archive.c
43 archures.c
44 bfd-in.h
45 bfd-in2.h
46 bfd.c
47 bout.c
48 cache.c
49 ctor.c
50 coff-alpha.c
51 coff-a29k.c
52 coff-h8300.c
53 coff-h8500.c
54 coff-i386.c
55 coff-i960.c
56 coff-m68k.c
57 coff-m88k.c
58 coff-mips.c
59 coff-msym.c
60 coff-rs6000.c
61 coff-sh.c
62 coff-we32k.c
63 coff-z8k.c
64 coffcode.h
65 coffgen.c
66 coffswap.h
67 config
68 configure.bat
69 configure.in
70 configure.host
71 core.c
72 demo64.c
73 elf.c
74 elf32=generic.c
75 elf32-hppa.c
76 elf32-hppa.h
77 elf32-i386.c
78 elf32-i860.c
79 elf32-m68k.c
80 elf32-m88k.c
81 elf32-mips.c
82 elf32-sparc.c
83 elf32-target.h
84 elf32.c
85 elf64.c
86 elfcode.h
87 filemode.c
88 format.c
89 gen-aout.c
90 host-aout.c
91 hosts
92 hp300hpux.c
93 hppa.c
94 hppa_stubs.h
95 i386aout.c
96 i386bsd.c
97 i386linux.c
98 i386lynx.c
99 ieee.c
100 libaout.h
101 libbfd-in.h
102 libelf.h
103 cpu-alpha.c
104 cpu-a29k.c
105 cpu-i386.c
106 cpu-m68k.c
107 cpu-mips.c
108 cpu-vax.c
109 cpu-h8300.c
110 cpu-h8500.c
111 cpu-hppa.c
112 cpu-i960.c
113 cpu-m88k.c
114 cpu-rs6000.c
115 cpu-sh.c
116 cpu-we32k.c
117 cpu-z8k.c
118 hp300bsd.c
119 init.c
120 cpu-sparc.c
121 libbfd.c
122 libbfd.h
123 libcoff-in.h
124 libcoff.h
125 libecoff.h
126 libhppa.h
127 libieee.h
128 liboasys.h
129 mipsbsd.c
130 newsos3.c
131 oasys.c
132 opncls.c
133 reloc.c
134 reloc16.c
135 rs6000-core.c
136 sco-core.c
137 seclet.c
138 seclet.h
139 section.c
140 srec.c
141 stab-syms.c
142 sunos.c
143 syms.c
144 targets.c
145 tekhex.c
146 trad-core.c
147
148 Things-to-lose:
149
150 Do-last:
151
152 if ( echo $* | grep keep\-v9 > /dev/null ) ; then
153 echo Keeping v9 stuff in configure.in.
154 else
155 echo Cleaning configure.in ...
156 grep -v v9 < configure.in > new
157 if [ -n "${safe}" ] ; then
158 cp configure.in .Recover
159 fi
160 mv new configure.in
161 fi
162
163 # End of file.
This page took 0.035772 seconds and 5 git commands to generate.