* libhppa.h (bfd_hppa_insn2fmt, hppa_rebuild_insn): Make INLINE.
[binutils-gdb.git] / .Sanitize
index a6b756b08797a799c1812926a1ac832921415e84..a955c5d92bed0041c302a7afa114fd24a522e11e 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-README 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-README 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,12 +54,12 @@ config
 config.guess
 config.sub
 configure
-configure.bat
 configure.in
 cvs
 deja-gnu
 dejagnu
 diff
+dosrel
 dvips
 emacs
 etc
@@ -130,36 +134,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