* Makefile.in (INTERNAL_CFLAGS): Add ENABLE_CFLAGS.
[deliverable/binutils-gdb.git] / gdb / config / .Sanitize
index 92cdbdf2303bd886a22acdc5e2e78dfa667a6fec..f54894db58184d61407576787f6cef517864446f 100644 (file)
@@ -1,8 +1,6 @@
-# Sanitize.in for devo.
-# $Id$
-#
+# .Sanitize for devo/gdb/config.
 
-# Each directory to survive it's way into a release will need a file
+# Each directory to survive its way into a release will need a file
 # like this one called "./.Sanitize".  All keyword lines must exist,
 # and must exist in the order specified by this file.  Each directory
 # in the tree will be processed, top down, in the following order.
 
 # The lines between the "Do-first:" line and the "Things-to-keep:"
 # line are executed as a /bin/sh shell script before anything else is
-# done in this 
+# done in this directory.
 
 Do-first:
 
-echo Sanitizing `pwd`...
+if ( echo $* | grep keep\-arc > /dev/null ) ; then
+       keep_these_too="arc ${keep_these_too}"
+else
+       lose_these_too="arc ${lose_these_too}"
+fi
+
+gm_files="tm-magic.h"
+
+if ( echo $* | grep keep\-gm > /dev/null ) ; then
+       keep_these_too="${gm_files} ${keep_these_too}"
+       if [ -n "${verbose}" ] ; then
+               echo Keeping ${gm_files}
+       fi
+else
+       lose_these_too="${gm_files} ${lose_these_too}"
+       if [ -n "${verbose}" ] ; then
+               echo Deleting ${gm_files}
+       fi
+fi
 
 # All files listed between the "Things-to-keep:" line and the
 # "Files-to-sed:" line will be kept.  All other files will be removed.
@@ -27,57 +43,47 @@ echo Sanitizing `pwd`...
 
 Things-to-keep:
 
-3b1
 a29k
-a29k-kern
-altos
-altosgas
-amix
+alpha
 arm
-bigmips
 convex
-decstation
-delta88
-hp300bsd
-hp300hpux
-i386sco
-i386aout
-i386v
-i386v-g
-i386v32
-i386v32-g
+gould
+h8300
+h8500
+i386
 i960
-irix3
-isi
-littlemips
+m68k
 m88k
-merlin
-news
-news1000
-nindy960
+mips
+nm-empty.h
+nm-lynx.h
+nm-m3.h
+nm-nbsd.h
+nm-sysv4.h
 none
-np1
-pn
-pyramid
-sun2os3
-sun2os4
-sun3
-sun386
-sun3os3
-sun3os4
-sun4
-sun4os3
-sun4os4
-symmetry
+ns32k
+pa
+powerpc
+pyr
+romp
+rs6000
+sh
+sparc
 tahoe
-ultra3
-umax
+tm-lynx.h
+tm-nbsd.h
+tm-sunos.h
+tm-sysv4.h
 vax
-vxworks68
-vxworks960
+xm-lynx.h
+xm-mpw.h
+xm-nbsd.h
+xm-sysv4.h
+w65
+z8k
 
-Do-last:
+Things-to-lose:
 
-echo Done in `pwd`.
+Do-last:
 
 # End of file.
This page took 0.074891 seconds and 4 git commands to generate.