From: Nikodemus Siivola Date: Mon, 5 Dec 2011 09:25:51 +0000 (+0200) Subject: oops. actually stop when seeing --with-foo and customize-target-features.lisp X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=250bcb73b90571b79a21afb4bdf958800598ab49;p=sbcl.git oops. actually stop when seeing --with-foo and customize-target-features.lisp ...instead of just complaining to the stdout. --- diff --git a/make-config.sh b/make-config.sh index 75cb0c3..62f08b4 100644 --- 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.