summaryrefslogtreecommitdiffstats
path: root/doc/user/alias.xml
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2010-01-19 05:59:03 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2010-01-19 05:59:03 (GMT)
commitbf296710383d7b1a744b62a007041c677583ad6a (patch)
tree60cc1567364d74f85e24f866952e799167288f49 /doc/user/alias.xml
parent3d4e4224d0a2b66cd0a9896cac16a785b2629f4c (diff)
downloadSCons-bf296710383d7b1a744b62a007041c677583ad6a.zip
SCons-bf296710383d7b1a744b62a007041c677583ad6a.tar.gz
SCons-bf296710383d7b1a744b62a007041c677583ad6a.tar.bz2
Merge back from checkpoint.
Need to regenerate the .xml files.
Diffstat (limited to 'doc/user/alias.xml')
-rw-r--r--doc/user/alias.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/user/alias.xml b/doc/user/alias.xml
index f285d70..9c4a179 100644
--- a/doc/user/alias.xml
+++ b/doc/user/alias.xml
@@ -46,7 +46,7 @@
<screen>
% <userinput>scons -Q install</userinput>
- cc -o hello.o -c hello.c
+ [?1034hcc -o hello.o -c hello.c
cc -o hello hello.o
Install file: "hello" as "/usr/bin/hello"
</screen>
@@ -86,23 +86,23 @@
<screen>
% <userinput>scons -Q install-bin</userinput>
- cc -o foo.o -c foo.c
+ [?1034hcc -o foo.o -c foo.c
cc -o foo foo.o
Install file: "foo" as "/usr/bin/foo"
% <userinput>scons -Q install-lib</userinput>
- cc -o bar.o -c bar.c
+ [?1034hcc -o bar.o -c bar.c
ar rc libbar.a bar.o
ranlib libbar.a
Install file: "libbar.a" as "/usr/lib/libbar.a"
% <userinput>scons -Q -c /</userinput>
- Removed foo.o
+ [?1034hRemoved foo.o
Removed foo
Removed /usr/bin/foo
Removed bar.o
Removed libbar.a
Removed /usr/lib/libbar.a
% <userinput>scons -Q install</userinput>
- cc -o foo.o -c foo.c
+ [?1034hcc -o foo.o -c foo.c
cc -o foo foo.o
Install file: "foo" as "/usr/bin/foo"
cc -o bar.o -c bar.c