WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
248560
[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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2022-11-30 14:50:31 PST
<
rdar://problem/102830463
>
Dan Glastonbury
Comment 2
2022-11-30 14:59:11 PST
Pull request:
https://github.com/WebKit/WebKit/pull/6993
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.
Top of Page
Format For Printing
XML
Clone This Bug