[Cmake-commits] CMake branch, next, updated. v3.0.1-5116-g50d5285
Brad King
brad.king at kitware.com
Tue Sep 2 15:14:08 EDT 2014
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 50d52855b00fb009331fe7f69c24d01aaeecd145 (commit)
via 412926d03a287745134afcbd464871f97fe4b0ce (commit)
from b966d45778fae8adfc2a785b35f68f823a09f364 (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=50d52855b00fb009331fe7f69c24d01aaeecd145
commit 50d52855b00fb009331fe7f69c24d01aaeecd145
Merge: b966d45 412926d
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Sep 2 15:14:07 2014 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Sep 2 15:14:07 2014 -0400
Merge topic 'doc-add_custom_command-multiple-commands' into next
412926d0 Help: Clarify add_custom_command multiple command behavior (#15112)
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=412926d03a287745134afcbd464871f97fe4b0ce
commit 412926d03a287745134afcbd464871f97fe4b0ce
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Sep 2 15:13:50 2014 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Tue Sep 2 15:13:50 2014 -0400
Help: Clarify add_custom_command multiple command behavior (#15112)
Explicitly say that the commands are not composed into a stateful
script.
diff --git a/Help/command/add_custom_command.rst b/Help/command/add_custom_command.rst
index 130f5c2..1ea3718 100644
--- a/Help/command/add_custom_command.rst
+++ b/Help/command/add_custom_command.rst
@@ -45,7 +45,8 @@ The options are:
``COMMAND``
Specify the command-line(s) to execute at build time.
- If more than one command is specified they will be executed in order.
+ If more than one ``COMMAND`` is specified they will be executed in order,
+ but *not* necessarily composed into a stateful shell or batch script.
The optional ``ARGS`` argument is for backward compatibility and
will be ignored.
-----------------------------------------------------------------------
Summary of changes:
Help/command/add_custom_command.rst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list