diff options
author | Steven Knight <knight@baldmt.com> | 2002-03-12 04:25:03 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-03-12 04:25:03 (GMT) |
commit | 815fd42ff563da2b188200db897edd809905df8d (patch) | |
tree | 8d5f2f3986c9e3f01cb27302e547110aae010cde /doc | |
parent | 3f2c0a0cb3e65e01263f315cc5d1a017537de1c9 (diff) | |
download | SCons-815fd42ff563da2b188200db897edd809905df8d.zip SCons-815fd42ff563da2b188200db897edd809905df8d.tar.gz SCons-815fd42ff563da2b188200db897edd809905df8d.tar.bz2 |
Implement the -U option. (Steve Leblanc)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/scons.1 | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1 index b1e7b66..1991cc7 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -483,17 +483,26 @@ appear up-to-date is unnecessary when using .BR scons .) .TP --u +-u, --up, --search-up Walks up the directory structure until an .I SConstruct , .I Sconstruct or .I sconstruct file is found, and uses that -as the top of the directory tree. Only targets at or below the +as the top of the directory tree. Only targets at or below the current directory will be built. .TP +-U +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 -v, --version Print the .B scons |