diff options
author | sno <sno> | 2013-09-18 12:07:05 +0000 |
---|---|---|
committer | sno <sno> | 2013-09-18 12:07:05 +0000 |
commit | b925398f0c73155b1d30bc9ea6d84389c63e57f8 (patch) | |
tree | 84f824f1335775fe466eaea624de40d711fa9ed8 /lang/parrot | |
parent | 6e0ee2a003dc06b7d162ddb387aa879fa2c3a21c (diff) | |
download | pkgsrc-b925398f0c73155b1d30bc9ea6d84389c63e57f8.tar.gz |
Adding MAKE_JOBS_SAFE=no - parallel building causes the issues reported
by nbjoerg@ and can be reproduced by Joyent bulk builds
Diffstat (limited to 'lang/parrot')
-rw-r--r-- | lang/parrot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index c9b7184982b..897fcf67189 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.74 2013/09/13 10:52:37 sno Exp $ +# $NetBSD: Makefile,v 1.75 2013/09/18 12:07:05 sno Exp $ # DISTNAME= parrot-${PARROT_VERSION} @@ -17,6 +17,7 @@ PTHREAD_OPTS+= require BUILD_TARGET= world TEST_TARGET= test HAS_CONFIGURE= yes +MAKE_JOBS_SAFE= no .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.prefs.mk" |