Keep adobe.h, needed to compile bfd/aout-adobe.c
[binutils-gdb.git] / include / aout / .Sanitize
1
2 # Sanitize.in for devo.
3 # $Id$
4 #
5
6 # Each directory to survive it's way into a release will need a file
7 # like this one called "./.Sanitize". All keyword lines must exist,
8 # and must exist in the order specified by this file. Each directory
9 # in the tree will be processed, top down, in the following order.
10
11 # Hash started lines like this one are comments and will be deleted
12 # before anything else is done. Blank lines will also be squashed
13 # out.
14
15 # The lines between the "Do-first:" line and the "Things-to-keep:"
16 # line are executed as a /bin/sh shell script before anything else is
17 # done in this
18
19 Do-first:
20
21 # All files listed between the "Things-to-keep:" line and the
22 # "Files-to-sed:" line will be kept. All other files will be removed.
23 # Directories listed in this section will have their own Sanitize
24 # called. Directories not listed will be removed in their entirety
25 # with rm -rf.
26
27 Things-to-keep:
28
29 ChangeLog
30 adobe.h
31 aout64.h
32 ar.h
33 encap.h
34 host.h
35 hp.h
36 hppa.h
37 ranlib.h
38 reloc.h
39 stab.def
40 stab_gnu.h
41 sun4.h
42
43 Do-last:
44
45 v9dirty="aout64.h"
46
47 if ( echo $* | grep keep\-v9 > /dev/null ) ; then
48 echo Keeping v9 in ${v9dirty}
49 else
50 for i in ${v9dirty} ; do
51 echo Sanitizing v9 in $i
52 rm -f new
53 grep -v v9 $i > new
54 if [ -n "${safe}" ] ; then
55 mv $i .Recover
56 else
57 rm $i
58 fi
59 mv new $i
60 done
61 fi
62
63 echo Done in `pwd`.
64
65 #
66 #
67 # $Log$
68 # Revision 1.3 1992/09/27 06:23:03 fnf
69 # Keep adobe.h, needed to compile bfd/aout-adobe.c
70 #
71 # Revision 1.2 1992/06/20 01:00:31 grossman
72 # HPPA BS
73 #
74 # Revision 1.1 1991/12/01 04:35:59 sac
75 # Initial revision
76 #
77 # Revision 1.22 1991/11/27 22:25:34 sac
78 # Added coff-h8300.h
79 #
80 # Revision 1.21 1991/11/21 04:06:22 gnu
81 # Bring in HP a.out remnants from GDB. Eliminate obsolete a.out.gnu.h.
82 #
83 # Revision 1.20 1991/10/25 10:21:10 gnu
84 # Rename coff-related files.
85 #
86 # Revision 1.19 1991/10/25 07:59:50 gnu
87 # rs6000
88 #
89 # Revision 1.18 1991/10/24 18:12:14 fnf
90 # Add "dwarf.h".
91 #
92 # Revision 1.17 1991/10/16 01:08:08 gnu
93 # Remove include files to bfd/hosts.
94 #
95 # Revision 1.16 1991/10/05 06:18:24 gnu
96 # a.out.vax.h gone.
97 #
98 # Revision 1.15 1991/10/03 22:24:27 gnu
99 # Add elf-*.h files.
100 #
101 # Revision 1.14 1991/09/26 22:46:53 steve
102 # Newly created
103 #
104 # Revision 1.13 1991/09/13 05:17:53 gnu
105 # Removes sparc-opcode.h rather than the file it is sanitizing, if not testing!
106 # (fixed...)
107 #
108 # Revision 1.12 1991/09/04 02:51:18 rich
109 # Adding "recover"'ability.
110 #
111 # Revision 1.11 1991/09/02 21:21:47 rich
112 # Recover the editted files.
113 #
114 # Revision 1.10 1991/08/29 00:34:45 gnu
115 # Paperwork handled for AMD Coff.
116 #
117 # Revision 1.9 1991/08/22 08:00:35 gnu
118 # Add ChangeLog for Include.
119 #
120 # Revision 1.8 1991/07/31 17:36:04 gnu
121 # Remove amdcoff.h by default because its copyright is not assigned to FSF.
122 # "Sanitize -keep-29k" will keep it.
123 #
124 # Revision 1.7 1991/07/31 03:11:46 gnu
125 # Remove symseg.h, the ancient GDB symbol-segments (gdb-specific debug
126 # information) definition.
127 #
128 # Revision 1.6 1991/07/24 01:07:25 gnu
129 # Add COPYING file.
130 #
131 # Revision 1.5 1991/07/24 00:47:13 gnu
132 # Blow away v9 stuff in aout64.h too.
133 #
134 # Revision 1.4 1991/07/15 23:34:14 steve
135 # *** empty log message ***
136 #
137 # Revision 1.3 1991/06/14 22:14:07 steve
138 # *** empty log message ***
139 #
140 # Revision 1.2 1991/05/31 11:26:52 gnu
141 # Add i386coff.h. Print msg when sanitizing sparc-opcode.h.
142 #
143 # Revision 1.1 1991/05/23 17:00:59 rich
144 # Initial revision
145 #
146 #
147 #
148
149 # End of file.