From c45bdc40bd061a0ff8793b6ab389fe190b4bc002 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 4 Dec 2001 17:52:57 +0000 Subject: (dirs): cleanup + ensure errors make "make" stop --- Makefile | 4 ++-- 1 file 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 -- cgit v1.2.1