diff options
author | William Deegan <bill@baddogconsulting.com> | 2019-07-14 17:19:53 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2019-07-14 17:19:53 (GMT) |
commit | 658870342222021627416b070ea1b8f5e860ea5b (patch) | |
tree | ccc145b6d162309b6f33160b9706b2a82f82e883 /doc/generated/examples | |
parent | e86e78f27aa3ba751d93b87327ab5662212bd87a (diff) | |
download | SCons-658870342222021627416b070ea1b8f5e860ea5b.zip SCons-658870342222021627416b070ea1b8f5e860ea5b.tar.gz SCons-658870342222021627416b070ea1b8f5e860ea5b.tar.bz2 |
Update docs
Diffstat (limited to 'doc/generated/examples')
-rw-r--r-- | doc/generated/examples/caching_ex-random_1.xml | 4 | ||||
-rw-r--r-- | doc/generated/examples/troubleshoot_explain1_3.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/generated/examples/caching_ex-random_1.xml b/doc/generated/examples/caching_ex-random_1.xml index 9f59db5..adf6401 100644 --- a/doc/generated/examples/caching_ex-random_1.xml +++ b/doc/generated/examples/caching_ex-random_1.xml @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-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</userinput> +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 f4.o -c f4.c -cc -o f3.o -c f3.c +cc -o f5.o -c f5.c cc -o prog f1.o f2.o f3.o f4.o f5.o </screen> diff --git a/doc/generated/examples/troubleshoot_explain1_3.xml b/doc/generated/examples/troubleshoot_explain1_3.xml index a461f60..8f06986 100644 --- a/doc/generated/examples/troubleshoot_explain1_3.xml +++ b/doc/generated/examples/troubleshoot_explain1_3.xml @@ -3,5 +3,5 @@ cp file.in file.oout scons: warning: Cannot find target file.out after building -File "/home/bdeegan/devel/scons/git/scons/bootstrap/src/script/scons.py", line 204, in <module> +File "/Users/bdbaddog/devel/scons/git/scons-bugfixes-3/bootstrap/src/script/scons.py", line 204, in <module> </screen> |