Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Apr 2015 08:50:21 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384338 - head/devel/libdwarf
Message-ID:  <201504200850.t3K8oLVV075113@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Mon Apr 20 08:50:21 2015
New Revision: 384338
URL: https://svnweb.freebsd.org/changeset/ports/384338

Log:
  devel/libdwarf: Not jobs safe
  
  This has failed on me a few times.  The latest tried to use the file
  dwarf_names.c before it was completely generated.

Modified:
  head/devel/libdwarf/Makefile

Modified: head/devel/libdwarf/Makefile
==============================================================================
--- head/devel/libdwarf/Makefile	Mon Apr 20 08:27:20 2015	(r384337)
+++ head/devel/libdwarf/Makefile	Mon Apr 20 08:50:21 2015	(r384338)
@@ -11,6 +11,8 @@ COMMENT=	Library to analyze DWARF debugg
 
 INSTALL_CONFLICT=	bsdlibdwarf*
 
+MAKE_JOBS_UNSAFE=	yes
+
 WRKSRC=		${WRKDIR}/dwarf-${PORTVERSION}/libdwarf
 
 GNU_CONFIGURE=	yes



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