From 5f0548f83fea72c7d7bf431f320e717547fa30b4 Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Sun, 10 May 2020 07:05:59 -0600 Subject: docs src-move: remove debug prints [ci skip] accidentally left print statements in bin/scons-proc.py rebased to current master, which caused a couple of generated file changes. Signed-off-by: Mats Wichmann --- bin/scons-proc.py | 2 -- doc/generated/examples/caching_ex-random_1.xml | 4 ++-- doc/generated/tools.gen | 8 +++++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bin/scons-proc.py b/bin/scons-proc.py index e4b73a2..30832a0 100644 --- a/bin/scons-proc.py +++ b/bin/scons-proc.py @@ -115,8 +115,6 @@ class SCons_XML(object): self.write_mod(mod) def write_gen(self, filename): - print(f"DEBUG: write_gen({filename})") - print(f"values={self.values}") if not filename: return # Try to split off .gen filename diff --git a/doc/generated/examples/caching_ex-random_1.xml b/doc/generated/examples/caching_ex-random_1.xml index 52ad77d..16a90be 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 f3.o -c f3.c -cc -o f2.o -c f2.c cc -o f1.o -c f1.c cc -o f5.o -c f5.c +cc -o f3.o -c f3.c +cc -o f2.o -c f2.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/tools.gen b/doc/generated/tools.gen index e81eb09..87140b0 100644 --- a/doc/generated/tools.gen +++ b/doc/generated/tools.gen @@ -830,10 +830,12 @@ Sets construction variables for the pdftex utility. python -Loads the Python scanner scanner into the invoking environment. When loaded, the scanner will -attempt to find implicit dependencies for any Python source files in the list of sources -provided to an actual that uses this environment. +Loads the Python source scanner into the invoking environment. +When loaded, the scanner will attempt to find implicit +dependencies for any Python source files in the list of sources +provided to an Action that uses this environment. +Available since scons 4.0.. -- cgit v0.12