CMake/Tests/RunCMake/BuildDepends
Brad King 3477b26ff6 Ninja: Always re-run custom commands that have symbolic dependencies
If a custom command has a SYMBOLIC output (that is never actually
created) then do not mark the custom command build statement as
'restat'.  Otherwise other custom commands that depend on the symbolic
output may not always re-run because after running the first custom
command Ninja 'restat' will detect that the output timestamp did not
change and skip its dependents.

This was observed with the ExternalProject BUILD_ALWAYS option where
Ninja would not re-run the 'install' step each time 'build' re-runs.
2015-11-19 15:47:41 -05:00
..
C-Exe-Manifest.cmake Add support for *.manifest source files with MSVC tools 2015-09-17 10:21:32 -04:00
C-Exe-Manifest.step1.cmake Add support for *.manifest source files with MSVC tools 2015-09-17 10:21:32 -04:00
C-Exe-Manifest.step2.cmake Add support for *.manifest source files with MSVC tools 2015-09-17 10:21:32 -04:00
C-Exe.cmake Tests: Add RunCMake.BuildDepends test 2015-09-17 10:21:09 -04:00
C-Exe.step1.cmake Tests: Add RunCMake.BuildDepends test 2015-09-17 10:21:09 -04:00
C-Exe.step2.cmake Tests: Add RunCMake.BuildDepends test 2015-09-17 10:21:09 -04:00
CMakeLists.txt Tests: Add RunCMake.BuildDepends test 2015-09-17 10:21:09 -04:00
Custom-Always.cmake Ninja: Always re-run custom commands that have symbolic dependencies 2015-11-19 15:47:41 -05:00
RunCMakeTest.cmake Ninja: Always re-run custom commands that have symbolic dependencies 2015-11-19 15:47:41 -05:00
check.cmake Add support for *.manifest source files with MSVC tools 2015-09-17 10:21:32 -04:00
main.c Add support for *.manifest source files with MSVC tools 2015-09-17 10:21:32 -04:00