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:
2dd4520
)
Add chillrt test-chill release release-info to lose_these_too if they
author
Fred Fish
<fnf@specifix.com>
Tue, 12 Oct 1993 02:42:30 +0000
(
02:42
+0000)
committer
Fred Fish
<fnf@specifix.com>
Tue, 12 Oct 1993 02:42:30 +0000
(
02:42
+0000)
are not added to keep_these_too.
.Sanitize
patch
|
blob
|
history
diff --git
a/.Sanitize
b/.Sanitize
index fac69bfd699a6026eb704e52b04979540d24d0b1..5de585dd1f59e7b6f960748ab2076990b318a75d 100644
(file)
--- a/
.Sanitize
+++ b/
.Sanitize
@@
-17,10
+17,14
@@
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"
+else
+ lose_these_too="${lose_these_too} release release-info"
fi