summaryrefslogtreecommitdiffstats
path: root/doc/man/scons.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/scons.1')
-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,