diff options
author | Russel Winder <russel@winder.org.uk> | 2017-08-26 13:46:54 (GMT) |
---|---|---|
committer | Russel Winder <russel@winder.org.uk> | 2017-08-26 13:46:54 (GMT) |
commit | f375f3b8988c559d32566d7709b4190970c650c6 (patch) | |
tree | 20878e20d6085ca1a0910fc401cc0c7275f64bf1 /doc/generated/examples/depends_ex1_5.xml | |
parent | 36c1fe9676b8a2f8d4d2174a05cb2d3c47806170 (diff) | |
parent | ecb0e776746503141b7a1b970256e380156739d7 (diff) | |
download | SCons-f375f3b8988c559d32566d7709b4190970c650c6.zip SCons-f375f3b8988c559d32566d7709b4190970c650c6.tar.gz SCons-f375f3b8988c559d32566d7709b4190970c650c6.tar.bz2 |
Merge in mainline.
Diffstat (limited to 'doc/generated/examples/depends_ex1_5.xml')
-rw-r--r-- | doc/generated/examples/depends_ex1_5.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/generated/examples/depends_ex1_5.xml b/doc/generated/examples/depends_ex1_5.xml index f5517e8..776bda2 100644 --- a/doc/generated/examples/depends_ex1_5.xml +++ b/doc/generated/examples/depends_ex1_5.xml @@ -1,9 +1,9 @@ <?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> -[?1034hcc -o hello.o -c hello.c +cc -o hello.o -c hello.c cc -o hello hello.o % [CHANGE A COMMENT IN hello.c] % <userinput>scons -Q hello</userinput> -[?1034hcc -o hello.o -c hello.c +cc -o hello.o -c hello.c scons: `hello' is up to date. </screen> |