pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/bulk Quick fix: The main code of the bulk build can...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7ee703d62da0
branches: trunk
changeset: 524350:7ee703d62da0
user: rillig <rillig%pkgsrc.org@localhost>
date: Wed Jan 24 01:37:20 2007 +0000
description:
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.
diffstat:
mk/bulk/bsd.bulk-pkg.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r cf9fcd705654 -r 7ee703d62da0 mk/bulk/bsd.bulk-pkg.mk
--- a/mk/bulk/bsd.bulk-pkg.mk Tue Jan 23 23:33:22 2007 +0000
+++ b/mk/bulk/bsd.bulk-pkg.mk Wed Jan 24 01:37:20 2007 +0000
@@ -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 <hubertf%NetBSD.org@localhost>
@@ -356,7 +356,7 @@
${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}." ; \
Home |
Main Index |
Thread Index |
Old Index