pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/spidermonkey Add MAKE_JOBS_SAFE=no ... I thought ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d73d3bd4e2ce
branches:  trunk
changeset: 537543:d73d3bd4e2ce
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Fri Jan 11 09:36:23 2008 +0000

description:
Add MAKE_JOBS_SAFE=no ... I thought I did this a long time ago, but evidently not.

diffstat:

 lang/spidermonkey/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r ccca814330d4 -r d73d3bd4e2ce lang/spidermonkey/Makefile
--- a/lang/spidermonkey/Makefile        Fri Jan 11 01:24:48 2008 +0000
+++ b/lang/spidermonkey/Makefile        Fri Jan 11 09:36:23 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2007/09/21 18:06:28 bjs Exp $
+# $NetBSD: Makefile,v 1.17 2008/01/11 09:36:23 bjs Exp $
 
 DISTNAME=      js-1.60
 PKGNAME=       ${DISTNAME:S/js/spidermonkey/}
@@ -14,6 +14,8 @@
 
 WRKSRC=                ${WRKDIR}/js/src
 
+MAKE_JOBS_SAFE=        no
+
 NO_CONFIGURE=  yes
 USE_TOOLS+=    gmake
 MAKE_FILE=     Makefile.ref



Home | Main Index | Thread Index | Old Index