[Lunar-commits] <moonbase-other> chromium: a minor tweak, see comment in BUILD.
Dennis Veatch
dennisveatch at bellsouth.net
Wed Nov 5 15:21:28 CET 2014
commit d1f0dd0c71b206080f059df5aaf88ad741fcf62c
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Wed, 05 Nov 2014 09:21:11 -0500
URL: https://github.com/lunar-linux/moonbase-other/commit/d1f0dd0c71b206080f059df5aaf88ad741fcf62c
chromium: a minor tweak, see comment in BUILD.
---
web/chromium/BUILD | +3/-2
1 file changed, 3 insertions(+), 2 deletions(-)
--- a/web/chromium/BUILD
+++ b/web/chromium/BUILD
@@ -10,8 +10,9 @@
# This is the configure step
build/gyp_chromium build/all.gyp --depth=. $OPTS &&
- # This is the make step
- ninja -C out/Release chrome chrome_sandbox -j${MAKES} &&
+ # This is the make step. According to its --help the default -j is
+ # derived from your number of CPUs.
+ ninja -v -C out/Release chrome chrome_sandbox &&
prepare_install &&
More information about the Lunar-commits
mailing list