From 250bcb73b90571b79a21afb4bdf958800598ab49 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Mon, 5 Dec 2011 11:25:51 +0200 Subject: [PATCH] oops. actually stop when seeing --with-foo and customize-target-features.lisp ...instead of just complaining to the stdout. --- make-config.sh | 1 + 1 file changed, 1 insertion(+) 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. -- 1.7.10.4