[Cmake-commits] CMake branch, next, updated. v2.8.6-1719-g4f2b452

Eric Noulard eric.noulard at gmail.com
Sun Oct 30 17:36:48 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  4f2b45203247a27c91f5d16f591cc4491a6ad0d4 (commit)
       via  83b13a250c33bea555556eadc7a9cf9f3c55546b (commit)
       via  b1e9e55c6c56a07a7d8f4380bc5c16a1722e52ca (commit)
      from  0cf5ea351006f7bdb905b7610ab6946b9da3f174 (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=4f2b45203247a27c91f5d16f591cc4491a6ad0d4
commit 4f2b45203247a27c91f5d16f591cc4491a6ad0d4
Merge: 0cf5ea3 83b13a2
Author:     Eric Noulard <eric.noulard at gmail.com>
AuthorDate: Sun Oct 30 17:36:41 2011 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sun Oct 30 17:36:41 2011 -0400

    Merge topic 'FixCMAKE_BUILD_TOOL_doc' into next
    
    83b13a2 Fix old reference to CMAKE_MAKE_PROGRAM inside CMAKE_BUILD_TOOL doc.
    b1e9e55 KWSys Nightly Date Stamp


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=83b13a250c33bea555556eadc7a9cf9f3c55546b
commit 83b13a250c33bea555556eadc7a9cf9f3c55546b
Author:     Eric NOULARD <eric.noulard at gmail.com>
AuthorDate: Sun Oct 30 22:34:18 2011 +0100
Commit:     Eric NOULARD <eric.noulard at gmail.com>
CommitDate: Sun Oct 30 22:34:18 2011 +0100

    Fix old reference to CMAKE_MAKE_PROGRAM inside CMAKE_BUILD_TOOL doc.

diff --git a/Source/cmDocumentVariables.cxx b/Source/cmDocumentVariables.cxx
index f4d4e7c..f46e1ce 100644
--- a/Source/cmDocumentVariables.cxx
+++ b/Source/cmDocumentVariables.cxx
@@ -126,7 +126,7 @@ void cmDocumentVariables::DefineVariables(cmake* cm)
      "This variable is set to the program that will be"
      " needed to build the output of CMake.   If the "
      "generator selected was Visual Studio 6, the "
-     "CMAKE_MAKE_PROGRAM will be set to msdev, for "
+     "CMAKE_BUILD_TOOL will be set to msdev, for "
      "Unix makefiles it will be set to make or gmake, "
      "and for Visual Studio 7 it set to devenv.  For "
      "Nmake Makefiles the value is nmake. This can be "

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

Summary of changes:
 Source/cmDocumentVariables.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