Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 637501a7277548ee728ab1a313c05f473acb8ca4
https://github.com/WebKit/WebKit/commit/637501a7277548ee728ab1a313c05f473acb8ca4
Author: Lauro Moura <[email protected]>
Date: 2026-07-02 (Thu, 02 Jul 2026)
Changed paths:
M Source/cmake/WebKitMacros.cmake
Log Message:
-----------
REGRESSION(311718@main) [CMake] Ensure cmake is run after changes to
Sources.txt
https://bugs.webkit.org/show_bug.cgi?id=318444
Reviewed by Carlos Alberto Lopez Perez.
Since 311718, when *_UNIFIED_SOURCE_EXCLUDES is set, the macro
WEBKIT_COMPUTE_SOURCES reads the Sources.txt with file(STRINGS), which
does not register the original file as a dependency. So, in incremental
builds, changes to source-tree Sources.txt can go unnoticed, leading to
issues like undefined references for symbols in the new files, etc.
This commit adds the original source-tree source list to
CMAKE_CONFIGURE_DEPENDS, ensuring we reconfigure after changes to it.
* Source/cmake/WebKitMacros.cmake:
Canonical link: https://commits.webkit.org/316408@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications