[Cmake-commits] CMake branch, next, updated. v2.8.8-3168-ge52f9b5

Peter Kuemmel syntheticpp at gmx.net
Thu Jun 14 12:16:52 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  e52f9b579140ca254fde41fb6f71a8a2444261ea (commit)
       via  69bc5131b2e5590e94048933b37019c0773a0cf7 (commit)
      from  cf4d487347b1a90963047b8a93ef50251721f87b (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=e52f9b579140ca254fde41fb6f71a8a2444261ea
commit e52f9b579140ca254fde41fb6f71a8a2444261ea
Merge: cf4d487 69bc513
Author:     Peter Kuemmel <syntheticpp at gmx.net>
AuthorDate: Thu Jun 14 12:16:50 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jun 14 12:16:50 2012 -0400

    Merge topic 'ninja-cldeps' into next
    
    69bc513 Ninja: remove nop line


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=69bc5131b2e5590e94048933b37019c0773a0cf7
commit 69bc5131b2e5590e94048933b37019c0773a0cf7
Author:     Peter Kuemmel <syntheticpp at gmx.net>
AuthorDate: Thu Jun 14 18:16:19 2012 +0200
Commit:     Peter Kuemmel <syntheticpp at gmx.net>
CommitDate: Thu Jun 14 18:16:19 2012 +0200

    Ninja: remove nop line

diff --git a/Source/cmGlobalNinjaGenerator.cxx b/Source/cmGlobalNinjaGenerator.cxx
index 0c7da89..d8da5ed 100644
--- a/Source/cmGlobalNinjaGenerator.cxx
+++ b/Source/cmGlobalNinjaGenerator.cxx
@@ -553,8 +553,6 @@ void cmGlobalNinjaGenerator::AddRule(const std::string& name,
     return;
     }
 
-  *this->RulesFileStream;
-
   this->Rules.insert(name);
   cmGlobalNinjaGenerator::WriteRule(*this->RulesFileStream,
                                     name,

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list