[Webkit-unassigned] [Bug 181324] New: REGRESSION(r226306)[Win][CMake] Unnecessary recompilations triggered by unconditionally copied header files of DerivedSources

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 5 02:36:17 PST 2018


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

            Bug ID: 181324
           Summary: REGRESSION(r226306)[Win][CMake] Unnecessary
                    recompilations triggered by unconditionally copied
                    header files of DerivedSources
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Hironori.Fujii at sony.com

Bug 180921 changes to use cmake -E copy to copy header files of DerivedSources.
This command copies files unconditionally, then introduced unnecessary recompilations.
cmake -E copy_if_different should be used.

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


More information about the webkit-unassigned mailing list