diff options
author | William Deegan <bill@baddogconsulting.com> | 2025-03-02 21:15:20 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2025-03-02 21:15:27 (GMT) |
commit | aa3cbbf83f78425d94ff12c1d95683af2500ec05 (patch) | |
tree | bda7d3a1c653619ca77c8470e61ebe31c08e9220 | |
parent | 8807cc0ad833655cd1ca29da86e1037f597436a5 (diff) | |
download | SCons-aa3cbbf83f78425d94ff12c1d95683af2500ec05.zip SCons-aa3cbbf83f78425d94ff12c1d95683af2500ec05.tar.gz SCons-aa3cbbf83f78425d94ff12c1d95683af2500ec05.tar.bz2 |
Regenerated docs for 4.9.0 release.
4 files changed, 28 insertions, 28 deletions
diff --git a/doc/generated/examples/caching_ex-random_1.xml b/doc/generated/examples/caching_ex-random_1.xml index d7e5ecc..da1fc2d 100644 --- a/doc/generated/examples/caching_ex-random_1.xml +++ b/doc/generated/examples/caching_ex-random_1.xml @@ -1,7 +1,7 @@ <screen xmlns="http://www.scons.org/dbxsd/v1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 http://www.scons.org/dbxsd/v1.0/scons.xsd">% <userinput>scons -Q</userinput> cc -o f2.o -c f2.c -cc -o f4.o -c f4.c cc -o f3.o -c f3.c +cc -o f4.o -c f4.c cc -o f1.o -c f1.c cc -o f5.o -c f5.c cc -o prog f1.o f2.o f3.o f4.o f5.o diff --git a/doc/generated/examples/troubleshoot_explain1_3.xml b/doc/generated/examples/troubleshoot_explain1_3.xml index d301ff3..e658d89 100644 --- a/doc/generated/examples/troubleshoot_explain1_3.xml +++ b/doc/generated/examples/troubleshoot_explain1_3.xml @@ -2,5 +2,5 @@ cp file.in file.oout scons: warning: Cannot find target file.out after building -File "/Users/bdbaddog/devel/scons/git/users/prs/scripts/scons.py", line 97, in <module> +File "/Users/bdbaddog/devel/scons/git/as_scons/scripts/scons.py", line 97, in <module> </screen> diff --git a/doc/generated/examples/troubleshoot_stacktrace_2.xml b/doc/generated/examples/troubleshoot_stacktrace_2.xml index 4db0f9d..068a1e1 100644 --- a/doc/generated/examples/troubleshoot_stacktrace_2.xml +++ b/doc/generated/examples/troubleshoot_stacktrace_2.xml @@ -3,7 +3,7 @@ scons: *** [prog.o] Source `prog.c' not found, needed by target `prog.o'. scons: internal stack trace: File "SCons/Taskmaster/Job.py", line 670, in _work task.prepare() - File "SCons/Script/Main.py", line 208, in prepare + File "SCons/Script/Main.py", line 209, in prepare return SCons.Taskmaster.OutOfDateTask.prepare(self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "SCons/Taskmaster/__init__.py", line 195, in prepare diff --git a/doc/generated/examples/troubleshoot_taskmastertrace_1.xml b/doc/generated/examples/troubleshoot_taskmastertrace_1.xml index fdc755d..d08e179 100644 --- a/doc/generated/examples/troubleshoot_taskmastertrace_1.xml +++ b/doc/generated/examples/troubleshoot_taskmastertrace_1.xml @@ -1,8 +1,8 @@ <screen xmlns="http://www.scons.org/dbxsd/v1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 http://www.scons.org/dbxsd/v1.0/scons.xsd">% <userinput>scons -Q --taskmastertrace=- prog</userinput> -Job.NewParallel._work(): [Thread:8445988672] Gained exclusive access -Job.NewParallel._work(): [Thread:8445988672] Starting search -Job.NewParallel._work(): [Thread:8445988672] Found 0 completed tasks to process -Job.NewParallel._work(): [Thread:8445988672] Searching for new tasks +Job.NewParallel._work(): [Thread:8646594432] Gained exclusive access +Job.NewParallel._work(): [Thread:8646594432] Starting search +Job.NewParallel._work(): [Thread:8646594432] Found 0 completed tasks to process +Job.NewParallel._work(): [Thread:8646594432] Searching for new tasks Taskmaster: Looking for a node to evaluate Taskmaster: Considering node <no_state 0 'prog'> and its children: @@ -18,12 +18,12 @@ Taskmaster: Evaluating <pending 0 'prog.c'> Task.make_ready_current(): node <pending 0 'prog.c'> Task.prepare(): node <up_to_date 0 'prog.c'> -Job.NewParallel._work(): [Thread:8445988672] Found internal task +Job.NewParallel._work(): [Thread:8646594432] Found internal task Task.executed_with_callbacks(): node <up_to_date 0 'prog.c'> Task.postprocess(): node <up_to_date 0 'prog.c'> Task.postprocess(): removing <up_to_date 0 'prog.c'> Task.postprocess(): adjusted parent ref count <pending 1 'prog.o'> -Job.NewParallel._work(): [Thread:8445988672] Searching for new tasks +Job.NewParallel._work(): [Thread:8646594432] Searching for new tasks Taskmaster: Looking for a node to evaluate Taskmaster: Considering node <no_state 0 'inc.h'> and its children: @@ -31,12 +31,12 @@ Taskmaster: Evaluating <pending 0 'inc.h'> Task.make_ready_current(): node <pending 0 'inc.h'> Task.prepare(): node <up_to_date 0 'inc.h'> -Job.NewParallel._work(): [Thread:8445988672] Found internal task +Job.NewParallel._work(): [Thread:8646594432] Found internal task Task.executed_with_callbacks(): node <up_to_date 0 'inc.h'> Task.postprocess(): node <up_to_date 0 'inc.h'> Task.postprocess(): removing <up_to_date 0 'inc.h'> Task.postprocess(): adjusted parent ref count <pending 0 'prog.o'> -Job.NewParallel._work(): [Thread:8445988672] Searching for new tasks +Job.NewParallel._work(): [Thread:8646594432] Searching for new tasks Taskmaster: Looking for a node to evaluate Taskmaster: Considering node <pending 0 'prog.o'> and its children: @@ -46,19 +46,19 @@ Taskmaster: Evaluating <pending 0 'prog.o'> Task.make_ready_current(): node <pending 0 'prog.o'> Task.prepare(): node <executing 0 'prog.o'> -Job.NewParallel._work(): [Thread:8445988672] Found task requiring execution -Job.NewParallel._work(): [Thread:8445988672] Executing task +Job.NewParallel._work(): [Thread:8646594432] Found task requiring execution +Job.NewParallel._work(): [Thread:8646594432] Executing task Task.execute(): node <executing 0 'prog.o'> cc -o prog.o -c -I. prog.c -Job.NewParallel._work(): [Thread:8445988672] Enqueueing executed task results -Job.NewParallel._work(): [Thread:8445988672] Gained exclusive access -Job.NewParallel._work(): [Thread:8445988672] Starting search -Job.NewParallel._work(): [Thread:8445988672] Found 1 completed tasks to process +Job.NewParallel._work(): [Thread:8646594432] Enqueueing executed task results +Job.NewParallel._work(): [Thread:8646594432] Gained exclusive access +Job.NewParallel._work(): [Thread:8646594432] Starting search +Job.NewParallel._work(): [Thread:8646594432] Found 1 completed tasks to process Task.executed_with_callbacks(): node <executing 0 'prog.o'> Task.postprocess(): node <executed 0 'prog.o'> Task.postprocess(): removing <executed 0 'prog.o'> Task.postprocess(): adjusted parent ref count <pending 0 'prog'> -Job.NewParallel._work(): [Thread:8445988672] Searching for new tasks +Job.NewParallel._work(): [Thread:8646594432] Searching for new tasks Taskmaster: Looking for a node to evaluate Taskmaster: Considering node <pending 0 'prog'> and its children: @@ -67,21 +67,21 @@ Taskmaster: Evaluating <pending 0 'prog'> Task.make_ready_current(): node <pending 0 'prog'> Task.prepare(): node <executing 0 'prog'> -Job.NewParallel._work(): [Thread:8445988672] Found task requiring execution -Job.NewParallel._work(): [Thread:8445988672] Executing task +Job.NewParallel._work(): [Thread:8646594432] Found task requiring execution +Job.NewParallel._work(): [Thread:8646594432] Executing task Task.execute(): node <executing 0 'prog'> cc -o prog prog.o -Job.NewParallel._work(): [Thread:8445988672] Enqueueing executed task results -Job.NewParallel._work(): [Thread:8445988672] Gained exclusive access -Job.NewParallel._work(): [Thread:8445988672] Starting search -Job.NewParallel._work(): [Thread:8445988672] Found 1 completed tasks to process +Job.NewParallel._work(): [Thread:8646594432] Enqueueing executed task results +Job.NewParallel._work(): [Thread:8646594432] Gained exclusive access +Job.NewParallel._work(): [Thread:8646594432] Starting search +Job.NewParallel._work(): [Thread:8646594432] Found 1 completed tasks to process Task.executed_with_callbacks(): node <executing 0 'prog'> Task.postprocess(): node <executed 0 'prog'> -Job.NewParallel._work(): [Thread:8445988672] Searching for new tasks +Job.NewParallel._work(): [Thread:8646594432] Searching for new tasks Taskmaster: Looking for a node to evaluate Taskmaster: No candidate anymore. -Job.NewParallel._work(): [Thread:8445988672] Found no task requiring execution, and have no jobs: marking complete -Job.NewParallel._work(): [Thread:8445988672] Gained exclusive access -Job.NewParallel._work(): [Thread:8445988672] Completion detected, breaking from main loop +Job.NewParallel._work(): [Thread:8646594432] Found no task requiring execution, and have no jobs: marking complete +Job.NewParallel._work(): [Thread:8646594432] Gained exclusive access +Job.NewParallel._work(): [Thread:8646594432] Completion detected, breaking from main loop </screen> |