aboutsummaryrefslogtreecommitdiffstats
path: root/core/rel.mk
diff options
context:
space:
mode:
Diffstat (limited to 'core/rel.mk')
-rw-r--r--core/rel.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/rel.mk b/core/rel.mk
index b149158..f64278c 100644
--- a/core/rel.mk
+++ b/core/rel.mk
@@ -15,5 +15,5 @@ ifneq ($(SKIP_DEPS),)
rel-deps:
else
rel-deps: $(ALL_REL_DEPS_DIRS)
- $(verbose) for dep in $(ALL_REL_DEPS_DIRS) ; do $(MAKE) -C $$dep; done
+ $(verbose) set -e; for dep in $(ALL_REL_DEPS_DIRS) ; do $(MAKE) -C $$dep; done
endif