1 2018-01-05 Fujii Hironori <Hironori.Fujii@sony.com>
3 REGRESSION(r226306)[Win][CMake] Unnecessary recompilations triggered by unconditionally copied header files of DerivedSources
4 https://bugs.webkit.org/show_bug.cgi?id=181324
6 Reviewed by Konstantin Tokarev.
8 r226306 changed to use cmake -E copy to copy header files of
9 DerivedSources. This command copies files unconditionally, then
10 introduced unnecessary recompilations.
12 * Source/cmake/WebKitMacros.cmake: Use copy_if_different instead of copy.
14 2018-01-03 Ting-Wei Lan <lantw44@gmail.com>
16 Replace hard-coded paths in shebangs with #!/usr/bin/env
17 https://bugs.webkit.org/show_bug.cgi?id=181040
19 Reviewed by Alex Christensen.
21 * Source/cmake/tools/scripts/auto-version.pl:
22 * Source/cmake/tools/scripts/feature-defines.pl:
23 * Source/cmake/tools/scripts/version-stamp.pl:
25 == Rolled over to ChangeLog-2018-01-01 ==