WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
60245
Add --only-webkit option to build-webkit
https://bugs.webkit.org/show_bug.cgi?id=60245
Summary
Add --only-webkit option to build-webkit
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
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
Landed in <
http://trac.webkit.org/changeset/85861
>.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug