diff options
author | Brad King <brad.king@kitware.com> | 2015-11-24 14:26:40 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-11-24 14:26:40 (GMT) |
commit | bc1136b2753e82f9d98a4870f2ff026fbefe7ace (patch) | |
tree | d77f643eb6354b05f7c18142917a9074322e0114 | |
parent | db7457452cfbf6734d0ff6e3ba8700e9df46c2ae (diff) | |
parent | 15c454fe82818c3f317db83ddf9ca90347e2b510 (diff) | |
download | CMake-bc1136b2753e82f9d98a4870f2ff026fbefe7ace.zip CMake-bc1136b2753e82f9d98a4870f2ff026fbefe7ace.tar.gz CMake-bc1136b2753e82f9d98a4870f2ff026fbefe7ace.tar.bz2 |
Merge topic 'doc-CLEAN_NO_CUSTOM-makefile-only'
15c454fe Help: Document CLEAN_NO_CUSTOM as for Makefile generators only (#15856)
-rw-r--r-- | Help/prop_dir/CLEAN_NO_CUSTOM.rst | 7 |
1 files changed, 3 insertions, 4 deletions
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. |