RESOLVED FIXED 160383
[Xcode] WebKit.framework is touched on incremental build even if nothing’s changed
https://bugs.webkit.org/show_bug.cgi?id=160383
Summary [Xcode] WebKit.framework is touched on incremental build even if nothing’s ch...
mitz
Reported 2016-07-30 12:02:39 PDT
From the build log: > Touch …/Debug/WebKit.framework > (running because the producer command of input …/Debug/WebKit.framework/Versions/A/Resources/com.apple.WebKit.Databases.sb has run since the last time) > cd …/Source/WebKit2 > /usr/bin/touch -c …/Debug/WebKit.framework com.apple.WebKit.Databases.sb is specified as an output of the Copy iOS Sandbox Profiles for Manual Sandboxing script build phase, but on macOS that build phase doesn’t produce that file, so it runs unconditionally on every build. Patch forthcoming.
Attachments
Remove the build phase list of output files (1.68 KB, patch)
2016-07-30 12:07 PDT, mitz
thorton: review+
mitz
Comment 1 2016-07-30 12:07:50 PDT
Created attachment 284950 [details] Remove the build phase list of output files
mitz
Comment 2 2016-07-30 12:28:54 PDT
Thanks, Tim! Fixed in <http://trac.webkit.org/r203944>.
Note You need to log in before you can comment on or make changes to this bug.