aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/ninja.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2019-02-01 23:36:05 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2019-02-01 23:36:05 +0000
commita2717960c1f27b9946eaf3edd38ba6d0e1bdf1a1 (patch)
tree859d2dda70a47253697fb8393eba40796c7e32c1 /chapter06/ninja.xml
parent816b85ca12f821f31ffde3351d642aceb123c0dd (diff)
Update to bison-3.3.1.
Update to glibc-2.29. Update to libpipeline-1.5.1. Update to linux-4.20.6. Update to meson-0.49.1. Update to mpfr-4.0.2. Update to ninja-1.9.0. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11506 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/ninja.xml')
-rw-r--r--chapter06/ninja.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/ninja.xml b/chapter06/ninja.xml
index 7b31c3bbb..96533f1fe 100644
--- a/chapter06/ninja.xml
+++ b/chapter06/ninja.xml
@@ -39,7 +39,7 @@
<sect2 role="installation">
<title>Installation of Ninja</title>
-
+<!--
<para>When run, ninja normally runs a maximum number of processes
in parallel. By default this is the number of cores on the system
plus two. In some cases this can overheat a CPU or run a system out
@@ -51,9 +51,9 @@
limit the number of parallel processes via an environment variable,
NINJAJOBS. <command>For example</command> setting:
- <!-- Using <command> here to make the output bold. We really don't want
+ <!- - Using <command> here to make the output bold. We really don't want
users setting this now and experience shows that many users blindly
- copy/paste anything in a box. -->
+ copy/paste anything in a box. - ->
<screen>export NINJAJOBS=4</screen>
@@ -62,7 +62,7 @@
<para>If desired, install the patch by running:</para>
<screen><userinput remap="pre">patch -Np1 -i ../ninja-1.8.2-add_NINJAJOBS_var-1.patch</userinput></screen>
-
+-->
<para>Build Ninja with:</para>
<screen><userinput remap="configure">python3 configure.py --bootstrap</userinput></screen>