diff options
author | Steven Knight <knight@baldmt.com> | 2004-02-28 09:25:48 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-02-28 09:25:48 (GMT) |
commit | f44fa0975d10611186de5a61d8e061154e92bccc (patch) | |
tree | 40f86de321e05aa6a301b81f8b83039dcacb7d5f /doc/user/command-line.sgml | |
parent | 5b26639256205eabd4e055040c7529b8ec868dcf (diff) | |
download | SCons-f44fa0975d10611186de5a61d8e061154e92bccc.zip SCons-f44fa0975d10611186de5a61d8e061154e92bccc.tar.gz SCons-f44fa0975d10611186de5a61d8e061154e92bccc.tar.bz2 |
Branch for User's Guide work.
Diffstat (limited to 'doc/user/command-line.sgml')
-rw-r--r-- | doc/user/command-line.sgml | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/doc/user/command-line.sgml b/doc/user/command-line.sgml index cf15b93..78c94e1 100644 --- a/doc/user/command-line.sgml +++ b/doc/user/command-line.sgml @@ -67,19 +67,13 @@ <literallayout> % <userinput>scons</userinput> scons: Reading SConscript files ... - ... scons: done reading SConscript files. scons: Building targets ... - scons: `.' is up to date. + ... [build output] ... scons: done building targets. % <userinput>export SCONSFLAGS="-Q"</userinput> % <userinput>scons</userinput> - scons: Reading SConscript files ... - ... - scons: done reading SConscript files. - scons: Building targets ... - scons: `.' is up to date. - scons: done building targets. + ... [build output] ... </literallayout> <para> |