aboutsummaryrefslogtreecommitdiff
path: root/.Sanitize
diff options
context:
space:
mode:
authorBill Cox <bill@cygnus>1993-11-24 19:28:23 +0000
committerBill Cox <bill@cygnus>1993-11-24 19:28:23 +0000
commit58e78037a3f0377692c0acbcc7943845c7a760e5 (patch)
tree0c4e719d36fc44cb62369eb915f0364b8500357f /.Sanitize
parent49dfa9840f5971cb2eec0f522335f96e77712eae (diff)
downloadfsf-binutils-gdb-58e78037a3f0377692c0acbcc7943845c7a760e5.zip
fsf-binutils-gdb-58e78037a3f0377692c0acbcc7943845c7a760e5.tar.gz
fsf-binutils-gdb-58e78037a3f0377692c0acbcc7943845c7a760e5.tar.bz2
* .Sanitize: Remove references to chillrt and test-chill
subdirectories. They were moved to gcc/ch/runtime and gcc/ch/testsuite respectively.
Diffstat (limited to '.Sanitize')
-rw-r--r--.Sanitize6
1 files changed, 0 insertions, 6 deletions
diff --git a/.Sanitize b/.Sanitize
index 775e758..f3e308d 100644
--- a/.Sanitize
+++ b/.Sanitize
@@ -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