NEW248560
[ANGLE] Don't run Adjust ANGLE Paths on every build
https://bugs.webkit.org/show_bug.cgi?id=248560
Summary [ANGLE] Don't run Adjust ANGLE Paths on every build
Dan Glastonbury
Reported 2022-11-30 14:50:17 PST
Xcode prints a warning that "Adjust ANGLE Paths" runs on every build invocation because no outputPaths are provided. This change updates the rule to touch a temporary file once it's completed so the rule has an outputPath to check, disabling the warning.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-11-30 14:50:31 PST
Dan Glastonbury
Comment 2 2022-11-30 14:59:11 PST
Kenneth Russell
Comment 3 2022-11-30 15:00:18 PST
In the past it was important for this script to be side-effect-free in the situation where the contents of the adjusted header files were unchanged. Otherwise a large number of source files would be unnecessarily recompiled during incremental builds. This is just a heads up for a scenario to test with any changes to the script's behavior.
Note You need to log in before you can comment on or make changes to this bug.