summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjoerg <joerg>2007-05-16 16:48:12 +0000
committerjoerg <joerg>2007-05-16 16:48:12 +0000
commitac66f005327c5905670d4acd3e241abd4f5059cc (patch)
tree02c8c7ff85d70dd358c67062eb3aaf019d5588af /mk
parent66a454ca7297584c028cdc076fe309f45f124954 (diff)
downloadpkgsrc-ac66f005327c5905670d4acd3e241abd4f5059cc.tar.gz
set -e to abort on errors from the sub-makes.
Diffstat (limited to 'mk')
-rw-r--r--mk/pbulk/pbulk-index.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/pbulk/pbulk-index.mk b/mk/pbulk/pbulk-index.mk
index bc82591159c..e128f13d09a 100644
--- a/mk/pbulk/pbulk-index.mk
+++ b/mk/pbulk/pbulk-index.mk
@@ -1,4 +1,4 @@
-# $NetBSD: pbulk-index.mk,v 1.1 2007/05/09 23:33:52 joerg Exp $
+# $NetBSD: pbulk-index.mk,v 1.2 2007/05/16 16:48:12 joerg Exp $
# This Makefile fragment is included by bsd.pkg.mk and provides all
# variables and targets related to the parallel bulk build
@@ -73,7 +73,7 @@ pbulk-index: pbulk-index-item
# A second ODE for loop is used to close the shell for loops.
#
pbulk-index:
- @${_PBULK_MULTI_NEEDED:@._t.@\
+ @set -e; ${_PBULK_MULTI_NEEDED:@._t.@\
for ${._t.} in ${_PBULK_SORTED_LIST.${._t.}}; do \
_PBULK_MULTI_VALUE_${._t.}=$$${._t.}; \
export _PBULK_MULTI_VALUE_${._t.}; \