Browse Source

Help: Clarify add_custom_command multiple command behavior (#15112)

Explicitly say that the commands are not composed into a stateful
script.
Brad King 11 years ago
parent
commit
412926d03a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Help/command/add_custom_command.rst

+ 2 - 1
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.