[Cmake-commits] CMake branch, next, updated. v2.8.8-3484-g57426b2

Peter Kuemmel syntheticpp at gmx.net
Mon Jul 16 12:16:48 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  57426b2b7d8f8f1d124b00710ec1d5230c964390 (commit)
       via  e5a27a44a7a400e62a5f64450ae2c4d3d2b91e5c (commit)
      from  5446903b239fd15d9c09f1443148c5da583dd96a (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=57426b2b7d8f8f1d124b00710ec1d5230c964390
commit 57426b2b7d8f8f1d124b00710ec1d5230c964390
Merge: 5446903 e5a27a4
Author:     Peter Kuemmel <syntheticpp at gmx.net>
AuthorDate: Mon Jul 16 12:16:45 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jul 16 12:16:45 2012 -0400

    Merge topic 'ninja-mingw-TARGET_PDB' into next
    
    e5a27a4 Ninja: line length


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e5a27a44a7a400e62a5f64450ae2c4d3d2b91e5c
commit e5a27a44a7a400e62a5f64450ae2c4d3d2b91e5c
Author:     Peter Kümmel <syntheticpp at gmx.net>
AuthorDate: Mon Jul 16 18:16:01 2012 +0200
Commit:     Peter Kümmel <syntheticpp at gmx.net>
CommitDate: Mon Jul 16 18:16:01 2012 +0200

    Ninja: line length

diff --git a/Source/cmNinjaNormalTargetGenerator.cxx b/Source/cmNinjaNormalTargetGenerator.cxx
index 19f0342..265b28a 100644
--- a/Source/cmNinjaNormalTargetGenerator.cxx
+++ b/Source/cmNinjaNormalTargetGenerator.cxx
@@ -440,7 +440,7 @@ void cmNinjaNormalTargetGenerator::WriteLinkStatement()
     // so we need a plain target name in the rule available.
     // TODO: Makefile generator could use <TARGET> because it expands
     //       to the plain target name, here it expands to a relative path.
-    //       This difference could make trouble when switching to Ninja generator.
+    // This difference could make trouble when switching to Ninja generator.
     vars["TARGET_PDB"] = std::string(this->GetTarget()->GetName());
     }
 

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list