diff options
author | Mats Wichmann <mats@linux.com> | 2019-09-12 18:06:39 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2019-09-12 18:06:39 (GMT) |
commit | f3937a8b0f71fc10e05e81aaaf47824600d3be58 (patch) | |
tree | 692d8ce361e0a44fd524857d3e963102bef0217e /doc/man | |
parent | 2781e4e52b0910c408b0ffc7c0bc1b511a42a754 (diff) | |
download | SCons-f3937a8b0f71fc10e05e81aaaf47824600d3be58.zip SCons-f3937a8b0f71fc10e05e81aaaf47824600d3be58.tar.gz SCons-f3937a8b0f71fc10e05e81aaaf47824600d3be58.tar.bz2 |
[PR #3444] fix test issues with --debug removals
There were several uses of deprecated debug flags that had
not been moved to to test/Deprecated, and so were missed
when those moved to test/Removed.
Also removed options from manpage.
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/scons.xml | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/doc/man/scons.xml b/doc/man/scons.xml index fea9d89..eb9f00b 100644 --- a/doc/man/scons.xml +++ b/doc/man/scons.xml @@ -727,17 +727,6 @@ files, as well as unlinking old targets before building them.</para> </listitem> </varlistentry> <varlistentry> - <term>--debug=dtree</term> - <listitem> -<para>A synonym for the newer -<option>--tree=derived</option> -option. -This will be deprecated in some future release -and ultimately removed.</para> - - </listitem> - </varlistentry> - <varlistentry> <term>--debug=explain</term> <listitem> <para>Print an explanation of precisely why @@ -793,13 +782,6 @@ and before and after building targets.</para> </listitem> </varlistentry> <varlistentry> - <term>--debug=nomemoizer</term> - <listitem> -<para>A deprecated option preserved for backwards compatibility.</para> - - </listitem> - </varlistentry> - <varlistentry> <term>--debug=objects</term> <listitem> <para>Prints a list of the various objects @@ -856,17 +838,6 @@ when encountering an otherwise unexplained error.</para> </listitem> </varlistentry> <varlistentry> - <term>--debug=stree</term> - <listitem> -<para>A synonym for the newer -<option>--tree=all,status</option> -option. -This will be deprecated in some future release -and ultimately removed.</para> - - </listitem> - </varlistentry> - <varlistentry> <term>--debug=time</term> <listitem> <para>Prints various time profiling information:</para> @@ -923,17 +894,6 @@ should take place in parallel.) </listitem> </varlistentry> <varlistentry> - <term>--debug=tree</term> - <listitem> -<para>A synonym for the newer -<option>--tree=all</option> -option. -This will be deprecated in some future release -and ultimately removed.</para> - - </listitem> - </varlistentry> - <varlistentry> <term>--diskcheck=<emphasis>types</emphasis></term> <listitem> <para>Enable specific checks for |