list new files, new stuff to sanitize
[deliverable/binutils-gdb.git] / bfd / .Sanitize
CommitLineData
aee06af3 1# Sanitize.in for devo/bfd.
08942d11
RP
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
08942d11
RP
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:
87756e15 25
08942d11 26COPYING
9ef1e2da 27PORTING
86835b01 28doc
08942d11
RP
29ChangeLog
30Makefile.in
c268b400 31README.hppaelf
08942d11 32TODO
8c1891af 33VERSION
60ac749c 34aix386-core.c
08942d11
RP
35aout32.c
36aout64.c
37aoutf1.h
08942d11 38aoutx.h
4846e30f 39aout-adobe.c
9e2b3581 40aout-encap.c
a89f7423 41aout-target.h
08942d11
RP
42archive.c
43archures.c
901c5bfd 44bfd-in.h
b9653d81 45bfd-in2.h
08942d11 46bfd.c
08942d11
RP
47bout.c
48cache.c
e181b631 49ctor.c
5f8f6d56 50coff-alpha.c
156e3852 51coff-a29k.c
71e34032 52coff-h8300.c
ff975a2c 53coff-h8500.c
156e3852
JG
54coff-i386.c
55coff-i960.c
56coff-m68k.c
57coff-m88k.c
58coff-mips.c
583f79e9 59coff-msym.c
156e3852 60coff-rs6000.c
9faacb92 61coff-sh.c
c7551f76 62coff-we32k.c
d41ab714 63coff-z8k.c
08942d11 64coffcode.h
075caafd
ILT
65coffgen.c
66coffswap.h
fb1c4481 67config
13b351cc 68configure.bat
08942d11 69configure.in
5a5fa368 70configure.host
6f715d66 71core.c
08942d11 72demo64.c
cef91d75 73elf.c
6418521d 74elf32-generic.c
c268b400
KR
75elf32-hppa.c
76elf32-hppa.h
4743848f
KR
77elf32-i386.c
78elf32-i860.c
79elf32-m68k.c
2c4f2c72
JK
80elf32-m88k.c
81elf32-mips.c
8d936d1f 82elf32-sparc.c
4743848f
KR
83elf32-target.h
84elf32.c
b864c03c
KR
85elf64-generic.c
86elf64-sparc.c
87elf64-target.h
4bf86ecb 88elf64.c
ef7e172e 89elfcode.h
08942d11 90filemode.c
6f715d66 91format.c
608de555 92gen-aout.c
08942d11 93host-aout.c
90c7c720 94hosts
c268b400 95hp300hpux.c
76b731f9 96hppa.c
cef91d75 97hppa_stubs.h
b7de6963 98i386aout.c
256b39e0 99i386bsd.c
afff60cd 100i386linux.c
aef0bd99 101i386lynx.c
08942d11 102ieee.c
141c97ea 103libaout.h
901c5bfd 104libbfd-in.h
4743848f 105libelf.h
5f8f6d56 106cpu-alpha.c
63ffe5ef
SC
107cpu-a29k.c
108cpu-i386.c
109cpu-m68k.c
110cpu-mips.c
111cpu-vax.c
112cpu-h8300.c
ff975a2c 113cpu-h8500.c
76b731f9 114cpu-hppa.c
63ffe5ef
SC
115cpu-i960.c
116cpu-m88k.c
cc97dfbb 117cpu-rs6000.c
9faacb92 118cpu-sh.c
c7551f76 119cpu-we32k.c
d41ab714 120cpu-z8k.c
1d535e75 121hp300bsd.c
63ffe5ef 122init.c
63ffe5ef 123cpu-sparc.c
08942d11
RP
124libbfd.c
125libbfd.h
901c5bfd 126libcoff-in.h
08942d11 127libcoff.h
a3b3dbdd 128libecoff.h
76b731f9 129libhppa.h
08942d11
RP
130libieee.h
131liboasys.h
044c1ba9 132mipsbsd.c
08942d11
RP
133newsos3.c
134oasys.c
135opncls.c
6f715d66 136reloc.c
075caafd 137reloc16.c
cf15d9e9 138rs6000-core.c
42c39b69 139sco-core.c
e98e6ec1 140seclet.c
dc72b0b6 141seclet.h
6f715d66 142section.c
08942d11 143srec.c
7de245d3 144stab-syms.c
08942d11 145sunos.c
6f715d66 146syms.c
08942d11 147targets.c
a14b2941 148tekhex.c
08942d11 149trad-core.c
08942d11 150
87756e15
RP
151Things-to-lose:
152
08942d11
RP
153Do-last:
154
b864c03c
KR
155v9files="configure.in elfcode.h"
156if [ -n "${verbose}" ] ; then
157 say=echo
158else
159 say=true
160fi
b9653d81 161if ( echo $* | grep keep\-v9 > /dev/null ) ; then
b864c03c
KR
162 if [ -n "${verbose}" ] ; then
163 echo Keeping v9 stuff in $v9files.
164 fi
b9653d81 165else
b864c03c
KR
166 if [ -n "${verbose}" ]; then
167 echo -n Cleaning v9 from
168 fi
169 for f in $v9files ; do
170 if [ -n "${verbose}" ] ; then
171 echo -n " " $f
172 fi
173 grep -v v9 < $f > new
174 if [ -n "${safe}" ] ; then
175 cp $f .Recover
176 fi
177 mv new $f
178 done
b9653d81 179 if [ -n "${safe}" ] ; then
b864c03c
KR
180 mv elf64-sparc.c .Recover
181 else
182 rm elf64-sparc.c
183 fi
184 if [ -n "${verbose}" ] ; then
185 echo " ..." deleting elf64-sparc.c.
b9653d81 186 fi
b9653d81
KR
187fi
188
08942d11 189# End of file.
This page took 0.077778 seconds and 4 git commands to generate.