oops. actually stop when seeing --with-foo and customize-target-features.lisp
authorNikodemus Siivola <nikodemus@random-state.net>
Mon, 5 Dec 2011 09:25:51 +0000 (11:25 +0200)
committerNikodemus 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

index 75cb0c3..62f08b4 100644 (file)
@@ -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.