mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Corrected capitalization of the package name. This was hard to do
because some references appear to refer to the program itself, and not to the package. Corrected English idiom here and there.
This commit is contained in:
parent
d9883060de
commit
a3ebe8aa2b
@ -36,10 +36,10 @@
|
|||||||
</segmentedlist>
|
</segmentedlist>
|
||||||
|
|
||||||
<tip revision="sysv">
|
<tip revision="sysv">
|
||||||
<para>This section is not strictly required for LFS if not using
|
<para>This section is not strictly required when LFS does not use
|
||||||
systemd. On the other hand, ninja associated to meson makes
|
systemd. On the other hand, Ninja, along with Meson, makes
|
||||||
a powerful build system combination,
|
a powerful build system combination,
|
||||||
which is expected to be used more and more often. It is required for
|
which will probably be used more and more often. It is required for
|
||||||
several packages in <ulink url="&blfs-book;">the BLFS
|
several packages in <ulink url="&blfs-book;">the BLFS
|
||||||
book</ulink>.</para>
|
book</ulink>.</para>
|
||||||
</tip>
|
</tip>
|
||||||
@ -49,12 +49,12 @@
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of Ninja</title>
|
<title>Installation of Ninja</title>
|
||||||
|
|
||||||
<para>When run, ninja normally runs a maximum number of processes
|
<para>When run, ninja normally utilizes the greatest possible number of processes
|
||||||
in parallel. By default this is the number of cores on the system
|
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
|
plus two. This may overheat the CPU, or make the system run out
|
||||||
of memory. If run from the command line, passing a -jN parameter
|
of memory. When ninja is invoked from the command line, passing the -jN parameter
|
||||||
will limit the number of parallel processes, but some packages
|
will limit the number of parallel processes. Some packages
|
||||||
embed the execution of ninja and do not pass a -j parameter.</para>
|
embed the execution of ninja, and do not pass the -j parameter on to it.</para>
|
||||||
|
|
||||||
<para>Using the <emphasis>optional</emphasis> procedure below allows a user to
|
<para>Using the <emphasis>optional</emphasis> procedure below allows a user to
|
||||||
limit the number of parallel processes via an environment variable,
|
limit the number of parallel processes via an environment variable,
|
||||||
@ -64,8 +64,8 @@
|
|||||||
|
|
||||||
will limit ninja to four parallel processes.</para>
|
will limit ninja to four parallel processes.</para>
|
||||||
|
|
||||||
<para>If desired, add the capability to use the environment variable
|
<para>If desired, make ninja recognize the environment variable
|
||||||
NINJAJOBS by running:</para>
|
NINJAJOBS by running the stream editor:</para>
|
||||||
|
|
||||||
<screen><userinput remap="pre">sed -i '/int Guess/a \
|
<screen><userinput remap="pre">sed -i '/int Guess/a \
|
||||||
int j = 0;\
|
int j = 0;\
|
||||||
@ -84,7 +84,7 @@
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><parameter>--bootstrap</parameter></term>
|
<term><parameter>--bootstrap</parameter></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>This parameter forces ninja to rebuild itself for the current
|
<para>This parameter forces Ninja to rebuild itself for the current
|
||||||
system.</para>
|
system.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
@ -128,7 +128,7 @@
|
|||||||
<term><command>wheel</command></term>
|
<term><command>wheel</command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
is a utility to unpack, pack, or convert wheel packages
|
is a utility to unpack, pack, or convert wheel archives
|
||||||
</para>
|
</para>
|
||||||
<indexterm zone="ch-system-wheel">
|
<indexterm zone="ch-system-wheel">
|
||||||
<primary sortas="b-wheel">wheel</primary>
|
<primary sortas="b-wheel">wheel</primary>
|
||||||
|
Loading…
Reference in New Issue
Block a user