svn commit: r316135 - head/devel/cross-gcc

Chris Rees crees at FreeBSD.org
Sat Apr 20 09:41:31 UTC 2013


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 at 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}"
 


More information about the svn-ports-all mailing list