Bug 41469 - [GTK] build-webkit does not detect the number of CPUs
Summary: [GTK] build-webkit does not detect the number of CPUs
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-01 09:53 PDT by Martin Robinson
Modified: 2010-07-01 11:43 PDT (History)
0 users

See Also:


Attachments
Patch for this issue (3.60 KB, patch)
2010-07-01 11:11 PDT, Martin Robinson
gustavo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Robinson 2010-07-01 09:53:40 PDT
Ideally, build-webkit should run make with a reasonable "-j<numcpu>" argument.
Comment 1 Martin Robinson 2010-07-01 11:11:33 PDT
Created attachment 60265 [details]
Patch for this issue
Comment 2 Gustavo Noronha (kov) 2010-07-01 11:19:26 PDT
Comment on attachment 60265 [details]
Patch for this issue

Sounds fine. Consider using the 'nproc' utility on Linux, if it is available, and the falling back.
Comment 3 Martin Robinson 2010-07-01 11:43:19 PDT
Committed r62278: <http://trac.webkit.org/changeset/62278>