From 6dc2520300690e39fdb803dba4b818d03289cb63 Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 30 Jun 2009 00:07:09 +0000 Subject: Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with MAKE_JOBS=2 and worked without. --- cross/cc65/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cross/cc65') diff --git a/cross/cc65/Makefile b/cross/cc65/Makefile index 268cee9e238..05f39ecdd73 100644 --- a/cross/cc65/Makefile +++ b/cross/cc65/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/03/23 17:43:15 darcy Exp $ +# $NetBSD: Makefile,v 1.3 2009/06/30 00:07:12 joerg Exp $ # DISTNAME= cc65-sources-2.12.0 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.cc65.org/ COMMENT= C cross compiler for 6502 target systems +MAKE_JOBS_SAFE= no + WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} MAKE_FILE= make/gcc.mak USE_TOOLS+= gmake perl -- cgit v1.2.3