blob: 8d4e0c8e6ca9b77c30f70c7d178b1bd067497584 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
<!--
Copyright 2001 Steven Knight
-- >
<para>
&scons; supports the following environment variables to affect
its behavior:
</para>
<variablelist>
<varlistentry>
<term>
&SCONSFLAGS;
</term>
<listitem>
<para>
&SCons; reads and interprets command-line options from this
environment variable before interpreting the options actually
supplied on the command line. Where there's a conflict, options
from the command line overrule options from the &SCONSFLAGS;
environment variable. Unknown options and other errors in the
&SCONSFLAGS; variable are ignored with a warning, but do not
halt &SCons;.
</para>
</listitem>
</varlistentry>
</variablelist>
|