From 58a7d618a864734aa09a69fd53b62bc980a7fb8b Mon Sep 17 00:00:00 2001 From: William Deegan Date: Sat, 19 Aug 2017 21:50:43 -0700 Subject: Fix Bug #2486 - Allow SetOption('silent',True) - Previously this option could not be passed to SetOption --- doc/generated/functions.gen | 8 ++++++++ doc/generated/variables.gen | 4 ++-- src/engine/SCons/Script/Main.xml | 8 ++++++++ 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/doc/generated/functions.gen b/doc/generated/functions.gen index e72740a..79a83c6 100644 --- a/doc/generated/functions.gen +++ b/doc/generated/functions.gen @@ -3998,6 +3998,14 @@ which corresponds to --random; and +silent + + +which corresponds to --silent. + + + + stack_size diff --git a/doc/generated/variables.gen b/doc/generated/variables.gen index 0ad4c96..5bf39b8 100644 --- a/doc/generated/variables.gen +++ b/doc/generated/variables.gen @@ -3046,7 +3046,7 @@ The command line used to call the Java archive tool. The string displayed when the Java archive tool is called -If this is not set, then $JARCOM (the command line) is displayed. +If this is not set, then $JARCOM (the command line) is displayed. @@ -3056,7 +3056,7 @@ env = Environment(JARCOMSTR = "JARchiving $SOURCES into $TARGET") The string displayed when the Java archive tool is called -If this is not set, then $JARCOM (the command line) is displayed. +If this is not set, then $JARCOM (the command line) is displayed. diff --git a/src/engine/SCons/Script/Main.xml b/src/engine/SCons/Script/Main.xml index 98db5bf..e95afbc 100644 --- a/src/engine/SCons/Script/Main.xml +++ b/src/engine/SCons/Script/Main.xml @@ -781,6 +781,14 @@ which corresponds to --random; and +silent + + +which corresponds to --silent. + + + + stack_size -- cgit v0.12