summaryrefslogtreecommitdiffstats
path: root/doc/generated/examples
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2019-05-04 16:00:32 (GMT)
committerMats Wichmann <mats@linux.com>2019-05-04 16:11:16 (GMT)
commit242c19a47df0ff3ff7cef7c6e60d3aa3db2c1039 (patch)
tree8a4393f14febe4ab83bb4400f6b0c475b5bc8d4b /doc/generated/examples
parentcb83cf38c8f8c17bfc06610b20e01ef23c19a368 (diff)
downloadSCons-242c19a47df0ff3ff7cef7c6e60d3aa3db2c1039.zip
SCons-242c19a47df0ff3ff7cef7c6e60d3aa3db2c1039.tar.gz
SCons-242c19a47df0ff3ff7cef7c6e60d3aa3db2c1039.tar.bz2
[PR #3363] doc update for added flags
Needed a doc regen to pick up the change. Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'doc/generated/examples')
-rw-r--r--doc/generated/examples/troubleshoot_Dump_2.xml2
-rw-r--r--doc/generated/examples/troubleshoot_stacktrace_2.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/generated/examples/troubleshoot_Dump_2.xml b/doc/generated/examples/troubleshoot_Dump_2.xml
index 8a7979b..d83fb94 100644
--- a/doc/generated/examples/troubleshoot_Dump_2.xml
+++ b/doc/generated/examples/troubleshoot_Dump_2.xml
@@ -80,7 +80,7 @@ scons: Reading SConscript files ...
'SHCXX': '$CXX',
'SHCXXCOM': '${TEMPFILE("$SHCXX $_MSVC_OUTPUT_FLAG /c $CHANGED_SOURCES $SHCXXFLAGS $SHCCFLAGS $_CCCOMCOM","$SHCXXCOMSTR")}',
'SHCXXFLAGS': ['$CXXFLAGS'],
- 'SHELL': None,
+ 'SHELL': 'command',
'SHLIBPREFIX': '',
'SHLIBSUFFIX': '.dll',
'SHOBJPREFIX': '$OBJPREFIX',
diff --git a/doc/generated/examples/troubleshoot_stacktrace_2.xml b/doc/generated/examples/troubleshoot_stacktrace_2.xml
index 76cfc1a..2d88ae8 100644
--- a/doc/generated/examples/troubleshoot_stacktrace_2.xml
+++ b/doc/generated/examples/troubleshoot_stacktrace_2.xml
@@ -4,10 +4,10 @@ scons: *** [prog.o] Source `prog.c' not found, needed by target `prog.o'.
scons: internal stack trace:
File "bootstrap/src/engine/SCons/Job.py", line 199, in start
task.prepare()
- File "bootstrap/src/engine/SCons/Script/Main.py", line 177, in prepare
+ File "bootstrap/src/engine/SCons/Script/Main.py", line 190, in prepare
return SCons.Taskmaster.OutOfDateTask.prepare(self)
File "bootstrap/src/engine/SCons/Taskmaster.py", line 198, in prepare
executor.prepare()
- File "bootstrap/src/engine/SCons/Executor.py", line 430, in prepare
+ File "bootstrap/src/engine/SCons/Executor.py", line 431, in prepare
raise SCons.Errors.StopError(msg % (s, self.batches[0].targets[0]))
</screen>