Stop Recursive Compilation on Errors

This commit is contained in:
2020-08-20 12:29:39 +02:00
parent cd9ef1a1b0
commit 58be4141e4
+5 -1
View File
@@ -155,7 +155,11 @@ $(SUBDIRS):
done; \
true; \
echo " <$@>"; \
$(MAKE) -s -S -C $@ artifacts $(ARCH); \
if ($(MAKE) -s -S -C $@ artifacts $(ARCH)); then \
:; \
else \
exit $$?; \
fi; \
depth=$(MAKELEVEL); \
while [ $${depth} -gt 0 ] ; do \
echo -n " "; \