X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=.Sanitize;h=7edd1efab3930462a5d7060a0d2f9487cdcd5de8;hb=dfc84b08d6b9799f30b79231f7ac955064a8181a;hp=e8405a23d51d7bf029faee994d6f049712cdc62e;hpb=0cf78faa258eb1752068e24f9e448b59258c1ec7;p=deliverable%2Fbinutils-gdb.git diff --git a/.Sanitize b/.Sanitize index e8405a23d5..7edd1efab3 100644 --- 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