summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-05-15 00:47:32 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-05-15 00:47:32 +0200
commit8ac7575d9445c4bbd516ee3cbec57f16df15eb15 (patch)
tree874e74b7ebd24e3effb5f482794309c802106609
parentab80deb355bf6f1786af778d63956b166d7d0854 (diff)
downloadembtoolkit-8ac7575d9445c4bbd516ee3cbec57f16df15eb15.tar.gz
embtoolkit-8ac7575d9445c4bbd516ee3cbec57f16df15eb15.tar.bz2
embtoolkit-8ac7575d9445c4bbd516ee3cbec57f16df15eb15.tar.xz
Toolchain: gmphost: stop building/installing when an error occurs
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
-rw-r--r--mk/gmphost.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/gmphost.mk b/mk/gmphost.mk
index 8ba04d0..c70a585 100644
--- a/mk/gmphost.mk
+++ b/mk/gmphost.mk
@@ -34,7 +34,7 @@ gmphost_install: $(GMP_HOST_BUILD_DIR)/.built
$(GMP_HOST_BUILD_DIR)/.built: download_gmp_host $(GMP_HOST_BUILD_DIR)/.decompressed \
$(GMP_HOST_BUILD_DIR)/.configured
- @cd $(GMP_HOST_BUILD_DIR); make; make install
+ @cd $(GMP_HOST_BUILD_DIR) && make && make install
@touch $@
download_gmp_host: