summaryrefslogtreecommitdiff
path: root/doc/generated/examples/caching_ex1_5.xml
diff options
context:
space:
mode:
authorRussel Winder <russel@winder.org.uk>2017-08-26 14:46:54 +0100
committerRussel Winder <russel@winder.org.uk>2017-08-26 14:46:54 +0100
commit9d71d5d5611c4ff00b29df529e6bc3bb5bafbe01 (patch)
tree20878e20d6085ca1a0910fc401cc0c7275f64bf1 /doc/generated/examples/caching_ex1_5.xml
parent5c05b2bdc19a672a0707b3630cb57c26b1a55af5 (diff)
parenta0a0d8c6e521866d1ada7c1774f74f09e8da70c3 (diff)
downloadscons-9d71d5d5611c4ff00b29df529e6bc3bb5bafbe01.tar.gz
Merge in mainline.
Diffstat (limited to 'doc/generated/examples/caching_ex1_5.xml')
-rw-r--r--doc/generated/examples/caching_ex1_5.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/generated/examples/caching_ex1_5.xml b/doc/generated/examples/caching_ex1_5.xml
index 69804dcc..968727fe 100644
--- a/doc/generated/examples/caching_ex1_5.xml
+++ b/doc/generated/examples/caching_ex1_5.xml
@@ -1,15 +1,15 @@
<?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 --cache-disable</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 --cache-disable</userinput>
-[?1034hcc -o hello.o -c hello.c
+cc -o hello.o -c hello.c
cc -o hello hello.o
% <userinput>scons -Q --cache-force</userinput>
-[?1034hscons: `.' is up to date.
+scons: `.' is up to date.
% <userinput>scons -Q</userinput>
-[?1034hscons: `.' is up to date.
+scons: `.' is up to date.
</screen>