From b925398f0c73155b1d30bc9ea6d84389c63e57f8 Mon Sep 17 00:00:00 2001 From: sno Date: Wed, 18 Sep 2013 12:07:05 +0000 Subject: Adding MAKE_JOBS_SAFE=no - parallel building causes the issues reported by nbjoerg@ and can be reproduced by Joyent bulk builds --- lang/parrot/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lang/parrot') 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" -- cgit v1.2.3