[Cmake-commits] CMake branch, next, updated. v3.4.0-1477-ga591cf6

Brad King brad.king at kitware.com
Mon Nov 23 13:43:52 EST 2015


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  a591cf634cf4fa4ce971886d0ff0f16224da0d41 (commit)
       via  15c454fe82818c3f317db83ddf9ca90347e2b510 (commit)
      from  7e33309c1755f61326f8d11403d4b72c0648ff7b (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a591cf634cf4fa4ce971886d0ff0f16224da0d41
commit a591cf634cf4fa4ce971886d0ff0f16224da0d41
Merge: 7e33309 15c454f
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Nov 23 13:43:52 2015 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Nov 23 13:43:52 2015 -0500

    Merge topic 'doc-CLEAN_NO_CUSTOM-makefile-only' into next
    
    15c454fe Help: Document CLEAN_NO_CUSTOM as for Makefile generators only (#15856)


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=15c454fe82818c3f317db83ddf9ca90347e2b510
commit 15c454fe82818c3f317db83ddf9ca90347e2b510
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Nov 23 13:41:16 2015 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Nov 23 13:42:37 2015 -0500

    Help: Document CLEAN_NO_CUSTOM as for Makefile generators only (#15856)
    
    The property cannot be implemented on other generators because the
    corresponding native build tools (VS IDE, Xcode, Ninja) all implement
    their own `clean` operations that affect all outputs.  Document this
    limitation.

diff --git a/Help/prop_dir/CLEAN_NO_CUSTOM.rst b/Help/prop_dir/CLEAN_NO_CUSTOM.rst
index 9a4173e..5ae78bf 100644
--- a/Help/prop_dir/CLEAN_NO_CUSTOM.rst
+++ b/Help/prop_dir/CLEAN_NO_CUSTOM.rst
@@ -1,7 +1,6 @@
 CLEAN_NO_CUSTOM
 ---------------
 
-Should the output of custom commands be left.
-
-If this is true then the outputs of custom commands for this directory
-will not be removed during the "make clean" stage.
+Set to true to tell :ref:`Makefile Generators` not to remove the outputs of
+custom commands for this directory during the ``make clean`` operation.
+This is ignored on other generators because it is not possible to implement.

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

Summary of changes:
 Help/prop_dir/CLEAN_NO_CUSTOM.rst |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list