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 echo Sanitizing `pwd`...
22 # All files listed between the "Things-to-keep:" line and the
23 # "Files-to-sed:" line will be kept. All other files will be removed.
24 # Directories listed in this section will have their own Sanitize
25 # called. Directories not listed will be removed in their entirety
108 if ( echo $* | grep keep\-v9 > /dev/null ) ; then
109 echo Keeping v9 stuff in tc-sparc.c.
111 echo Cleaning tc-sparc.c...
112 sed '/start\-sanitize/,/end-sanitize/d' < tc-sparc.c > new
113 if [ -n "${safe}" ] ; then
114 cp tc-sparc.c .Recover
124 # Revision 1.16 1992/02/17 16:02:58 rich
125 # record that files were removed
127 # Revision 1.15 1992/02/17 15:53:46 rich
128 # fighting bitrot in a major way
130 # Revision 1.14 1992/02/13 10:13:24 rich
131 # clean up Sanitize for gas
133 # Revision 1.13 1992/02/11 00:51:52 sac
134 # New files for MRI syntax assembler
136 # Revision 1.12 1991/12/12 03:34:31 sac
137 # renamed obj-coff-bfd to obj-coffbfd
139 # Revision 1.11 1991/11/27 22:28:57 sac
140 # Added obj-coff-bfd* and mt-h8300hds
142 # Revision 1.10 1991/11/26 02:16:55 sac
144 # bfd support gets deeper into gas
146 # fixed numerous bugs in instruction encoding
148 # Revision 1.9 1991/11/11 23:36:39 sac
151 # Revision 1.8 1991/11/06 11:53:16 sac
152 # Wouldn't it be nice if Sanitize ignored spaces ?
154 # Revision 1.7 1991/11/06 09:14:33 sac
155 # Uniq contents, since configure gets confused if the same file is in more than once.
157 # Revision 1.6 1991/11/05 21:21:12 sac
158 # Added a load of mt/mh files
160 # Revision 1.5 1991/10/22 03:26:06 steve
163 # Revision 1.4 1991/09/04 01:55:53 rich
164 # test & recover a better way.
166 # Revision 1.3 1991/09/02 21:26:15 rich
167 # "recover" tc-sparc.c
169 # Revision 1.2 1991/09/02 01:03:38 rich
170 # Correct a few things.
172 # Revision 1.1 1991/05/23 17:09:03 rich