[Cmake-commits] CMake branch, next, updated. v2.8.9-988-gb14a0e9

Peter Kuemmel syntheticpp at gmx.net
Wed Oct 3 11:48:31 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  b14a0e94148dc4409dd92fa0381b04ea80353bb1 (commit)
       via  f3c9da2288d2c466e12df38c05cc3da6c964b8d8 (commit)
      from  e7048e947331a585376af6004afdfb6c050768f7 (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=b14a0e94148dc4409dd92fa0381b04ea80353bb1
commit b14a0e94148dc4409dd92fa0381b04ea80353bb1
Merge: e7048e9 f3c9da2
Author:     Peter Kuemmel <syntheticpp at gmx.net>
AuthorDate: Wed Oct 3 11:48:29 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Oct 3 11:48:29 2012 -0400

    Merge topic 'ninja-dont-pollute-current-dir' into next
    
    f3c9da2 Ninja: line length


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

    Ninja: line length

diff --git a/Source/cmNinjaTargetGenerator.cxx b/Source/cmNinjaTargetGenerator.cxx
index ba6f856..8f8ec41 100644
--- a/Source/cmNinjaTargetGenerator.cxx
+++ b/Source/cmNinjaTargetGenerator.cxx
@@ -670,8 +670,8 @@ cmNinjaTargetGenerator
     }
   else
     {
-    const std::string fullPath = std::string(this->GetGlobalGenerator()
-                                 ->GetCMakeInstance()->GetHomeOutputDirectory())
+    const std::string fullPath = std::string(this->GetGlobalGenerator()->
+                                 GetCMakeInstance()->GetHomeOutputDirectory())
                                    + "/" + path;
     cmSystemTools::MakeDirectory(fullPath.c_str());
     }

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list