svn commit: r529834 - head/devel/mk-configure

Piotr Kubaj pkubaj at FreeBSD.org
Sun Mar 29 21:15:56 UTC 2020


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
 


More information about the svn-ports-all mailing list