diff options
author | William Deegan <bill@baddogconsulting.com> | 2016-04-08 03:21:45 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2016-04-08 03:21:45 (GMT) |
commit | c98ae452ff8c03190005739023ff5ba11755aab2 (patch) | |
tree | f3efd7fd377fa815e908e5f9519965326ed46e79 /doc | |
parent | af54b28d29b7c1474ba0c35c47783b67709f2702 (diff) | |
parent | 8f9ad5d0e91468cbe918a7e67affae6be63ac6d5 (diff) | |
download | SCons-c98ae452ff8c03190005739023ff5ba11755aab2.zip SCons-c98ae452ff8c03190005739023ff5ba11755aab2.tar.gz SCons-c98ae452ff8c03190005739023ff5ba11755aab2.tar.bz2 |
Merged in thosrtanner/scons-cache-name (pull request #302)
Change the cache to use 2-character directories rather than one. Also makes a lot more tests run on windows
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/scons.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/man/scons.xml b/doc/man/scons.xml index c72178e..4db5abb 100644 --- a/doc/man/scons.xml +++ b/doc/man/scons.xml @@ -1707,6 +1707,16 @@ specifies the type of warnings to be enabled or disabled:</para> </listitem> </varlistentry> <varlistentry> + <term>--warn=cache-version, --warn=no-cache-version</term> + <listitem> +<para>Enables or disables warnings about the cache directory not using +the latest configuration information +<emphasis role="bold">CacheDir</emphasis>(). +These warnings are enabled by default.</para> + + </listitem> + </varlistentry> + <varlistentry> <term>--warn=cache-write-error, --warn=no-cache-write-error</term> <listitem> <para>Enables or disables warnings about errors trying to |