"recover" aoutx.h
[deliverable/binutils-gdb.git] / bfd / .Sanitize
1 # Sanitize.in for devo.
2 # $Id$
3 #
4
5 # Each directory to survive it's way into a release will need a file
6 # like this one called "./.Sanitize". All keyword lines must exist,
7 # and must exist in the order specified by this file. Each directory
8 # in the tree will be processed, top down, in the following order.
9
10 # Hash started lines like this one are comments and will be deleted
11 # before anything else is done. Blank lines will also be squashed
12 # out.
13
14 # The lines between the "Do-first:" line and the "Things-to-keep:"
15 # line are executed as a /bin/sh shell script before anything else is
16 # done in this
17
18 Do-first:
19
20 recover=aoutx.h
21
22 echo Sanitizing `pwd`.
23
24 # All files listed between the "Things-to-keep:" line and the
25 # "Files-to-sed:" line will be kept. All other files will be removed.
26 # Directories listed in this section will have their own Sanitize
27 # called. Directories not listed will be removed in their entirety
28 # with rm -rf.
29
30 Things-to-keep:
31 COPYING
32 doc
33 ChangeLog
34 Makefile.in
35 TODO
36 VERSION
37 amdcoff.c
38 aout32.c
39 aout64.c
40 aoutf1.h
41 aoutx.h
42 archive.c
43 archures.c
44 bfd-in.h
45 bfd.c
46 bout.c
47 cache.c
48 coffcode.h
49 config
50 config.sub
51 configure
52 configure.in
53 core.c
54 demo64.c
55 ecoff.c
56 filemode.c
57 format.c
58 host-aout.c
59 i386coff.c
60 icoff.c
61 ieee.c
62 libaout.h
63 libbfd-in.h
64 libbfd.c
65 libbfd.h
66 libcoff-in.h
67 libcoff.h
68 libieee.h
69 liboasys.h
70 m68kcoff.c
71 m88k-bcs.c
72 newsos3.c
73 oasys.c
74 opncls.c
75 reloc.c
76 section.c
77 srec.c
78 sunos.c
79 syms.c
80 targets.c
81 trad-core.c
82 trad-core.h
83
84 Do-last:
85
86 if ( echo $* | grep keep\-v9 > /dev/null ) ; then
87 echo Keeping v9 in aoutx.h
88 else
89 echo Sanitizing v9 in aoutx.h
90 rm -f new
91 while grep -s start-sanitize-v9 aoutx.h ; do
92 sed -e '/start-sanitize-v9/,/end-sanitize-v9/d' <aoutx.h >new
93 rm aoutx.h
94 mv new aoutx.h
95 done
96 fi
97
98 echo Done in `pwd`.
99
100 #
101 #
102 # $Log$
103 # Revision 1.19 1991/09/03 22:21:30 rich
104 # "recover" aoutx.h
105 #
106 # Revision 1.18 1991/08/29 00:35:06 gnu
107 # paperwork handled for AMD Coff.
108 #
109 # Revision 1.17 1991/08/22 20:23:12 steve
110 # *** empty log message ***
111 #
112 # Revision 1.16 1991/08/22 07:31:21 gnu
113 # New config.sub
114 #
115 # Revision 1.15 1991/08/22 07:20:49 gnu
116 # Improve our Sanity.
117 #
118 # Revision 1.14 1991/08/17 00:17:00 steve
119 # Documentation
120 #
121 # Revision 1.13 1991/08/01 14:37:51 steve
122 # *** empty log message ***
123 #
124 # Revision 1.12 1991/08/01 05:33:39 gnu
125 # Forgot one more place to remove amdcoff.c reference (sigh).
126 #
127 # Revision 1.11 1991/08/01 01:27:44 gnu
128 # Delete CVS.adm from the release!
129 #
130 # Revision 1.10 1991/07/31 22:28:30 gnu
131 # Remove archures.h
132 #
133 # Revision 1.9 1991/07/31 17:37:00 gnu
134 # Remove amdcoff.c (and its name from Makefile.in) by default, because
135 # its copyright is not yet assigned to FSF.
136 #
137 # Revision 1.8 1991/07/31 07:54:31 gnu
138 # Better sanitize aoutx.h too!
139 #
140 # Revision 1.7 1991/07/16 00:39:03 steve
141 # *** empty log message ***
142 #
143 # Revision 1.6 1991/07/16 00:35:56 steve
144 # *** empty log message ***
145 #
146 # Revision 1.5 1991/07/15 23:32:40 steve
147 # *** empty log message ***
148 #
149 # Revision 1.4 1991/07/04 16:52:54 steve
150 # Now full of documentation. Yum Yum.
151 #
152 # Revision 1.3 1991/05/31 11:22:12 gnu
153 # Remove coff-code.h and liba.out.h, add libaout.h.
154 #
155 # Revision 1.2 1991/05/29 02:40:08 gnu
156 # Fix up .Sanitize file, remove files that are not referenced.
157 #
158 # Revision 1.1 1991/05/23 21:14:00 rich
159 # Initial revision
160 #
161 #
162 #
163
164 # End of file.
This page took 0.033983 seconds and 5 git commands to generate.