diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-12-04 17:52:57 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-12-04 17:52:57 +0000 |
commit | c45bdc40bd061a0ff8793b6ab389fe190b4bc002 (patch) | |
tree | 6bfbab28484a4d9ae4ae1c8a2f3d28860ee8e204 | |
parent | 694ad206283ca958ee08512edea0dbe9ff9286b3 (diff) | |
download | drakx-c45bdc40bd061a0ff8793b6ab389fe190b4bc002.tar drakx-c45bdc40bd061a0ff8793b6ab389fe190b4bc002.tar.gz drakx-c45bdc40bd061a0ff8793b6ab389fe190b4bc002.tar.bz2 drakx-c45bdc40bd061a0ff8793b6ab389fe190b4bc002.tar.xz drakx-c45bdc40bd061a0ff8793b6ab389fe190b4bc002.zip |
(dirs): cleanup + ensure errors make "make" stop
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |