1 # .Sanitize for devo/gas/config
3 # Each directory to survive its way into a release will need a file
4 # like this one called "./.Sanitize". All keyword lines must exist,
5 # and must exist in the order specified by this file. Each directory
6 # in the tree will be processed, top down, in the following order.
8 # Hash started lines like this one are comments and will be deleted
9 # before anything else is done. Blank lines will also be squashed
12 # The lines between the "Do-first:" line and the "Things-to-keep:"
13 # line are executed as a /bin/sh shell script before anything else is
19 lose_these_too="vms ${lose_these_too}"
22 d30v_files="tc-d30v.c tc-d30v.h"
24 if ( echo $* | grep keep\-d30v > /dev/null ) ; then
25 keep_these_too="${d30v_files} ${keep_these_too}"
27 lose_these_too="${d30v_files} ${lose_these_too}"
30 tic80_files="tc-tic80.c tc-tic80.h"
32 if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
33 keep_these_too="${tic80_files} ${keep_these_too}"
35 lose_these_too="${tic80_files} ${lose_these_too}"
38 # All files listed between the "Things-to-keep:" line and the
39 # "Files-to-sed:" line will be kept. All other files will be removed.
40 # Directories listed in this section will have their own Sanitize
41 # called. Directories not listed will be removed in their entirety
175 r5900_files="tc-mips.c"
177 if ( echo $* | grep keep\-r5900 > /dev/null ) ; then
178 for i in $r5900_files ; do
179 if test ! -d $i && (grep sanitize-r5900 $i > /dev/null) ; then
180 if [ -n "${verbose}" ] ; then
181 echo Keeping r5900 stuff in $i
187 if test ! -d $i && (grep sanitize-r5900 $i > /dev/null) ; then
188 if [ -n "${verbose}" ] ; then
189 echo Removing traces of \"r5900\" from $i...
192 sed '/start\-sanitize\-r5900/,/end\-sanitize\-r5900/d' < $i > new
193 if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
194 if [ -n "${verbose}" ] ; then
195 echo Caching $i in .Recover...
204 vr5400_files="tc-mips.c"
205 if ( echo $* | grep keep\-vr5400 > /dev/null ) ; then
206 for i in $vr5400_files ; do
207 if test ! -d $i && (grep sanitize-vr5400 $i > /dev/null) ; then
208 if [ -n "${verbose}" ] ; then
209 echo Keeping vr5400 stuff in $i
215 if test ! -d $i && (grep sanitize-vr5400 $i > /dev/null) ; then
216 if [ -n "${verbose}" ] ; then
217 echo Removing traces of \"vr5400\" from $i...
220 sed '/start\-sanitize\-vr5400/,/end\-sanitize\-vr5400/d' < $i > new
221 if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
222 if [ -n "${verbose}" ] ; then
223 echo Caching $i in .Recover...
232 tx19_files="tc-mips.c"
234 if ( echo $* | grep keep\-tx19 > /dev/null ) ; then
235 for i in $tx19_files ; do
236 if test ! -d $i && (grep sanitize-tx19 $i > /dev/null) ; then
237 if [ -n "${verbose}" ] ; then
238 echo Keeping tx19 stuff in $i
244 if test ! -d $i && (grep sanitize-tx19 $i > /dev/null) ; then
245 if [ -n "${verbose}" ] ; then
246 echo Removing traces of \"tx19\" from $i...
249 sed '/start\-sanitize\-tx19/,/end\-sanitize\-tx19/d' < $i > new
250 if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
251 if [ -n "${verbose}" ] ; then
252 echo Caching $i in .Recover...
261 tx49_files="ChangeLog tc-mips.c"
263 if ( echo $* | grep keep\-tx49 > /dev/null ) ; then
264 for i in $tx49_files ; do
265 if test ! -d $i && (grep sanitize-tx49 $i > /dev/null) ; then
266 if [ -n "${verbose}" ] ; then
267 echo Keeping tx49 stuff in $i
273 if test ! -d $i && (grep sanitize-tx49 $i > /dev/null) ; then
274 if [ -n "${verbose}" ] ; then
275 echo Removing traces of \"tx49\" from $i...
278 sed '/start\-sanitize\-tx49/,/end\-sanitize\-tx49/d' < $i > new
279 if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
280 if [ -n "${verbose}" ] ; then
281 echo Caching $i in .Recover...
290 tic80_files="obj-coff.h"
292 if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
293 for i in $tic80_files ; do
294 if test ! -d $i && (grep sanitize-tic80 $i > /dev/null) ; then
295 if [ -n "${verbose}" ] ; then
296 echo Keeping tic80 stuff in $i
302 if test ! -d $i && (grep sanitize-tic80 $i > /dev/null) ; then
303 if [ -n "${verbose}" ] ; then
304 echo Removing traces of \"tic80\" from $i...
307 sed '/start\-sanitize\-tic80/,/end\-sanitize\-tic80/d' < $i > new
308 if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
309 if [ -n "${verbose}" ] ; then
310 echo Caching $i in .Recover...
319 if [ -n "${verbose}" ] ; then
320 echo Processing \"sh4\"...
324 if ( echo $* | grep keep\-sh4 > /dev/null ) ; then
325 for i in $sh4_files ; do
326 if test ! -d $i && (grep sanitize-sh4 $i > /dev/null) ; then
327 if [ -n "${verbose}" ] ; then
328 echo Keeping sh4 stuff in $i
333 for i in $sh4_files ; do
334 if test ! -d $i && (grep sanitize-sh4 $i > /dev/null) ; then
335 if [ -n "${verbose}" ] ; then
336 echo Removing traces of \"sh4\" from $i...
339 sed -e '/start\-sanitize\-sh4/,/end-\sanitize\-sh4/d' -e 's/.*restore\-sanitize\-sh4//' < $i > new
340 if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
341 if [ -n "${verbose}" ] ; then
342 echo Caching $i in .Recover...
351 v850e_files="tc-v850.c tc-v850.h"
352 if ( echo $* | grep keep\-v850e > /dev/null ) ; then
353 for i in $v850e_files ; do
354 if test ! -d $i && (grep sanitize-v850e $i > /dev/null) ; then
355 if [ -n "${verbose}" ] ; then
356 echo Keeping v850e stuff in $i
361 for i in $v850e_files ; do
362 if test -r $i && (grep sanitize-v850e $i > /dev/null) ; then
363 if [ -n "${verbose}" ] ; then
364 echo Removing traces of \"v850e\" from $i...
367 sed '/start\-sanitize\-v850e/,/end\-sanitize\-v850e/d' < $i > new
368 if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
369 if [ -n "${verbose}" ] ; then
370 echo Caching $i in .Recover...