Remove "done in" message.
[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:
08942d11 25COPYING
9ef1e2da 26PORTING
86835b01 27doc
08942d11 28ChangeLog
13b351cc 29Makefile.dos
08942d11
RP
30Makefile.in
31TODO
8c1891af 32VERSION
60ac749c 33aix386-core.c
08942d11
RP
34aout32.c
35aout64.c
36aoutf1.h
08942d11 37aoutx.h
4846e30f 38aout-adobe.c
9e2b3581 39aout-encap.c
9dec3920 40aout-mipsbsd.c
a89f7423 41aout-target.h
08942d11
RP
42archive.c
43archures.c
901c5bfd 44bfd-in.h
08942d11 45bfd.c
08942d11
RP
46bout.c
47cache.c
e181b631 48ctor.c
156e3852 49coff-a29k.c
71e34032 50coff-h8300.c
156e3852
JG
51coff-i386.c
52coff-i960.c
53coff-m68k.c
54coff-m88k.c
55coff-mips.c
583f79e9 56coff-msym.c
156e3852 57coff-rs6000.c
c7551f76 58coff-we32k.c
d41ab714 59coff-z8k.c
08942d11 60coffcode.h
075caafd
ILT
61coffgen.c
62coffswap.h
fb1c4481 63config
13b351cc 64configure.bat
08942d11 65configure.in
5a5fa368 66configure.host
6f715d66 67core.c
08942d11 68demo64.c
ea3768dc 69elf.c
08942d11 70filemode.c
6f715d66 71format.c
608de555 72gen-aout.c
08942d11 73host-aout.c
90c7c720 74hosts
76b731f9 75hppa.c
b7de6963 76i386aout.c
256b39e0 77i386bsd.c
afff60cd 78i386linux.c
08942d11 79ieee.c
141c97ea 80libaout.h
901c5bfd 81libbfd-in.h
63ffe5ef
SC
82cpu-a29k.c
83cpu-i386.c
84cpu-m68k.c
85cpu-mips.c
86cpu-vax.c
87cpu-h8300.c
76b731f9 88cpu-hppa.c
63ffe5ef
SC
89cpu-i960.c
90cpu-m88k.c
cc97dfbb 91cpu-rs6000.c
c7551f76 92cpu-we32k.c
d41ab714 93cpu-z8k.c
1d535e75 94hp300bsd.c
63ffe5ef 95init.c
63ffe5ef 96cpu-sparc.c
08942d11
RP
97libbfd.c
98libbfd.h
901c5bfd 99libcoff-in.h
08942d11 100libcoff.h
76b731f9 101libhppa.h
08942d11
RP
102libieee.h
103liboasys.h
08942d11
RP
104newsos3.c
105oasys.c
106opncls.c
6f715d66 107reloc.c
075caafd 108reloc16.c
cf15d9e9 109rs6000-core.c
42c39b69 110sco-core.c
e98e6ec1 111seclet.c
dc72b0b6 112seclet.h
6f715d66 113section.c
08942d11 114srec.c
7de245d3 115stab-syms.c
08942d11 116sunos.c
6f715d66 117syms.c
08942d11 118targets.c
a14b2941 119tekhex.c
08942d11 120trad-core.c
08942d11
RP
121
122Do-last:
123
446545dd 124if ( echo $* | grep keep\-v9 > /dev/null ) ; then
5d74c1e5 125 echo Keeping v9 in aoutx.h
446545dd
JG
126else
127 echo Sanitizing v9 in aoutx.h
128 rm -f new
129 while grep -s start-sanitize-v9 aoutx.h ; do
130 sed -e '/start-sanitize-v9/,/end-sanitize-v9/d' <aoutx.h >new
01f0a88e
RP
131 if [ -n "${safe}" ] ; then
132 mv aoutx.h .Recover
133 else
134 rm aoutx.h
135 fi
446545dd
JG
136 mv new aoutx.h
137 done
138fi
139
08942d11 140# End of file.
This page took 0.060492 seconds and 4 git commands to generate.