Move devo/CYGNUS from keep_these_too to cygnus_files so that a generic
authorJason Molenda <jmolenda@apple.com>
Tue, 3 Feb 1998 00:53:21 +0000 (00:53 +0000)
committerJason Molenda <jmolenda@apple.com>
Tue, 3 Feb 1998 00:53:21 +0000 (00:53 +0000)
Sanitize w/o keep-cygnus will remove it.

(cf communication with shebs where rms complained that CYGNUS was showing
up in GDB snapshots.)

.Sanitize

index 630a240b1df6a9c4f39f9333d116914039390524..f38dca747e3696d9bf2c5e6ce135e6f2b4537715 100644 (file)
--- a/.Sanitize
+++ b/.Sanitize
@@ -46,7 +46,7 @@
 
 Do-first:
 
-keep_these_too="${keep_these_too} .cvsignore CYGNUS autoconf
+keep_these_too="${keep_these_too} .cvsignore autoconf
        apache bash 
        bfd binutils bison byacc cvs deja-gnu dejagnu diff dosrel dvips
        emacs emacs19 examples expect fileutils findutils flex
@@ -65,7 +65,7 @@ keep_these_too="${keep_these_too} .cvsignore CYGNUS autoconf
 
 lose_these_too="${lose_these_too} testsuite"
 
-cygnus_files="release release-info build-all.mk test-build.mk COPYING.NEWLIB"
+cygnus_files="release release-info build-all.mk test-build.mk CYGNUS COPYING.NEWLIB"
 
 if ( echo $* | grep keep\-cygnus > /dev/null) ; then
        keep_these_too="${keep_these_too} ${cygnus_files}"