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  9da814b1b61b6cdafe30cb0e7d2bbf6a8b7f7fb3 (commit)
       via  b163c45445ce75eb68d0835b24d4c90ad5b9f6f7 (commit)
       via  bd67f75e41e4525abdf3db5184c34d7d5895615d (commit)
      from  9d996b26288a7c35773109d1653e3e698bb8daa8 (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=9da814b1b61b6cdafe30cb0e7d2bbf6a8b7f7fb3
commit 9da814b1b61b6cdafe30cb0e7d2bbf6a8b7f7fb3
Merge: 9d996b2 b163c45
Author:     David Cole <david.c...@kitware.com>
AuthorDate: Tue Jun 26 10:38:18 2012 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Tue Jun 26 10:38:18 2012 -0400

    Merge topic 'fix-typo' into next
    
    b163c45 Ninja: Fix typo: tagets -> targets
    bd67f75 CMake Nightly Date Stamp


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b163c45445ce75eb68d0835b24d4c90ad5b9f6f7
commit b163c45445ce75eb68d0835b24d4c90ad5b9f6f7
Author:     David Cole <david.c...@kitware.com>
AuthorDate: Tue Jun 26 10:35:39 2012 -0400
Commit:     David Cole <david.c...@kitware.com>
CommitDate: Tue Jun 26 10:35:39 2012 -0400

    Ninja: Fix typo: tagets -> targets
    
    Thanks to Claus Klein for the report on the mailing list.

diff --git a/Source/cmGlobalNinjaGenerator.cxx 
b/Source/cmGlobalNinjaGenerator.cxx
index c3989c0..ea9e6c5 100644
--- a/Source/cmGlobalNinjaGenerator.cxx
+++ b/Source/cmGlobalNinjaGenerator.cxx
@@ -964,7 +964,7 @@ void cmGlobalNinjaGenerator::WriteTargetHelp(std::ostream& 
os)
 {
   WriteRule(*this->RulesFileStream,
             "HELP",
-            (ninjaCmd() + " -t tagets").c_str(),
+            (ninjaCmd() + " -t targets").c_str(),
             "All primary targets available:",
             "Rule for printing all primary targets available.",
             /*depfile=*/ "",

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

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


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits

Reply via email to