* .Sanitize: Remove references to chillrt and test-chill
authorBill Cox <bill@cygnus>
Wed, 24 Nov 1993 19:28:23 +0000 (19:28 +0000)
committerBill Cox <bill@cygnus>
Wed, 24 Nov 1993 19:28:23 +0000 (19:28 +0000)
  subdirectories.  They were moved to gcc/ch/runtime and
  gcc/ch/testsuite respectively.

.Sanitize

index 775e758..f3e308d 100644 (file)
--- a/.Sanitize
+++ b/.Sanitize
 
 Do-first:
 
-if ( echo $* | grep keep\-chill > /dev/null ) ; then
-       keep_these_too="chillrt test-chill"
-else
-       lose_these_too="chillrt test-chill"
-fi
-
 if ( echo $* | grep keep\-cygnus > /dev/null) ; then
        keep_these_too="${keep_these_too} release release-info build-all.mk"
 else