From 7951e61b4eba59309624211a98a6a0e30e54740c Mon Sep 17 00:00:00 2001 From: William Deegan Date: Sun, 14 Aug 2022 17:21:19 -0700 Subject: updates based on mwichmann's comments on the PR --- doc/generated/examples/caching_ex-random_1.xml | 6 +++--- doc/generated/functions.gen | 4 ++-- test/ValidateOptions.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/generated/examples/caching_ex-random_1.xml b/doc/generated/examples/caching_ex-random_1.xml index b54cc37..14432f1 100644 --- a/doc/generated/examples/caching_ex-random_1.xml +++ b/doc/generated/examples/caching_ex-random_1.xml @@ -1,8 +1,8 @@ % scons -Q -cc -o f1.o -c f1.c +cc -o f4.o -c f4.c +cc -o f5.o -c f5.c cc -o f3.o -c f3.c +cc -o f1.o -c f1.c cc -o f2.o -c f2.c -cc -o f5.o -c f5.c -cc -o f4.o -c f4.c cc -o prog f1.o f2.o f3.o f4.o f5.o diff --git a/doc/generated/functions.gen b/doc/generated/functions.gen index 3c3413d..03afa05 100644 --- a/doc/generated/functions.gen +++ b/doc/generated/functions.gen @@ -4388,13 +4388,13 @@ the tool object, previously it did not return ValidateOptions() env.ValidateOptions() - Check that all the options provided by the user on the command line are either defined by SCons itself + Check that all the options specified on the command line are either defined by SCons itself or defined by &f-link-AddOption;. If there are any command line options not defined. - Calling this function will cause SCons to issue an error message and then exit with and error exit + Calling this function will cause SCons to issue an error message and then exit with an error exit status. diff --git a/test/ValidateOptions.py b/test/ValidateOptions.py index 65e216b..e35ed15 100644 --- a/test/ValidateOptions.py +++ b/test/ValidateOptions.py @@ -22,7 +22,7 @@ # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. """ -Test ValidateOptions() command. +Test ValidateOptions(). """ import TestSCons -- cgit v0.12