pkgsrc-WIP-changes archive

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

chromium: allow control of make parallelism using _MAKE_JOBS_N



Module Name:	pkgsrc-wip
Committed By:	Paul Ripke <stix%stix.id.au@localhost>
Pushed By:	stix
Date:		Wed Oct 30 13:35:15 2024 +1100
Changeset:	d32a55711ea5e1351534ae0edccce90ec3442bdc

Modified Files:
	chromium/Makefile

Log Message:
chromium: allow control of make parallelism using _MAKE_JOBS_N

See http://gnats.netbsd.org/56924 for details.

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

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

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

diffs:
diff --git a/chromium/Makefile b/chromium/Makefile
index 00a8338cca..3707aba24d 100644
--- a/chromium/Makefile
+++ b/chromium/Makefile
@@ -252,7 +252,7 @@ do-configure:
 
 do-build:
 	${RUN} ${_ULIMIT_CMD} cd ${WRKSRC} && \
-	${SETENV} ${MAKE_ENV} ${PREFIX}/bin/ninja -j ${MAKE_JOBS:U1} -C out/${BUILDTYPE} ${TARGET}
+	${SETENV} ${MAKE_ENV} ${PREFIX}/bin/ninja -j ${_MAKE_JOBS_N} -C out/${BUILDTYPE} ${TARGET}
 
 
 CHROMIUM=		chrome


Home | Main Index | Thread Index | Old Index