Bug 234592

Summary: Fix WebCore install headers with alternate build
Product: WebKit Reporter: Michael Saboff <msaboff>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, fpizlo, jberlin, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch fpizlo: review+

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>