When building with a SYSTEM_CONTENT_PATH, we fail when building WebCore in the install headers phase. warning: duplicate output file '/Library/Caches/com.apple.xbs/Binaries/WebCore/installhdrs/Root/System/Library/PrivateFrameworks/WebCore.framework' on task: PhaseScriptExecution Create Symlink to Alt Root Path /Library/Caches/com.apple.xbs/Binaries/WebCore/installhdrs/TempContent/Objects/WebCore.build/WebCore.build/Script-6577FFC7276AC9AD0011AEC8.sh (in target 'WebCore' from project 'WebCore') ** INSTALL HEADERS FAILED **
<rdar://87206692>
Created attachment 448831 [details] Patch
Comment on attachment 448831 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=448831&action=review > Source/WebKitLegacy/scripts/create-symlink-to-altroot.sh:1 > +#!/bin/zsh We shouldn't be using zsh in scripts. /bin/sh is the standard.
(In reply to Alexey Proskuryakov from comment #3) > Comment on attachment 448831 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=448831&action=review > > > Source/WebKitLegacy/scripts/create-symlink-to-altroot.sh:1 > > +#!/bin/zsh > > We shouldn't be using zsh in scripts. /bin/sh is the standard. I'll revert back to /bin/sh.
Committed r287884 (245927@trunk): <https://commits.webkit.org/245927@trunk>