pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Well, enough of my local commenting MAKE_JOBS_SAFE leaking through.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Tue Apr 27 21:51:00 2021 +0200
Changeset:	df32eb433b492eff57d053a045c9fca0358c262b

Modified Files:
	rust/Makefile

Log Message:
Well, enough of my local commenting MAKE_JOBS_SAFE leaking through.

Instead, set it conditionally if it's not already overridden,
e.g. via /etc/mk.conf.  Some of us may choose to build faster most
of the time and deal with the occasional failure than not.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=df32eb433b492eff57d053a045c9fca0358c262b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 rust/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/rust/Makefile b/rust/Makefile
index 245f33014c..4ba1c745a0 100644
--- a/rust/Makefile
+++ b/rust/Makefile
@@ -134,7 +134,7 @@ CONFIGURE_ARGS+=	--set llvm.targets="ARM;X86"
 # If we aren't on 9-current, and are on 8.x or 9.x, avoid parallel.
 # \todo Consider avoiding setting this on netbsd-9 past the fix.
 .  if ${MACHINE_PLATFORM:MNetBSD-[1-9].*} && !${MACHINE_PLATFORM:MNetBSD-9.99.*}
-#MAKE_JOBS_SAFE=	no
+MAKE_JOBS_SAFE?=	no
 .  endif
 
 # Open PRs


Home | Main Index | Thread Index | Old Index