summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-12-04 17:52:57 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-12-04 17:52:57 +0000
commitc45bdc40bd061a0ff8793b6ab389fe190b4bc002 (patch)
tree6bfbab28484a4d9ae4ae1c8a2f3d28860ee8e204 /Makefile
parent694ad206283ca958ee08512edea0dbe9ff9286b3 (diff)
downloaddrakx-backup-do-not-use-c45bdc40bd061a0ff8793b6ab389fe190b4bc002.tar
drakx-backup-do-not-use-c45bdc40bd061a0ff8793b6ab389fe190b4bc002.tar.gz
drakx-backup-do-not-use-c45bdc40bd061a0ff8793b6ab389fe190b4bc002.tar.bz2
drakx-backup-do-not-use-c45bdc40bd061a0ff8793b6ab389fe190b4bc002.tar.xz
drakx-backup-do-not-use-c45bdc40bd061a0ff8793b6ab389fe190b4bc002.zip
(dirs): cleanup + ensure errors make "make" stop
Diffstat (limited to 'Makefile')
-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