projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d97f99a
)
process keep-sky, for txvu subdir
author
Doug Evans
<dje@google.com>
Mon, 5 Jan 1998 14:11:47 +0000
(14:11 +0000)
committer
Doug Evans
<dje@google.com>
Mon, 5 Jan 1998 14:11:47 +0000
(14:11 +0000)
gas/testsuite/gas/.Sanitize
patch
|
blob
|
history
diff --git
a/gas/testsuite/gas/.Sanitize
b/gas/testsuite/gas/.Sanitize
index
229b497
..
a9ba41e
100644
(file)
--- a/
gas/testsuite/gas/.Sanitize
+++ b/
gas/testsuite/gas/.Sanitize
@@
-29,6
+29,12
@@
else
lose_these_too="tic80 ${lose_these_too}"
fi
+if ( echo $* | grep keep\-sky > /dev/null ) ; then
+ keep_these_too="txvu ${keep_these_too}"
+else
+ lose_these_too="txvu ${lose_these_too}"
+fi
+
if ( echo $* | grep keep\-d30v > /dev/null ) ; then
keep_these_too="d30v ${keep_these_too}"
else