* config/ncr3000.mt (DEMANGLE_OPTS): Remove.
[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
08942d11
RP
33aout32.c
34aout64.c
35aoutf1.h
08942d11 36aoutx.h
a89f7423 37aout-target.h
08942d11
RP
38archive.c
39archures.c
901c5bfd 40bfd-in.h
08942d11 41bfd.c
08942d11
RP
42bout.c
43cache.c
e181b631 44ctor.c
156e3852 45coff-a29k.c
71e34032 46coff-h8300.c
156e3852
JG
47coff-i386.c
48coff-i960.c
49coff-m68k.c
50coff-m88k.c
51coff-mips.c
583f79e9 52coff-msym.c
156e3852 53coff-rs6000.c
08942d11 54coffcode.h
fb1c4481 55config
13b351cc 56configure.bat
08942d11 57configure.in
6f715d66 58core.c
08942d11 59demo64.c
ea3768dc 60elf.c
08942d11 61filemode.c
6f715d66 62format.c
608de555 63gen-aout.c
08942d11 64host-aout.c
90c7c720 65hosts
76b731f9 66hppa.c
b7de6963 67i386aout.c
afff60cd 68i386linux.c
08942d11 69ieee.c
141c97ea 70libaout.h
901c5bfd 71libbfd-in.h
63ffe5ef
SC
72cpu-a29k.c
73cpu-i386.c
74cpu-m68k.c
75cpu-mips.c
76cpu-vax.c
77cpu-h8300.c
76b731f9 78cpu-hppa.c
63ffe5ef
SC
79cpu-i960.c
80cpu-m88k.c
cc97dfbb 81cpu-rs6000.c
1d535e75 82hp300bsd.c
63ffe5ef 83init.c
63ffe5ef 84cpu-sparc.c
08942d11
RP
85libbfd.c
86libbfd.h
901c5bfd 87libcoff-in.h
08942d11 88libcoff.h
76b731f9 89libhppa.h
08942d11
RP
90libieee.h
91liboasys.h
08942d11
RP
92newsos3.c
93oasys.c
94opncls.c
6f715d66 95reloc.c
cf15d9e9 96rs6000-core.c
2403c164 97scripts
e98e6ec1 98seclet.c
dc72b0b6 99seclet.h
6f715d66 100section.c
08942d11 101srec.c
7de245d3 102stab-syms.c
08942d11 103sunos.c
6f715d66 104syms.c
08942d11 105targets.c
a14b2941 106tekhex.c
08942d11
RP
107trad-core.c
108trad-core.h
109
110Do-last:
111
446545dd
JG
112if ( echo $* | grep keep\-v9 > /dev/null ) ; then
113 echo Keeping v9 in aoutx.h
114else
115 echo Sanitizing v9 in aoutx.h
116 rm -f new
117 while grep -s start-sanitize-v9 aoutx.h ; do
118 sed -e '/start-sanitize-v9/,/end-sanitize-v9/d' <aoutx.h >new
01f0a88e
RP
119 if [ -n "${safe}" ] ; then
120 mv aoutx.h .Recover
121 else
122 rm aoutx.h
123 fi
446545dd
JG
124 mv new aoutx.h
125 done
126fi
127
08942d11
RP
128echo Done in `pwd`.
129
08942d11 130# End of file.
This page took 0.049411 seconds and 4 git commands to generate.