From 02a054cd61fa88bf194f153c0d84ce4a0cc70c13 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Sun, 12 Jan 2014 17:42:43 +0000 Subject: [PATCH] [CMake] Add a comment to tablegen's copy_if_different. Ninja reports every action by default. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199058 91177308-0d34-0410-b5e6-96231b3b80d8 --- cmake/modules/TableGen.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/TableGen.cmake b/cmake/modules/TableGen.cmake index 8c1f18c4e93..93f8f8cd019 100644 --- a/cmake/modules/TableGen.cmake +++ b/cmake/modules/TableGen.cmake @@ -33,7 +33,7 @@ macro(tablegen project ofn) ${CMAKE_CURRENT_BINARY_DIR}/${ofn}.tmp ${CMAKE_CURRENT_BINARY_DIR}/${ofn} DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${ofn}.tmp - COMMENT "" + COMMENT "Updating ${ofn}..." ) # `make clean' must remove all those generated files: -- 2.11.0