summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-11-15 16:52:55 (GMT)
committerSteven Knight <knight@baldmt.com>2004-11-15 16:52:55 (GMT)
commitef16e30c75234061b97203234d94f3776087631a (patch)
tree7b36654e92e7e7607b04f1ed55758e7f91cdc2b4 /doc
parent40ba41592ed28c03191650361e7216a7eff9e4e2 (diff)
downloadSCons-ef16e30c75234061b97203234d94f3776087631a.zip
SCons-ef16e30c75234061b97203234d94f3776087631a.tar.gz
SCons-ef16e30c75234061b97203234d94f3776087631a.tar.bz2
Add more command-line customizability: and .
Diffstat (limited to 'doc')
-rw-r--r--doc/man/scons.118
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1
index 511dbac..6c11a6e 100644
--- a/doc/man/scons.1
+++ b/doc/man/scons.1
@@ -5500,6 +5500,15 @@ General options passed to the lexical analyzer generator.
The command line used to call the lexical analyzer generator
to generate a source file.
+.IP LEXCOMSTR
+The string displayed when generating a source file
+using the lexical analyzer generator.
+If this is not set, then $LEXCOM (the command line) is displayed.
+
+.ES
+env = Environment(LEXCOMSTR = "Lex'ing $TARGET from $SOURCES")
+.EE
+
.IP _LIBDIRFLAGS
An automatically-generated construction variable
containing the linker command-line options
@@ -6622,6 +6631,15 @@ The parser generator.
The command line used to call the parser generator
to generate a source file.
+.IP YACCCOMSTR
+The string displayed when generating a source file
+using the parser generator.
+If this is not set, then $YACCCOM (the command line) is displayed.
+
+.ES
+env = Environment(YACCCOMSTR = "Yacc'ing $TARGET from $SOURCES")
+.EE
+
.IP YACCFLAGS
General options passed to the parser generator.
If $YACCFLAGS contains a \-d option,