diff --git a/Makefile b/Makefile index 102487a..56c871a 100644 --- a/Makefile +++ b/Makefile @@ -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 " "; \