<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:ossy&#64;webkit.org" title="Csaba Osztrogonác &lt;ossy&#64;webkit.org&gt;"> <span class="fn">Csaba Osztrogonác</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - [cmake] Incremental build issue revealed by r183659"
   href="https://bugs.webkit.org/show_bug.cgi?id=144488">bug 144488</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>WONTFIX
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - [cmake] Incremental build issue revealed by r183659"
   href="https://bugs.webkit.org/show_bug.cgi?id=144488#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - [cmake] Incremental build issue revealed by r183659"
   href="https://bugs.webkit.org/show_bug.cgi?id=144488">bug 144488</a>
              from <span class="vcard"><a class="email" href="mailto:ossy&#64;webkit.org" title="Csaba Osztrogonác &lt;ossy&#64;webkit.org&gt;"> <span class="fn">Csaba Osztrogonác</span></a>
</span></b>
        <pre>I found the problem. 

<a href="http://trac.webkit.org/changeset/182243/trunk/Source/JavaScriptCore/CMakeLists.txt">http://trac.webkit.org/changeset/182243/trunk/Source/JavaScriptCore/CMakeLists.txt</a> 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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>