Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Mar 2020 20:59:05 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r529834 - head/devel/mk-configure
Message-ID:  <202003292059.02TKx5hd010286@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Sun Mar 29 20:59:05 2020
New Revision: 529834
URL: https://svnweb.freebsd.org/changeset/ports/529834

Log:
  devel/mk-configure: fix build when using threads
  
  Build issue with 32 threads:
  ln: /wrkdirs/usr/ports/devel/mk-configure/work/stage/usr/local/share/mk-configure/mk/mkc.subprjs.mk: File exists

Modified:
  head/devel/mk-configure/Makefile

Modified: head/devel/mk-configure/Makefile
==============================================================================
--- head/devel/mk-configure/Makefile	Sun Mar 29 20:56:36 2020	(r529833)
+++ head/devel/mk-configure/Makefile	Sun Mar 29 20:59:05 2020	(r529834)
@@ -15,6 +15,8 @@ BUILD_DEPENDS=	${BMAKE}:devel/bmake
 RUN_DEPENDS:=	${BUILD_DEPENDS} \
 		bmkdep:devel/bmkdep
 
+MAKE_JOBS_UNSAFE=	yes
+
 BMAKE?=		${LOCALBASE}/bin/bmake
 INSTALL_TARGET=	installdirs install install-doc
 



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