Bug 243806

Summary: [Xcode] `make -C Tools/` may build the entire WebKit stack
Product: WebKit Reporter: Elliott Williams <emw>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Elliott Williams 2022-08-10 17:27:18 PDT
It’s valid for tools projects (e.g. WebKitTestRunner) to be built without building all of WebKit first. The tools-only schemes should reflect this by not building implicit dependencies, matching prior behavior for Make-based builds.
Comment 1 Elliott Williams 2022-08-10 17:27:36 PDT
rdar://98074165
Comment 2 Elliott Williams 2022-08-10 17:37:17 PDT
Pull request: https://github.com/WebKit/WebKit/pull/3207
Comment 3 EWS 2022-08-11 10:19:28 PDT
Committed 253339@main (03df23f55ec9): <https://commits.webkit.org/253339@main>

Reviewed commits have been landed. Closing PR #3207 and removing active labels.