pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/pbulk set -e to abort on errors from the sub-makes.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/968fb96f0ad2
branches:  trunk
changeset: 528798:968fb96f0ad2
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed May 16 16:48:12 2007 +0000

description:
set -e to abort on errors from the sub-makes.

diffstat:

 mk/pbulk/pbulk-index.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9278ed5d55e9 -r 968fb96f0ad2 mk/pbulk/pbulk-index.mk
--- a/mk/pbulk/pbulk-index.mk   Wed May 16 15:33:59 2007 +0000
+++ b/mk/pbulk/pbulk-index.mk   Wed May 16 16:48:12 2007 +0000
@@ -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 @@
 # 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.}; \



Home | Main Index | Thread Index | Old Index