Bug 243806 - [Xcode] `make -C Tools/` may build the entire WebKit stack
Summary: [Xcode] `make -C Tools/` may build the entire WebKit stack
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-08-10 17:27 PDT by Elliott Williams
Modified: 2022-08-11 10:19 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.