projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d238a6
)
oops. actually stop when seeing --with-foo and customize-target-features.lisp
author
Nikodemus Siivola
<nikodemus@random-state.net>
Mon, 5 Dec 2011 09:25:51 +0000
(11:25 +0200)
committer
Nikodemus Siivola
<nikodemus@random-state.net>
Mon, 5 Dec 2011 09:28:01 +0000
(11:28 +0200)
...instead of just complaining to the stdout.
make-config.sh
patch
|
blob
|
history
diff --git
a/make-config.sh
b/make-config.sh
index
75cb0c3
..
62f08b4
100644
(file)
--- a/
make-config.sh
+++ b/
make-config.sh
@@
-117,6
+117,7
@@
then
# customize-target-features.lisp...
echo "ERROR: Both customize-target-features.lisp, and feature-options"
echo "to make.sh present -- cannot use both at the same time."
+ exit 1
fi
# Previously XC host was provided as a positional argument.