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
54 # Revision 1.24 1991/12/14 01:32:54 wilson
55 # Keep fopen-bin.h and fopen-same.h.
57 # Revision 1.23 1991/12/01 04:56:32 sac
58 # * bfd.h: change the documentation format.
60 # * created coff, elf and opcode and aout directories. Moved:
62 # aout64.h ==> aout/aout64.h
64 # a.out.encap.h ==> aout/encap.h
65 # a.out.host.h ==> aout/host.h
66 # a.out.hp.h ==> aout/hp.h
67 # a.out.sun4.h ==> aout/sun4.h
68 # ranlib.h ==> aout/ranlib.h
69 # reloc.h ==> aout/reloc.h
70 # stab.def ==> aout/stab.def
71 # stab.gnu.h ==> aout/stab_gnu.h
73 # coff-a29k.h ==> coff/a29k.h
74 # coff-h8300.h ==> coff/h8300.h
75 # coff-i386.h ==> coff/i386.h
76 # coff-i960.h ==> coff/i960.h
77 # internalcoff.h ==> coff/internal.h
78 # coff-m68k.h ==> coff/m68k.h
79 # coff-m88k.h ==> coff/m88k.h
80 # coff-mips.h ==> coff/mips.h
81 # coff-rs6000.h ==> coff/rs6000.h
83 # elf-common.h ==> elf/common.h
84 # dwarf.h ==> elf/dwarf.h
85 # elf-external.h ==> elf/external.h
86 # elf-internal.h ==> elf/internal.h
88 # a29k-opcode.h ==> opcode/a29k.h
89 # arm-opcode.h ==> opcode/arm.h
90 # h8300-opcode.h ==> opcode/h8300.h
91 # i386-opcode.h ==> opcode/i386.h
92 # i860-opcode.h ==> opcode/i860.h
93 # i960-opcode.h ==> opcode/i960.h
94 # m68k-opcode.h ==> opcode/m68k.h
95 # m88k-opcode.h ==> opcode/m88k.h
96 # mips-opcode.h ==> opcode/mips.h
97 # np1-opcode.h ==> opcode/np1.h
98 # ns32k-opcode.h ==> opcode/ns32k.h
99 # pn-opcode.h ==> opcode/pn.h
100 # pyr-opcode.h ==> opcode/pyr.h
101 # sparc-opcode.h ==> opcode/sparc.h
102 # tahoe-opcode.h ==> opcode/tahoe.h
103 # vax-opcode.h ==> opcode/vax.h
105 # Revision 1.22 1991/11/27 22:25:34 sac
108 # Revision 1.21 1991/11/21 04:06:22 gnu
109 # Bring in HP a.out remnants from GDB. Eliminate obsolete a.out.gnu.h.
111 # Revision 1.20 1991/10/25 10:21:10 gnu
112 # Rename coff-related files.
114 # Revision 1.19 1991/10/25 07:59:50 gnu
117 # Revision 1.18 1991/10/24 18:12:14 fnf
120 # Revision 1.17 1991/10/16 01:08:08 gnu
121 # Remove include files to bfd/hosts.
123 # Revision 1.16 1991/10/05 06:18:24 gnu
126 # Revision 1.15 1991/10/03 22:24:27 gnu
129 # Revision 1.14 1991/09/26 22:46:53 steve
132 # Revision 1.13 1991/09/13 05:17:53 gnu
133 # Removes sparc-opcode.h rather than the file it is sanitizing, if not testing!
136 # Revision 1.12 1991/09/04 02:51:18 rich
137 # Adding "recover"'ability.
139 # Revision 1.11 1991/09/02 21:21:47 rich
140 # Recover the editted files.
142 # Revision 1.10 1991/08/29 00:34:45 gnu
143 # Paperwork handled for AMD Coff.
145 # Revision 1.9 1991/08/22 08:00:35 gnu
146 # Add ChangeLog for Include.
148 # Revision 1.8 1991/07/31 17:36:04 gnu
149 # Remove amdcoff.h by default because its copyright is not assigned to FSF.
150 # "Sanitize -keep-29k" will keep it.
152 # Revision 1.7 1991/07/31 03:11:46 gnu
153 # Remove symseg.h, the ancient GDB symbol-segments (gdb-specific debug
154 # information) definition.
156 # Revision 1.6 1991/07/24 01:07:25 gnu
159 # Revision 1.5 1991/07/24 00:47:13 gnu
160 # Blow away v9 stuff in aout64.h too.
162 # Revision 1.4 1991/07/15 23:34:14 steve
163 # *** empty log message ***
165 # Revision 1.3 1991/06/14 22:14:07 steve
166 # *** empty log message ***
168 # Revision 1.2 1991/05/31 11:26:52 gnu
169 # Add i386coff.h. Print msg when sanitizing sparc-opcode.h.
171 # Revision 1.1 1991/05/23 17:00:59 rich