diff options
Diffstat (limited to 'chapter06/ninja.xml')
-rw-r--r-- | chapter06/ninja.xml | 8 |
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> |