Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Apr 2013 09:41:31 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316135 - head/devel/cross-gcc
Message-ID:  <201304200941.r3K9fVrg020009@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: crees
Date: Sat Apr 20 09:41:30 2013
New Revision: 316135
URL: http://svnweb.freebsd.org/changeset/ports/316135

Log:
  Breaks on a 4-core build, mark MAKE_JOBS_UNSAFE
  
  Submitted by:	Christoph Mallon <christoph.mallon@gmx.de>
  Feature safe:	yes

Modified:
  head/devel/cross-gcc/Makefile

Modified: head/devel/cross-gcc/Makefile
==============================================================================
--- head/devel/cross-gcc/Makefile	Sat Apr 20 09:24:30 2013	(r316134)
+++ head/devel/cross-gcc/Makefile	Sat Apr 20 09:41:30 2013	(r316135)
@@ -41,6 +41,7 @@ USES=		bison
 STRIP=		#empty
 GNU_CONFIGURE=	yes
 ALL_TARGET=	all info
+MAKE_JOBS_UNSAFE=yes
 
 DEPENDS_ARGS=	TGTARCH="${TGTARCH}" TGTABI="${TGTABI}"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304200941.r3K9fVrg020009>