summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 500f47a8f..1a190e287 100644
--- a/Makefile
+++ b/Makefile
@@ -64,8 +64,8 @@ endif
build: $(FBOOT_RDZ) $(FBOOT_IMG)
dirs:
- @for n in . $(DIRS); do \
- [ "$$n" = "." ] || $(MAKE) -C $$n all ;\
+ @for n in $(DIRS); do \
+ $(MAKE) -C $$n all || exit 1 ;\
done
rescue: all.modules