Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Dec 2015 10:13:59 +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: r403858 - head/devel/jwasm
Message-ID:  <201512161013.tBGADxJu068173@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Wed Dec 16 10:13:59 2015
New Revision: 403858
URL: https://svnweb.freebsd.org/changeset/ports/403858

Log:
  devel/jwasm is not jobs safe
  
  It tries to build object files in GccUnixR directory without checking
  if the directory was successfully created (a race).

Modified:
  head/devel/jwasm/Makefile

Modified: head/devel/jwasm/Makefile
==============================================================================
--- head/devel/jwasm/Makefile	Wed Dec 16 09:50:13 2015	(r403857)
+++ head/devel/jwasm/Makefile	Wed Dec 16 10:13:59 2015	(r403858)
@@ -22,6 +22,8 @@ MAKEFILE=	GccUnix.mak
 PORTDOCS=	*
 PLIST_FILES=	bin/jwasm
 
+MAKE_JOBS_UNSAFE=	yes
+
 post-patch:
 	@${REINPLACE_CMD} -e \
 		'/^extra_c_flags/s|-O2|$$(CFLAGS)| ; \



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