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