Ignore:
Timestamp:
03/31/2021 10:41:41 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
61385ca
Parents:
eef83ea
git-author:
Thomas Trepl <thomas@…> (03/30/2021 08:47:28 AM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:41 AM)
Message:

Merge changes from trunk to multilib

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@12176 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/binutils-pass1.xml

    reef83ea rceebda5  
    145145    <para>Install the package:</para>
    146146
    147 <screen><userinput remap="install">make install</userinput></screen>
     147<screen><userinput remap="install">make install -j1</userinput></screen>
     148
     149    <variablelist>
     150      <title>The meaning of the make parameter:</title>
     151
     152      <varlistentry>
     153        <term><parameter>-j1</parameter></term>
     154        <listitem>
     155          <para>An issue in the building system may cause the installation
     156          to fail with <option>-j N</option> in <envar>MAKEFLAGS</envar>.
     157          Override it to workaround this issue.</para>
     158        </listitem>
     159      </varlistentry>
     160    </variablelist>
    148161
    149162  </sect2>
Note: See TracChangeset for help on using the changeset viewer.