* Makefile.in (CC_FOR_TARGET): Use @host@ and @target@, not
[deliverable/binutils-gdb.git] / .Sanitize
index e8405a23d51d7bf029faee994d6f049712cdc62e..7edd1efab3930462a5d7060a0d2f9487cdcd5de8 100644 (file)
--- a/.Sanitize
+++ b/.Sanitize
@@ -123,9 +123,6 @@ done
 # called.  Directories not listed will be removed in their entirety
 # with rm -rf.
 
-# ??? It is debatable whether cfg-*.in belongs in Things-to-keep or
-# keep_these_too.  If someone feels strongly about it, please move them.
-
 Things-to-keep:
 
 COPYING
@@ -134,13 +131,13 @@ ChangeLog
 Makefile.in
 README
 config
-cfg-ml-com.in
-cfg-ml-pos.in
+config-ml.in
 config.guess
 config.sub
 configure
 configure.in
 etc
+symlink-tree
 
 Things-to-lose:
 
@@ -205,7 +202,7 @@ if [ -n "${verbose}" ] ; then
        echo Processing \"arc\"...
 fi
 
-arc_files="config.sub configure.in cfg-ml-com.in"
+arc_files="config.sub configure.in config-ml.in"
 
 if ( echo $* | grep keep\-arc > /dev/null ) ; then
        for i in $arc_files ; do
@@ -238,7 +235,7 @@ if [ -n "${verbose}" ] ; then
        echo Processing \"jaguar\"...
 fi
 
-jaguar_files="config.sub configure.in cfg-ml-com.in"
+jaguar_files="config.sub configure.in config-ml.in"
 
 if ( echo $* | grep keep\-jaguar > /dev/null ) ; then
        for i in $jaguar_files ; do
@@ -325,7 +322,7 @@ else
        done
 fi
 
-sh3e_files="ChangeLog cfg-ml-com.in"
+sh3e_files="ChangeLog config-ml.in"
 if ( echo $* | grep keep\-sh3e > /dev/null ) ; then
        for i in $sh3e_files ; do
                if test ! -d $i && (grep sanitize-sh3e $i > /dev/null) ; then
This page took 0.025319 seconds and 4 git commands to generate.