Update. cfg-ml-com.in replaced with config-ml.in.
authorDavid Edelsohn <dje.gcc@gmail.com>
Tue, 14 Nov 1995 10:40:55 +0000 (10:40 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Tue, 14 Nov 1995 10:40:55 +0000 (10:40 +0000)
.Sanitize

index 9fca7c62aa3053c4d21ffbafe4cb38ae9e6a1171..7edd1efab3930462a5d7060a0d2f9487cdcd5de8 100644 (file)
--- a/.Sanitize
+++ b/.Sanitize
@@ -202,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
@@ -235,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
@@ -322,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.024251 seconds and 4 git commands to generate.