diff options
author | Gary Oberbrunner <garyo@oberbrunner.com> | 2013-11-02 20:27:42 (GMT) |
---|---|---|
committer | Gary Oberbrunner <garyo@oberbrunner.com> | 2013-11-02 20:27:42 (GMT) |
commit | cc202cdc15cd156c458ad9a2f94b2e9145be3ec2 (patch) | |
tree | 69c4681b26c8c9d2e94d7c7d24bbe764ec19e4ad /doc | |
parent | 6660a1b75c021994ccf352bb5314935d533b7994 (diff) | |
parent | 54eaf41e5eadd05c73b0ad21223f73c4ed47684f (diff) | |
download | SCons-cc202cdc15cd156c458ad9a2f94b2e9145be3ec2.zip SCons-cc202cdc15cd156c458ad9a2f94b2e9145be3ec2.tar.gz SCons-cc202cdc15cd156c458ad9a2f94b2e9145be3ec2.tar.bz2 |
Merge pull request #88: various usability enhancements
* Allow multiple --debug= values
* Add support for a readonly cache (--cache-readonly)
* Always print stats if requested
* Generally try harder to print out a message on build errors
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 3f47b47..0109e22 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 |