pkgsrc-WIP-changes archive

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

chromium: call ninja with ${MAKE_JOBS:U1}



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%n0.is@localhost>
Pushed By:	ng0
Date:		Wed Feb 27 15:39:59 2019 +0000
Changeset:	6cb381a0d6886d8b30ed27bd27a0adac6bc47c77

Modified Files:
	chromium/Makefile

Log Message:
chromium: call ninja with ${MAKE_JOBS:U1}

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

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 c74ff13e11..5c953013b8 100644
--- a/chromium/Makefile
+++ b/chromium/Makefile
@@ -257,7 +257,7 @@ do-configure:
 do-build:
 	cd ${WRKSRC} && \
 	${SETENV} ${MAKE_ENV} \
-		ninja -j ${MAKE_JOBS} -C out/${BUILDTYPE} \
+		ninja -j ${MAKE_JOBS:U1} -C out/${BUILDTYPE} \
 			chrome
 
 CHROMIUM_DIR=		chrome


Home | Main Index | Thread Index | Old Index