HPPA BS
[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
08942d11 68ieee.c
141c97ea 69libaout.h
901c5bfd 70libbfd-in.h
63ffe5ef
SC
71cpu-a29k.c
72cpu-i386.c
73cpu-m68k.c
74cpu-mips.c
75cpu-vax.c
76cpu-h8300.c
76b731f9 77cpu-hppa.c
63ffe5ef
SC
78cpu-i960.c
79cpu-m88k.c
cc97dfbb 80cpu-rs6000.c
1d535e75 81hp300bsd.c
63ffe5ef 82init.c
63ffe5ef 83cpu-sparc.c
08942d11
RP
84libbfd.c
85libbfd.h
901c5bfd 86libcoff-in.h
08942d11 87libcoff.h
76b731f9 88libhppa.h
08942d11
RP
89libieee.h
90liboasys.h
08942d11
RP
91newsos3.c
92oasys.c
93opncls.c
6f715d66 94reloc.c
cf15d9e9 95rs6000-core.c
2403c164 96scripts
e98e6ec1 97seclet.c
dc72b0b6 98seclet.h
6f715d66 99section.c
08942d11 100srec.c
7de245d3 101stab-syms.c
08942d11 102sunos.c
6f715d66 103syms.c
08942d11 104targets.c
a14b2941 105tekhex.c
08942d11
RP
106trad-core.c
107trad-core.h
108
109Do-last:
110
446545dd
JG
111if ( echo $* | grep keep\-v9 > /dev/null ) ; then
112 echo Keeping v9 in aoutx.h
113else
114 echo Sanitizing v9 in aoutx.h
115 rm -f new
116 while grep -s start-sanitize-v9 aoutx.h ; do
117 sed -e '/start-sanitize-v9/,/end-sanitize-v9/d' <aoutx.h >new
01f0a88e
RP
118 if [ -n "${safe}" ] ; then
119 mv aoutx.h .Recover
120 else
121 rm aoutx.h
122 fi
446545dd
JG
123 mv new aoutx.h
124 done
125fi
126
08942d11
RP
127echo Done in `pwd`.
128
08942d11 129# End of file.
This page took 0.048497 seconds and 4 git commands to generate.