summaryrefslogtreecommitdiffstats
path: root/doc/man/scons.1
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-03-02 07:27:27 (GMT)
committerSteven Knight <knight@baldmt.com>2002-03-02 07:27:27 (GMT)
commit9c97d73c12634007ce84cf162efe76f542e67085 (patch)
treec8ee033614decd14dae42cb0245cf28786391e9e /doc/man/scons.1
parent54630539220170a9cc5a69906b1e1cda514bf433 (diff)
downloadSCons-9c97d73c12634007ce84cf162efe76f542e67085.zip
SCons-9c97d73c12634007ce84cf162efe76f542e67085.tar.gz
SCons-9c97d73c12634007ce84cf162efe76f542e67085.tar.bz2
Add RANLIB, and check for the existence of 'ranlib' before adding it to the default ARCOM.
Diffstat (limited to 'doc/man/scons.1')
-rw-r--r--doc/man/scons.110
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1
index c32c6f8..9614a0f 100644
--- a/doc/man/scons.1
+++ b/doc/man/scons.1
@@ -733,10 +733,10 @@ by the user. The following is a list of the automatically defined construction
variables:
.IP AR
-The static library command.
+The static library archiver.
.IP ARFLAGS
-General options passed to the static library command.
+General options passed to the static library archiver.
.IP ARCOM
The command line used to generate a static library from object files.
@@ -922,6 +922,12 @@ The prefix used for executable file names.
.IP PROGSUFFIX
The suffix used for executable file names.
+.IP RANLIB
+The archive indexer.
+
+.IP RANLIBFLAGS
+General options passed to the archive indexer.
+
.IP SCANNERS
A list of the available implicit dependency scanners. [CScan] by default.