summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-12-05 16:24:53 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-12-05 16:24:53 +0100
commit9a3daeb406645a14671d8c2c6002f1095f883b88 (patch)
treeec694997b676621ac295da6067884b38c1dcdf70 /mk
parentdf3ac593de8bdd2d62437a6104aad455d5f042d3 (diff)
another try to fix build on first error
Diffstat (limited to 'mk')
-rw-r--r--mk/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/build.mk b/mk/build.mk
index d65877ea8..0b3d2cc73 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -572,7 +572,7 @@ 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; exit 1;fi \
+ if [ -f .exit ];then echo "Bulk build failed!"; rm .exit; break;fi \
done
# build all target architecture, target systems and libc combinations