mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-12-27 03:33:50 -05:00
Revert "binutils: use -j1 for make install"
This reverts commit 03a41fd0cd.
It's no longer needed after binutils-gdb commit "install dependencies for
ld -> bfd and libctf -> bfd" (755ba58e).
This commit is contained in:
@@ -131,20 +131,7 @@ cd build</userinput></screen>
|
||||
|
||||
<para>Install the package:</para>
|
||||
|
||||
<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>
|
||||
<screen><userinput remap="install">make install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user