[Webkit-unassigned] [Bug 116897] [Qt] Build overrides -j when given --makeargs="-sj40"
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 28 15:59:18 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=116897
--- Comment #2 from Brendan Long <b.long at cablelabs.com> 2013-05-28 15:57:50 PST ---
Basically, if I do Tools/Scripts/build-webkit --qt --debug --makeargs="-sj40", it does this:
> Calling 'make -sj40 -j8 incremental' in /home/blong/workspace/webkit/WebKitBuild/Debug
With my fix, it does this:
> Calling 'make -sj40 incremental' in /home/blong/workspace/webkit/WebKitBuild/Debug
If you do `--makeargs="-j40"`, it works as expected:
> Calling 'make -j40 incremental' in /home/blong/workspace/webkit/WebKitBuild/Debug
Same with `--makeargs="-s"`:
> Calling 'make -s -j8 incremental' in /home/blong/workspace/webkit/WebKitBuild/Debug
Or without `--makeargs`:
> Calling 'make -j8 incremental' in /home/blong/workspace/webkit/WebKitBuild/Debug
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list