aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@mengyan1223.wang>2021-03-17 16:30:50 +0000
committerXi Ruoyao <xry111@mengyan1223.wang>2021-03-17 16:30:50 +0000
commit03a41fd0cd6635843d313c02150692a05d6b8bd2 (patch)
tree128cf47df4051e79b569ca639a06e78af20ab7df /chapter05
parent4311bfa9612af43e4f13923c75d05a59484eaa11 (diff)
binutils: use -j1 for make install
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12166 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/binutils-pass1.xml15
1 files changed, 14 insertions, 1 deletions
diff --git a/chapter05/binutils-pass1.xml b/chapter05/binutils-pass1.xml
index 306b087ef..807080812 100644
--- a/chapter05/binutils-pass1.xml
+++ b/chapter05/binutils-pass1.xml
@@ -131,7 +131,20 @@ cd build</userinput></screen>
<para>Install the package:</para>
-<screen><userinput remap="install">make install</userinput></screen>
+<screen><userinput remap="install">make install -j1</userinput></screen>
+
+ <variablelist>
+ <title>The meaning of the make parameter:</title>
+
+ <varlistentry>
+ <term><parameter>-j1</parameter></term>
+ <listitem>
+ <para>An issue in the building system may cause the installation
+ to fail with <option>-j N</option> in <envar>MAKEFLAGS</envar>.
+ Override it to workaround this issue.</para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
</sect2>