summaryrefslogtreecommitdiff
path: root/doc/generated/examples/caching_ex1_4.xml
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-08-19 13:42:08 -0700
committerWilliam Deegan <bill@baddogconsulting.com>2017-08-19 13:42:08 -0700
commit5d2a72eec7077c6b39d89da6393ab91fa482e4a1 (patch)
tree13f7994c9646985733c90bedf727e7b9f19e71cc /doc/generated/examples/caching_ex1_4.xml
parent271bb07b12c40c266c686dc41c56dde96e5b8c61 (diff)
parentc245e92626439731a141acc0f47e1b5c2b368f8c (diff)
downloadscons-5d2a72eec7077c6b39d89da6393ab91fa482e4a1.tar.gz
merge default
Diffstat (limited to 'doc/generated/examples/caching_ex1_4.xml')
-rw-r--r--doc/generated/examples/caching_ex1_4.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/generated/examples/caching_ex1_4.xml b/doc/generated/examples/caching_ex1_4.xml
index 46a26420..922f1b6c 100644
--- a/doc/generated/examples/caching_ex1_4.xml
+++ b/doc/generated/examples/caching_ex1_4.xml
@@ -1,17 +1,17 @@
<?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>
-[?1034hcc -o hello.o -c hello.c
+cc -o hello.o -c hello.c
cc -o hello hello.o
% <userinput>scons -Q -c</userinput>
-[?1034hRemoved hello.o
+Removed hello.o
Removed hello
% <userinput>scons -Q</userinput>
-[?1034hRetrieved `hello.o' from cache
+Retrieved `hello.o' from cache
Retrieved `hello' from cache
% <userinput>scons -Q -c</userinput>
-[?1034hRemoved hello.o
+Removed hello.o
Removed hello
% <userinput>scons -Q --cache-disable</userinput>
-[?1034hcc -o hello.o -c hello.c
+cc -o hello.o -c hello.c
cc -o hello hello.o
</screen>