* c-typeprint.c (c_print_type): Assume demangled arguments
[deliverable/binutils-gdb.git] / .Sanitize
index 016d6b2207c5e78fabc8ff1e87867c4c9c47f554..9f9b46ba2cf5c71eb7ca2a4b2b3da9213b909e95 100644 (file)
--- a/.Sanitize
+++ b/.Sanitize
 
 Do-first:
 
+cygnus_files="release release-info build-all.mk"
+
 if ( echo $* | grep keep\-cygnus > /dev/null) ; then
-       keep_these_too="${keep_these_too} release release-info build-all.mk"
+       keep_these_too="${keep_these_too} ${cygnus_files}"
 else
-       lose_these_too="${lose_these_too} release release-info build-all.mk"
+       lose_these_too="${lose_these_too} ${cygnus_files}"
 fi
 
+mpw_files="mpw-README mpw-configure mpw-config.in mpw-build.in ChangeLog.mpw"
+
 if ( echo $* | grep keep\-mpw > /dev/null) ; then
-       keep_these_too="mpw-configure mpw-config.in mpw-build.in ChangeLog.mpw ${keep_these_too}"
+       keep_these_too="${keep_these_too} ${mpw_files}"
 else
-       lose_these_too="mpw-configure mpw-config.in mpw-build.in ChangeLog.mpw ${lose_these_too}"
+       lose_these_too="${lose_these_too} ${mpw_files}"
 fi
 
 # All files listed between the "Things-to-keep:" line and the
@@ -50,15 +54,17 @@ config
 config.guess
 config.sub
 configure
-configure.bat
 configure.in
 cvs
 deja-gnu
 dejagnu
 diff
+dosrel
 dvips
 emacs
+emacs19
 etc
+examples
 expect
 fileutils
 flex
@@ -79,6 +85,7 @@ libg++
 libgcc
 libiberty
 libio
+librx
 m4
 make
 mmalloc
@@ -130,36 +137,6 @@ if [ -n "${safe}" -a ! -f .Recover/Makefile.in ] ; then
 fi
 mv new Makefile.in
 
-if [ -n "${verbose}" ] ; then
-       echo Looking for signs of \"v9\"...
-fi
-
-# Don't try to clean directories here, as the 'mv' command will fail.
-# Also, grep fails on NFS mounted directories.
-if ( echo $* | grep keep\-v9 > /dev/null ) ; then
-       for i in * ; do
-               if test ! -d $i && (grep sanitize-v9 $i > /dev/null) ; then
-                       if [ -n "${verbose}" ] ; then
-                               echo Keeping v9 stuff in $i
-                       fi
-               fi
-       done
-else
-       for i in * ; do
-               if test ! -d $i && (grep sanitize-v9 $i > /dev/null) ; then
-                       if [ -n "${verbose}" ] ; then
-                               echo Cleaning the \"v9\" out of $i...
-                       fi
-                       cp $i new
-                       sed '/start\-sanitize\-v9/,/end-\sanitize\-v9/d' < $i > new
-                       if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
-                               mv $i .Recover
-                       fi
-                       mv new $i
-               fi
-       done
-fi
-
 if [ -n "${verbose}" ] ; then
        echo Thawing away the \"chill\"...
 fi
This page took 0.024941 seconds and 4 git commands to generate.