[Cmake-commits] CMake branch, next, updated. v2.8.12.1-6288-g7334721

Brad King brad.king at kitware.com
Thu Dec 19 14:50:26 EST 2013


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  73347215e45b496e263f422e86d48888525efd65 (commit)
       via  0227ece0a6ff0d9293a6daf42acdb4f6ddc1b69d (commit)
      from  f10177b9c72bc850c342afc20a4d0b07427072c2 (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=73347215e45b496e263f422e86d48888525efd65
commit 73347215e45b496e263f422e86d48888525efd65
Merge: f10177b 0227ece
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Dec 19 14:50:25 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Dec 19 14:50:25 2013 -0500

    Merge topic 'doc-clarify-CMAKE_VERBOSE_MAKEFILE' into next
    
    0227ece Help: Clarify CMAKE_VERBOSE_MAKEFILE initialization (#14658)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0227ece0a6ff0d9293a6daf42acdb4f6ddc1b69d
commit 0227ece0a6ff0d9293a6daf42acdb4f6ddc1b69d
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Dec 19 14:48:51 2013 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu Dec 19 14:48:51 2013 -0500

    Help: Clarify CMAKE_VERBOSE_MAKEFILE initialization (#14658)
    
    Explain that it is initialized to false by the project() command and
    intended for configuration by the end user performing a build.

diff --git a/Help/variable/CMAKE_VERBOSE_MAKEFILE.rst b/Help/variable/CMAKE_VERBOSE_MAKEFILE.rst
index 451ce8c..2420a25 100644
--- a/Help/variable/CMAKE_VERBOSE_MAKEFILE.rst
+++ b/Help/variable/CMAKE_VERBOSE_MAKEFILE.rst
@@ -1,8 +1,9 @@
 CMAKE_VERBOSE_MAKEFILE
 ----------------------
 
-Create verbose makefiles if on.
+Enable verbose output from Makefile builds.
 
-This variable defaults to false.  You can set this variable to true to
-make CMake produce verbose makefiles that show each command line as it
-is used.
+This variable is a cache entry initialized (to FALSE) by
+the :command:`project` command.  Users may enable the option
+in their local build tree to get more verbose output from
+Makefile builds and show each command line as it is launched.

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

Summary of changes:
 Help/variable/CMAKE_VERBOSE_MAKEFILE.rst |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list