summaryrefslogtreecommitdiffstats
path: root/doc/user/run.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/run.sgml')
-rw-r--r--doc/user/run.sgml40
1 files changed, 0 insertions, 40 deletions
diff --git a/doc/user/run.sgml b/doc/user/run.sgml
index 9cdb07c..0d3e7f0 100644
--- a/doc/user/run.sgml
+++ b/doc/user/run.sgml
@@ -373,43 +373,3 @@ do an unconstrained build before committing the integration).
</para>
</section>
-
- <section>
- <title>The &SCONSFLAGS; Environment Variable</title>
-
- <para>
-
- Users may find themselves supplying
- the same command-line options every time
- they run &SCons;.
- For example, a user might find that it saves time
- to always specify a value of <literal>-j 2</literal>
- to run the builds in parallel.
-
- </para>
-
-
-
- <literallayout>
- % <userinput>scons</userinput>
- scons: Reading SConscript files ...
- ...
- scons: done reading SConscript files.
- scons: Building targets ...
- scons: `.' is up to date.
- scons: done building targets.
- % <userinput>export SCONSFLAGS="-Q"</userinput>
- % <userinput>scons</userinput>
- scons: Reading SConscript files ...
- ...
- scons: done reading SConscript files.
- scons: Building targets ...
- scons: `.' is up to date.
- scons: done building targets.
- </literallayout>
-
- <para>
-
- </para>
-
- </section>