projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49dfa98
)
* .Sanitize: Remove references to chillrt and test-chill
author
Bill Cox
<bill@cygnus>
Wed, 24 Nov 1993 19:28:23 +0000
(19:28 +0000)
committer
Bill 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
patch
|
blob
|
history
diff --git
a/.Sanitize
b/.Sanitize
index 775e758c3e5e42bca2a088c0e884a61fec7791dd..f3e308d296e94ac2f9ec73f85ea7dae6d420b185 100644
(file)
--- 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