diff options
author | sno <sno@pkgsrc.org> | 2013-09-18 12:07:05 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2013-09-18 12:07:05 +0000 |
commit | 83bfd332a3004c23929515996eb6b88a0ccdf4bd (patch) | |
tree | 84f824f1335775fe466eaea624de40d711fa9ed8 /lang/parrot | |
parent | d0a85fe1e75ea46e678668c0ae60193772b61c9b (diff) | |
download | pkgsrc-83bfd332a3004c23929515996eb6b88a0ccdf4bd.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" |