pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/bash2 Cannot be built in parallel.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c7aab731e407
branches:  trunk
changeset: 524075:c7aab731e407
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Jan 18 09:42:14 2007 +0000

description:
Cannot be built in parallel.

diffstat:

 shells/bash2/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 734b24f2d0c3 -r c7aab731e407 shells/bash2/Makefile
--- a/shells/bash2/Makefile     Thu Jan 18 09:04:53 2007 +0000
+++ b/shells/bash2/Makefile     Thu Jan 18 09:42:14 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2007/01/07 09:14:11 rillig Exp $
+# $NetBSD: Makefile,v 1.75 2007/01/18 09:42:14 rillig Exp $
 #
 
 DISTNAME=      bash-2.05b
@@ -26,6 +26,7 @@
 MAKE_ENV+=             INSTALL_SCRIPT=${INSTALL_SCRIPT:Q}
 CPPFLAGS+=             -DDEFAULT_PATH_VALUE="\"/usr/bin:/bin:${LOCALBASE}/bin:/usr/local/bin\""
 TEST_TARGET=           test
+MAKE_JOBS_SAFE=                no
 
 PKG_SHELL=             bin/bash
 



Home | Main Index | Thread Index | Old Index