Bug 60245 - Add --only-webkit option to build-webkit
Summary: Add --only-webkit option to build-webkit
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-04 21:47 PDT by Joseph Pecoraro
Modified: 2011-05-05 10:50 PDT (History)
4 users (show)

See Also:


Attachments
[PATCH] Add --only-webkit Flag (1.78 KB, patch)
2011-05-04 21:49 PDT, Joseph Pecoraro
ddkilzer: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2011-05-04 21:47:08 PDT
Sometimes I want to only build the WebKit project. In those cases
the bulk of my build time is actually in WebCore dependency
checking. This is frustrating.

Timings for "do nothing" builds:

  shell> build-webkit
  WebKit is now built (01m:01s).

  shell> build-webkit --no-webkit2
  WebKit is now built (00m:52s).

  shell> build-webkit --only-webkit
  WebKit is now built (00m:06s). 

Awwww yah.
Comment 1 Joseph Pecoraro 2011-05-04 21:49:30 PDT
Created attachment 92371 [details]
[PATCH] Add --only-webkit Flag

Fun fact: written during a `build-webkit` wait =)
Comment 2 David Kilzer (:ddkilzer) 2011-05-05 09:07:58 PDT
Comment on attachment 92371 [details]
[PATCH] Add --only-webkit Flag

r=me
Comment 3 Joseph Pecoraro 2011-05-05 10:50:25 PDT
Landed in <http://trac.webkit.org/changeset/85861>.