OSDN Git Service

[CMake] Add a comment to tablegen's copy_if_different. Ninja reports every action...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 12 Jan 2014 17:42:43 +0000 (17:42 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 12 Jan 2014 17:42:43 +0000 (17:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199058 91177308-0d34-0410-b5e6-96231b3b80d8

cmake/modules/TableGen.cmake

index 8c1f18c..93f8f8c 100644 (file)
@@ -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: