diff options
author | Tom Tanner <ttanner2@bloomberg.net> | 2013-09-26 17:01:53 (GMT) |
---|---|---|
committer | Tom Tanner <ttanner2@bloomberg.net> | 2013-09-26 17:01:53 (GMT) |
commit | 088338d0ac7b7f4c5ae712c46d0ba8a95448ff9b (patch) | |
tree | 563be1c134096291c3d7cee90ce6b1892e1be06f /doc | |
parent | 328e541f40849c270fc75f0932594d18d2e6340b (diff) | |
download | SCons-088338d0ac7b7f4c5ae712c46d0ba8a95448ff9b.zip SCons-088338d0ac7b7f4c5ae712c46d0ba8a95448ff9b.tar.gz SCons-088338d0ac7b7f4c5ae712c46d0ba8a95448ff9b.tar.bz2 |
Addition of warning if build doesn't build expected targets.
Added option to runtest.py to stop on first error
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/scons.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/man/scons.xml b/doc/man/scons.xml index 602bdbe..7036caf 100644 --- a/doc/man/scons.xml +++ b/doc/man/scons.xml @@ -1940,6 +1940,14 @@ These warnings are enabled by default.</para> </listitem> </varlistentry> <varlistentry> + <term>--warn=target_not_build, --warn=no-target_not_built</term> + <listitem> +<para>Enables or disables warnings about a build rule not building the + expected targets. These warnings are not currently enabled by default.</para> + + </listitem> + </varlistentry> + <varlistentry> <term>-Y<emphasis> repository</emphasis>, --repository=<emphasis>repository</emphasis>, --srcdir=<emphasis>repository</emphasis></term> <listitem> <para>Search the specified repository for any input and target |