Эх сурвалжийг харах

another try to fix build on first error

Waldemar Brodkorb 11 жил өмнө
parent
commit
9a3daeb406
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      mk/build.mk

+ 1 - 1
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