[Webkit-unassigned] [Bug 60245] New: Add --only-webkit option to build-webkit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 4 21:47:08 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=60245

           Summary: Add --only-webkit option to build-webkit
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joepeck at webkit.org
                CC: ddkilzer at webkit.org, aroben at apple.com


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list