summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-01-25 12:25:00 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-01-25 12:25:00 +0000
commitb0f787b35bcf3d9a909ab280e6507b35d153b95f (patch)
tree3f5813f75e420b333ae85371fe56657242e28a3c /mdk-stage1/Makefile
parentb579b95c6def1b88b78ad6e9c731ebe071a95ea1 (diff)
downloaddrakx-backup-do-not-use-b0f787b35bcf3d9a909ab280e6507b35d153b95f.tar
drakx-backup-do-not-use-b0f787b35bcf3d9a909ab280e6507b35d153b95f.tar.gz
drakx-backup-do-not-use-b0f787b35bcf3d9a909ab280e6507b35d153b95f.tar.bz2
drakx-backup-do-not-use-b0f787b35bcf3d9a909ab280e6507b35d153b95f.tar.xz
drakx-backup-do-not-use-b0f787b35bcf3d9a909ab280e6507b35d153b95f.zip
ensure errors propagate
Diffstat (limited to 'mdk-stage1/Makefile')
-rw-r--r--mdk-stage1/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile
index 8eeb8c80c..d1fb55ac8 100644
--- a/mdk-stage1/Makefile
+++ b/mdk-stage1/Makefile
@@ -170,7 +170,7 @@ all: dirs $(BINS)
dirs:
@for n in . $(DIRS); do \
- [ "$$n" = "." ] || make -C $$n ;\
+ [ "$$n" = "." ] || make -C $$n || exit 1 ;\
done
init: $(INITOBJS) $(INIT_LIBC)