summaryrefslogtreecommitdiffstats
path: root/doc/generated/examples/builderscommands_ex5_1.xml
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2020-08-28 14:40:58 (GMT)
committerMats Wichmann <mats@linux.com>2020-08-28 14:47:22 (GMT)
commit2235c5c6ac22abfa5af46007ade31d572fe72e6f (patch)
treefecbe72a69b094cdd0c2275c4758aace383c4577 /doc/generated/examples/builderscommands_ex5_1.xml
parent456428184f388eccccbcbc3d76866a8dce060b3c (diff)
downloadSCons-2235c5c6ac22abfa5af46007ade31d572fe72e6f.zip
SCons-2235c5c6ac22abfa5af46007ade31d572fe72e6f.tar.gz
SCons-2235c5c6ac22abfa5af46007ade31d572fe72e6f.tar.bz2
Updated docs on Actions for output control
Manpage now mentions specifically generating your own Action object in order to control the output string. Calls out using None as the command-output specifier to avoid output: Action(foo, None) and Action(foo, cmdstr=None), as well Userguide got a mention of using the action kwarg for readability and an example showing creating the Action for Command manually to set the output string. Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'doc/generated/examples/builderscommands_ex5_1.xml')
-rw-r--r--doc/generated/examples/builderscommands_ex5_1.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/generated/examples/builderscommands_ex5_1.xml b/doc/generated/examples/builderscommands_ex5_1.xml
new file mode 100644
index 0000000..3811242
--- /dev/null
+++ b/doc/generated/examples/builderscommands_ex5_1.xml
@@ -0,0 +1,3 @@
+<screen xmlns="http://www.scons.org/dbxsd/v1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 http://www.scons.org/dbxsd/v1.0/scons.xsd">% <userinput>scons -Q</userinput>
+Building foo.in
+</screen>