diff options
author | Bill Cox <bill@cygnus> | 1993-11-24 19:28:23 +0000 |
---|---|---|
committer | Bill Cox <bill@cygnus> | 1993-11-24 19:28:23 +0000 |
commit | 58e78037a3f0377692c0acbcc7943845c7a760e5 (patch) | |
tree | 0c4e719d36fc44cb62369eb915f0364b8500357f /.Sanitize | |
parent | 49dfa9840f5971cb2eec0f522335f96e77712eae (diff) | |
download | gdb-58e78037a3f0377692c0acbcc7943845c7a760e5.zip gdb-58e78037a3f0377692c0acbcc7943845c7a760e5.tar.gz 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-- | .Sanitize | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |