Bug 60245

Summary: Add --only-webkit option to build-webkit
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: aroben, ddkilzer, joepeck, psolanki
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
[PATCH] Add --only-webkit Flag ddkilzer: review+

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>.