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+

Joseph Pecoraro
Reported 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.
Attachments
[PATCH] Add --only-webkit Flag (1.78 KB, patch)
2011-05-04 21:49 PDT, Joseph Pecoraro
ddkilzer: review+
Joseph Pecoraro
Comment 1 2011-05-04 21:49:30 PDT
Created attachment 92371 [details] [PATCH] Add --only-webkit Flag Fun fact: written during a `build-webkit` wait =)
David Kilzer (:ddkilzer)
Comment 2 2011-05-05 09:07:58 PDT
Comment on attachment 92371 [details] [PATCH] Add --only-webkit Flag r=me
Joseph Pecoraro
Comment 3 2011-05-05 10:50:25 PDT
Note You need to log in before you can comment on or make changes to this bug.