Add elfcode.h to list of things 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 elf32-hppa.c
74 elf32-hppa.h
75 elf32-i386.c
76 elf32-i860.c
77 elf32-m68k.c
78 elf32-sparc.c
79 elf32-target.h
80 elf32.c
81 elfcode.h
82 filemode.c
83 format.c
84 gen-aout.c
85 host-aout.c
86 hosts
87 hp300hpux.c
88 hppa.c
89 i386aout.c
90 i386bsd.c
91 i386linux.c
92 i386lynx.c
93 ieee.c
94 libaout.h
95 libbfd-in.h
96 libelf.h
97 cpu-alpha.c
98 cpu-a29k.c
99 cpu-i386.c
100 cpu-m68k.c
101 cpu-mips.c
102 cpu-vax.c
103 cpu-h8300.c
104 cpu-h8500.c
105 cpu-hppa.c
106 cpu-i960.c
107 cpu-m88k.c
108 cpu-rs6000.c
109 cpu-sh.c
110 cpu-we32k.c
111 cpu-z8k.c
112 hp300bsd.c
113 init.c
114 cpu-sparc.c
115 libbfd.c
116 libbfd.h
117 libcoff-in.h
118 libcoff.h
119 libecoff.h
120 libhppa.h
121 libieee.h
122 liboasys.h
123 mipsbsd.c
124 newsos3.c
125 oasys.c
126 opncls.c
127 reloc.c
128 reloc16.c
129 rs6000-core.c
130 sco-core.c
131 seclet.c
132 seclet.h
133 section.c
134 srec.c
135 stab-syms.c
136 sunos.c
137 syms.c
138 targets.c
139 tekhex.c
140 trad-core.c
141
142 Things-to-lose:
143
144 Do-last:
145
146 if ( echo $* | grep keep\-v9 > /dev/null ) ; then
147 echo Keeping v9 stuff in configure.in.
148 else
149 echo Cleaning configure.in ...
150 grep -v v9 < configure.in > new
151 if [ -n "${safe}" ] ; then
152 cp configure.in .Recover
153 fi
154 mv new configure.in
155 fi
156
157 # End of file.
This page took 0.034867 seconds and 5 git commands to generate.