Stop Recursive Compilation on Errors
This commit is contained in:
@@ -155,7 +155,11 @@ $(SUBDIRS):
|
|||||||
done; \
|
done; \
|
||||||
true; \
|
true; \
|
||||||
echo " <$@>"; \
|
echo " <$@>"; \
|
||||||
$(MAKE) -s -S -C $@ artifacts $(ARCH); \
|
if ($(MAKE) -s -S -C $@ artifacts $(ARCH)); then \
|
||||||
|
:; \
|
||||||
|
else \
|
||||||
|
exit $$?; \
|
||||||
|
fi; \
|
||||||
depth=$(MAKELEVEL); \
|
depth=$(MAKELEVEL); \
|
||||||
while [ $${depth} -gt 0 ] ; do \
|
while [ $${depth} -gt 0 ] ; do \
|
||||||
echo -n " "; \
|
echo -n " "; \
|
||||||
|
|||||||
Reference in New Issue
Block a user