summaryrefslogtreecommitdiffstats
path: root/doc/generated/examples/depends_include_1.xml
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-06-14 14:41:03 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2017-06-14 14:41:03 (GMT)
commiteb7c5bbec6d86cbab0a95e95a93c78bf54a37232 (patch)
tree9ea67e4603cfe019edbedffb64c7ae84b6e494d1 /doc/generated/examples/depends_include_1.xml
parentd5f80e5880c1d541b11797b4f83a93d975f3f513 (diff)
downloadSCons-eb7c5bbec6d86cbab0a95e95a93c78bf54a37232.zip
SCons-eb7c5bbec6d86cbab0a95e95a93c78bf54a37232.tar.gz
SCons-eb7c5bbec6d86cbab0a95e95a93c78bf54a37232.tar.bz2
updates to example outputs
Diffstat (limited to 'doc/generated/examples/depends_include_1.xml')
-rw-r--r--doc/generated/examples/depends_include_1.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/generated/examples/depends_include_1.xml b/doc/generated/examples/depends_include_1.xml
index e22bd03..e34f5ec 100644
--- a/doc/generated/examples/depends_include_1.xml
+++ b/doc/generated/examples/depends_include_1.xml
@@ -1,11 +1,11 @@
<?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 hello</userinput>
-cc -o hello.o -c -I. hello.c
+[?1034hcc -o hello.o -c -I. hello.c
cc -o hello hello.o
% <userinput>scons -Q hello</userinput>
-scons: `hello' is up to date.
+[?1034hscons: `hello' is up to date.
% [CHANGE THE CONTENTS OF hello.h]
% <userinput>scons -Q hello</userinput>
-cc -o hello.o -c -I. hello.c
+[?1034hcc -o hello.o -c -I. hello.c
cc -o hello hello.o
</screen>