diff options
author | Steven Knight <knight@baldmt.com> | 2002-04-11 22:03:57 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-04-11 22:03:57 (GMT) |
commit | 05029e336146444501a66b53e4699c09d6e08977 (patch) | |
tree | 327cb62ba1629cca1184fcec4f78cf416c9d7ad7 /doc | |
parent | 651aa3558b6192f7eb3f77c8f2102c1e0e824707 (diff) | |
download | SCons-05029e336146444501a66b53e4699c09d6e08977.zip SCons-05029e336146444501a66b53e4699c09d6e08977.tar.gz SCons-05029e336146444501a66b53e4699c09d6e08977.tar.bz2 |
Change the meaning of -U, and made -D work like -U used to. (Anthony Roach)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/scons.1 | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1 index 543a259..be1ded0 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -301,6 +301,15 @@ in the specified directory.) .\" general debugging of the build process. .TP +-D +Works exactly the same way as the +.B -u +option except for the way default targets are handled. +When this option is used and no targets are specified on the command line, +all default targets are built, whether or not they are below the current +directory. + +.TP .RI --debug= type Debug the build process. .I type @@ -525,6 +534,16 @@ appear up-to-date is unnecessary when using .BR scons .) .TP +-T +Works exactly the same way as the +.B -u +option except for the way default targets are handled. +When this option is used and no targets are specified on the command line, +all default targets that are defined in the SConscript files in the current +directory are built, regardless of what directory the resulant targets end +up in. + +.TP -u, --up, --search-up Walks up the directory structure until an .I SConstruct , @@ -541,8 +560,9 @@ Works exactly the same way as the .B -u option except for the way default targets are handled. When this option is used and no targets are specified on the command line, -all default targets are built, whether or not they are below the current -directory. +all default targets that are defined in the SConscript(s) in the current +directory are built, regardless of what directory the resulant targets end +up in. .TP -v, --version |