1 # Sanitize.in for devo.
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.
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
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
20 # All files listed between the "Things-to-keep:" line and the
21 # "Files-to-sed:" line will be kept. All other files will be removed.
22 # Directories listed in this section will have their own Sanitize
23 # called. Directories not listed will be removed in their entirety
83 v9dirty="sparc-opcode.h aout64.h"
85 if ( echo $* | grep keep\-v9 > /dev/null ) ; then
86 echo Keeping v9 in ${v9dirty}
88 for i in ${v9dirty} ; do
89 echo Sanitizing v9 in $i
92 if [ -n "${safe}" ] ; then
106 # Revision 1.22 1991/11/27 22:25:34 sac
109 # Revision 1.21 1991/11/21 04:06:22 gnu
110 # Bring in HP a.out remnants from GDB. Eliminate obsolete a.out.gnu.h.
112 # Revision 1.20 1991/10/25 10:21:10 gnu
113 # Rename coff-related files.
115 # Revision 1.19 1991/10/25 07:59:50 gnu
118 # Revision 1.18 1991/10/24 18:12:14 fnf
121 # Revision 1.17 1991/10/16 01:08:08 gnu
122 # Remove include files to bfd/hosts.
124 # Revision 1.16 1991/10/05 06:18:24 gnu
127 # Revision 1.15 1991/10/03 22:24:27 gnu
130 # Revision 1.14 1991/09/26 22:46:53 steve
133 # Revision 1.13 1991/09/13 05:17:53 gnu
134 # Removes sparc-opcode.h rather than the file it is sanitizing, if not testing!
137 # Revision 1.12 1991/09/04 02:51:18 rich
138 # Adding "recover"'ability.
140 # Revision 1.11 1991/09/02 21:21:47 rich
141 # Recover the editted files.
143 # Revision 1.10 1991/08/29 00:34:45 gnu
144 # Paperwork handled for AMD Coff.
146 # Revision 1.9 1991/08/22 08:00:35 gnu
147 # Add ChangeLog for Include.
149 # Revision 1.8 1991/07/31 17:36:04 gnu
150 # Remove amdcoff.h by default because its copyright is not assigned to FSF.
151 # "Sanitize -keep-29k" will keep it.
153 # Revision 1.7 1991/07/31 03:11:46 gnu
154 # Remove symseg.h, the ancient GDB symbol-segments (gdb-specific debug
155 # information) definition.
157 # Revision 1.6 1991/07/24 01:07:25 gnu
160 # Revision 1.5 1991/07/24 00:47:13 gnu
161 # Blow away v9 stuff in aout64.h too.
163 # Revision 1.4 1991/07/15 23:34:14 steve
164 # *** empty log message ***
166 # Revision 1.3 1991/06/14 22:14:07 steve
167 # *** empty log message ***
169 # Revision 1.2 1991/05/31 11:26:52 gnu
170 # Add i386coff.h. Print msg when sanitizing sparc-opcode.h.
172 # Revision 1.1 1991/05/23 17:00:59 rich