* .Sanitize: Remove references to chillrt and test-chill

subdirectories.  They were moved to gcc/ch/runtime and
	  gcc/ch/testsuite respectively.
This commit is contained in:
Bill Cox 1993-11-24 19:28:23 +00:00
parent 49dfa9840f
commit 58e78037a3
1 changed files with 0 additions and 6 deletions

View File

@ -15,12 +15,6 @@
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