@@ -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 " "; \