X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2F.Sanitize;h=d778c5c599f1810daa7854f0f8da3e98a195a28e;hb=69bb683c6d92c902ab614222712d4716c15e7758;hp=042e56cd942134e66664e8213f6fdf847e15f800;hpb=2d29d89dcf9d0cc92bef06eb5edda9afbc130821;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/.Sanitize b/gas/.Sanitize index 042e56cd94..d778c5c599 100644 --- a/gas/.Sanitize +++ b/gas/.Sanitize @@ -1,4 +1,4 @@ -# .Sanitize for devo/gas +# .Sanitize for devo/gas. # Each directory to survive its way into a release will need a file # like this one called "./.Sanitize". All keyword lines must exist, @@ -11,15 +11,14 @@ # The lines between the "Do-first:" line and the "Things-to-keep:" # line are executed as a /bin/sh shell script before anything else is -# done in this +# done in this directory. Do-first: if ( echo $* | grep keep\-mpw > /dev/null ) ; then - keep_these_too="mpw-make.in mpw-config.in ChangeLog.mpw" - if ( echo $* | grep keep\-gm > /dev/null ) ; then - keep_these_too="mpw-xconfig.in ChangeLog.gm ${keep_these_too}" - fi + keep_these_too="mpw-config.in mpw-make.in ChangeLog.mpw" +else + lose_these_too="mpw-config.in mpw-make.in ChangeLog.mpw" fi # All files listed between the "Things-to-keep:" line and the @@ -34,7 +33,6 @@ Things-to-keep: CONTRIBUTORS COPYING ChangeLog -ChangeLog.v9 Makefile.in NEWS NOTES @@ -68,6 +66,7 @@ flonum-mult.c flonum.h frags.c frags.h +gasp.c hash.c hash.h hex-value.c @@ -93,6 +92,7 @@ symbols.c symbols.h tc.h testsuite +vmsconf.sh write.c write.h xmalloc.c @@ -101,30 +101,5 @@ Things-to-lose: Do-last: -if ( echo $* | grep keep-v9 > /dev/null ) ; then - if [ -n "${verbose}" ] ; then - echo Keeping `pwd`/ChangeLog.v9. - echo Keeping v9 code in `pwd`/configure.in. - fi -else - if [ -n "${verbose}" ] ; then - echo Removing `pwd`/ChangeLog.v9 - fi - if [ -n "${safe}" ] ; then - mv ChangeLog.v9 .Recover - else - rm ChangeLog.v9 - fi - if [ -n "${verbose}" ] ; then - echo Cleaning v9 code from `pwd`/configure.in. - fi - grep -v v9 < configure.in > new - if [ -n "${safe}" ]; then - mv configure.in .Recover - fi - mv -f new configure.in -fi - - # # End of file.