Browse Source

break out on first error

Waldemar Brodkorb 11 năm trước cách đây
mục cha
commit
234f96e6a6
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      mk/build.mk

+ 1 - 0
mk/build.mk

@@ -572,6 +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 break;fi \
 	done
 
 # build all target architecture, target systems and libc combinations