From 2d13644250a67588e13a061adb6e44e776c6d13e Mon Sep 17 00:00:00 2001 From: rillig Date: Wed, 24 Jan 2007 01:37:20 +0000 Subject: Quick fix: The main code of the bulk build cannot be run in the shell's "set -e" mode, since it would fill up the temporary directory. Reverted that change. --- mk/bulk/bsd.bulk-pkg.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk/bulk') diff --git a/mk/bulk/bsd.bulk-pkg.mk b/mk/bulk/bsd.bulk-pkg.mk index 2faccd062bc..1681df2b5a7 100644 --- a/mk/bulk/bsd.bulk-pkg.mk +++ b/mk/bulk/bsd.bulk-pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.bulk-pkg.mk,v 1.133 2007/01/22 12:24:20 rillig Exp $ +# $NetBSD: bsd.bulk-pkg.mk,v 1.134 2007/01/24 01:37:20 rillig Exp $ # # Copyright (c) 1999, 2000 Hubert Feyrer @@ -356,7 +356,7 @@ bulk-package: ${ECHO} "###"; \ ${ECHO} ""; \ } | ${TEE} -a ${_BUILDLOG} - ${RUN} \ + ${RUN} set +e; \ uptodate=`${RECURSIVE_MAKE} ${MAKEFLAGS} bulk-check-uptodate REF=${PKGFILE}` ; \ if [ $$uptodate = 1 ]; then \ { ${BULK_MSG} "Nothing to be done for ${PKGNAME}." ; \ -- cgit v1.2.3