summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-03-12 04:25:03 (GMT)
committerSteven Knight <knight@baldmt.com>2002-03-12 04:25:03 (GMT)
commit815fd42ff563da2b188200db897edd809905df8d (patch)
tree8d5f2f3986c9e3f01cb27302e547110aae010cde /doc
parent3f2c0a0cb3e65e01263f315cc5d1a017537de1c9 (diff)
downloadSCons-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.113
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