Bug 234592 - Fix WebCore install headers with alternate build
Summary: Fix WebCore install headers with alternate build
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-12-21 20:52 PST by Michael Saboff
Modified: 2021-12-22 10:24 PST (History)
4 users (show)

See Also:


Attachments
Patch (3.20 KB, patch)
2021-12-21 21:01 PST, Michael Saboff
fpizlo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Saboff 2021-12-21 20:52:39 PST
We fail in the install headers step using an alternate root.  There are two issues:
  There are extraneous ')' at the end of two NORMAL_PRODUCTION_FRAMEWORKS_DIR_... rules.
  The computation of OUTPUT_ALTERNATE_ROOT_PATH for macOS should produce a null value.
Comment 1 Michael Saboff 2021-12-21 20:53:02 PST
<rdar://86795488>
Comment 2 Michael Saboff 2021-12-21 21:01:42 PST
Created attachment 447780 [details]
Patch
Comment 3 Michael Saboff 2021-12-22 10:24:17 PST
Committed r287361 (?): <https://commits.webkit.org/r287361>