summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-08-12 10:18:55 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-08-12 12:20:16 +0200
commiteda3beff19f95c634fa6f0320e7ab0f942f51f3e (patch)
tree46787c512d13a9496fad140c52ec0ced56c4e966
parent3dafed2edee8fe6e75b328f13d79014b611e7acf (diff)
Let building lpsolve fail when its ccc script fails
(hopefully, the various ccc script variants do not include code that would unintentionally fail the script with -e) Change-Id: Ia04291983d99a8cf5a74e6a0078e179c17a93f2b
-rw-r--r--external/lpsolve/ExternalProject_lpsolve.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/lpsolve/ExternalProject_lpsolve.mk b/external/lpsolve/ExternalProject_lpsolve.mk
index e0a9e46d2f17..a40ada47c8b4 100644
--- a/external/lpsolve/ExternalProject_lpsolve.mk
+++ b/external/lpsolve/ExternalProject_lpsolve.mk
@@ -33,7 +33,7 @@ else # $(OS)!=WNT
$(call gb_ExternalProject_get_state_target,lpsolve,build):
$(call gb_ExternalProject_run,build,\
CC="$(CC) $(if $(debug),$(gb_COMPILERNOOPTFLAGS) $(gb_DEBUG_CFLAGS),$(gb_COMPILEROPTFLAGS))" \
- sh $(if $(filter MACOSX,$(OS)),ccc.osx, \
+ sh -e $(if $(filter MACOSX,$(OS)),ccc.osx, \
$(if $(filter TRUE,$(DISABLE_DYNLOADING)),ccc.static, \
$(if $(filter AIXGCC,$(OS)$(COM)),ccc.aix.gcc, \
ccc))) \