Bug 245187 - [Xcode] Stop jsc installhdrs from generated derived sources
Summary: [Xcode] Stop jsc installhdrs from generated derived sources
Status: NEW
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-09-14 12:01 PDT by Elliott Williams
Modified: 2022-09-14 12:01 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-09-14 12:01:11 PDT
JavaScriptCore's "Generate Derived Sources" target runs during installhdrs because we set INSTALLHDRS_SCRIPT_PHASE=YES across the project. This was done many years ago to support copying WTF headers using a shell script, which we no longer do. Perhaps we can unset INSTALLHDRS_SCRIPT_PHASE completely?
Comment 1 Elliott Williams 2022-09-14 12:01:30 PDT
rdar://90867970