summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-12-13 12:55:35 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-12-13 12:55:35 +0100
commitd8eb95ffc8cd8ca910032ad21aa400755b538b55 (patch)
tree622f9506c9bb2506ff3f8537d62baf980fe3d73c /mk
parentcdbf5beb73ddfc1992b2ac453eb123d7db3aca2c (diff)
fix build
Diffstat (limited to 'mk')
-rw-r--r--mk/build.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/build.mk b/mk/build.mk
index 0b3d2cc73..baaf459c8 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -572,8 +572,9 @@ release:
$(GMAKE) VERBOSE=1 all; if [ $$? -ne 0 ]; then touch .exit; exit 1;fi; \
rm .config; \
) 2>&1 | tee $(TOPDIR)/bin/$(SYSTEM)_$(ARCH)_$$libc/build.log; \
- if [ -f .exit ];then echo "Bulk build failed!"; rm .exit; break;fi \
+ if [ -f .exit ];then echo "Bulk build failed!"; break;fi \
done
+ if [ -f .exit ];then rm .exit;exit 1;fi
# build all target architecture, target systems and libc combinations
bulk: