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
commit117dec97da04a871d6d52f5ca717569296643dba (patch)
tree02c8c7ff85d70dd358c67062eb3aaf019d5588af /mk
parent2fc3cba07839cb9fae072ab6b399ef4844e870c2 (diff)
downloadpkgsrc-117dec97da04a871d6d52f5ca717569296643dba.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.}; \