[Webkit-unassigned] [Bug 267672] First `make release` fails after deleting `WebKitBuild` directory
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jan 17 21:46:54 PST 2024
https://bugs.webkit.org/show_bug.cgi?id=267672
--- Comment #1 from Elliott Williams <emw at apple.com> ---
https://commits.webkit.org/273153@main changed a Makefile line from:
XCODE_OPTIONS = `perl -I$(SCRIPTS_PATH) -Mwebkitdirs -e 'print XcodeOptionString()' -- $(BUILD_WEBKIT_OPTIONS)` $(ARGS)
to:
XCODE_OPTIONS = $(shell perl -I$(SCRIPTS_PATH) -Mwebkitdirs -e 'print XcodeOptionString()' -- $(BUILD_WEBKIT_BASE)
I thought that the $(shell ) directive was lazy enough that it wouldn't get expanded until we had already done all needed setup. But it's getting expanded before the call to set-webkit-configuration, which may change the active workspace.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240118/089dccbf/attachment-0001.htm>
More information about the webkit-unassigned
mailing list