Bug 267672

Summary: First `make release` fails after deleting `WebKitBuild` directory
Product: WebKit Reporter: Elliott Williams <emw>
Component: Tools / TestsAssignee: Elliott Williams <emw>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 266493    
Bug Blocks:    

Elliott Williams
Reported 2024-01-17 21:43:52 PST
Attachments
Elliott Williams
Comment 1 2024-01-17 21:46:54 PST
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.
Elliott Williams
Comment 2 2024-01-17 21:53:46 PST
EWS
Comment 3 2024-01-17 22:39:36 PST
Committed 273165@main (f31c5c1ab031): <https://commits.webkit.org/273165@main> Reviewed commits have been landed. Closing PR #22895 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.