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