From: William Deegan Date: Sun, 20 Aug 2017 04:50:43 +0000 (-0700) Subject: Fix Bug #2486 - Allow SetOption('silent',True) - Previously this option could not... X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=58a7d618a864734aa09a69fd53b62bc980a7fb8b;p=platform%2Fupstream%2Fscons.git Fix Bug #2486 - Allow SetOption('silent',True) - Previously this option could not be passed to SetOption --- diff --git a/doc/generated/functions.gen b/doc/generated/functions.gen index e72740a2..79a83c62 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 0ad4c96d..5bf39b84 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 98db5bf3..e95afbca 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