[Cmake-commits] CMake branch, next, updated. v2.8.6-1798-gef515d9

Stephen Kelly steveire at gmail.com
Fri Nov 4 14:56:47 EDT 2011


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  ef515d9dcf730117dbc4f3e74fcff6c931df695c (commit)
       via  6d51f5fa3c34d3c8f5b188b3ab9e5d385d1f02a4 (commit)
       via  ae09bab3d6c6c00710df9e2539a3129896ee9513 (commit)
      from  1c4a0f06fb1aa1e2432ec541295b8b10c23aea22 (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=ef515d9dcf730117dbc4f3e74fcff6c931df695c
commit ef515d9dcf730117dbc4f3e74fcff6c931df695c
Merge: 1c4a0f0 6d51f5f
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Nov 4 14:56:46 2011 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Nov 4 14:56:46 2011 -0400

    Merge topic 'fix-typo' into next
    
    6d51f5f Fix typo.
    ae09bab KWSys Nightly Date Stamp


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6d51f5fa3c34d3c8f5b188b3ab9e5d385d1f02a4
commit 6d51f5fa3c34d3c8f5b188b3ab9e5d385d1f02a4
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Nov 4 19:49:40 2011 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Fri Nov 4 19:54:18 2011 +0100

    Fix typo.

diff --git a/Source/cmLocalUnixMakefileGenerator3.cxx b/Source/cmLocalUnixMakefileGenerator3.cxx
index da6a1c6..64d8e7d 100644
--- a/Source/cmLocalUnixMakefileGenerator3.cxx
+++ b/Source/cmLocalUnixMakefileGenerator3.cxx
@@ -697,7 +697,7 @@ cmLocalUnixMakefileGenerator3
   // This should be the first target except for the default_target in
   // the interface Makefile.
   this->WriteMakeRule(
-    makefileStream, "Disable implicit rules so canoncical targets will work.",
+    makefileStream, "Disable implicit rules so canonical targets will work.",
     ".SUFFIXES", no_depends, no_commands, false);
 
   if(!this->NMake && !this->WatcomWMake && !this->BorlandMakeCurlyHack)

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list