[Cmake-commits] CMake branch, next, updated. v2.8.9-990-g19321e4

Peter Kuemmel syntheticpp at gmx.net
Wed Oct 3 12:22:40 EDT 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  19321e4f3055898ccb816bcdc3747f60c40d2f1b (commit)
       via  aa2e1e9caef92b10083a03c2ded5c937703e69b8 (commit)
      from  b14a0e94148dc4409dd92fa0381b04ea80353bb1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=19321e4f3055898ccb816bcdc3747f60c40d2f1b
commit 19321e4f3055898ccb816bcdc3747f60c40d2f1b
Merge: b14a0e9 aa2e1e9
Author:     Peter Kuemmel <syntheticpp at gmx.net>
AuthorDate: Wed Oct 3 12:22:31 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Oct 3 12:22:31 2012 -0400

    Merge topic 'ninja-custom-command-implicit' into next
    
    aa2e1e9 Ninja: implicit dependency for custom command files


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=aa2e1e9caef92b10083a03c2ded5c937703e69b8
commit aa2e1e9caef92b10083a03c2ded5c937703e69b8
Author:     Peter Kümmel <syntheticpp at gmx.net>
AuthorDate: Wed Oct 3 18:09:49 2012 +0200
Commit:     Peter Kümmel <syntheticpp at gmx.net>
CommitDate: Wed Oct 3 18:09:49 2012 +0200

    Ninja: implicit dependency for custom command files

diff --git a/Source/cmNinjaTargetGenerator.cxx b/Source/cmNinjaTargetGenerator.cxx
index 612e047..45fa217 100644
--- a/Source/cmNinjaTargetGenerator.cxx
+++ b/Source/cmNinjaTargetGenerator.cxx
@@ -547,7 +547,7 @@ cmNinjaTargetGenerator
     cmCustomCommand const* cc = (*si)->GetCustomCommand();
     const std::vector<std::string>& ccoutputs = cc->GetOutputs();
     std::transform(ccoutputs.begin(), ccoutputs.end(),
-                   std::back_inserter(orderOnlyDeps), MapToNinjaPath());
+                   std::back_inserter(implicitDeps), MapToNinjaPath());
     }
 
   // If the source file is GENERATED and does not have a custom command

-----------------------------------------------------------------------

Summary of changes:
 Source/cmNinjaTargetGenerator.cxx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list