[Webkit-unassigned] [Bug 144488] [cmake] Incremental build issue revealed by r183659

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 5 02:59:57 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=144488

Csaba Osztrogonác <ossy at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #6 from Csaba Osztrogonác <ossy at webkit.org> ---
I found the problem. 

http://trac.webkit.org/changeset/182243/trunk/Source/JavaScriptCore/CMakeLists.txt changed the path of the generated sources from WebKitBuild/Release/DerivedSources/JavaScriptCore to WebKitBuild/Release/DerivedSources/JavaScriptCore/inspector , but the old InspectorProtocolObjectes.h is left in WebKitBuild/Release/DerivedSources/JavaScriptCore and caused incremental build issue a month later.

It isn't a build system bug, I don't think if we can handle this kind of
situations without adding a sophisticated mechanism to remove stale files.

Clean build solved the problem, so there is no problem since now.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150505/9b9c608b/attachment.html>


More information about the webkit-unassigned mailing list