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:
Xi Ruoyao 2022-02-03 18:01:59 +08:00
parent 651c74bef9
commit bca4876ac5
No known key found for this signature in database
GPG Key ID: D95E4716CCBB34DC
3 changed files with 3 additions and 16 deletions

View File

@ -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>

View File

@ -90,7 +90,7 @@ cd build</userinput></screen>
<filename class="libraryfile">libctf.so</filename>
to link against zlib from the host distribution:</para>
<screen><userinput remap="install">make DESTDIR=$LFS install -j1
<screen><userinput remap="install">make DESTDIR=$LFS install
install -vm755 libctf/.libs/libctf.so.0.0.0 $LFS/usr/lib</userinput></screen>
</sect2>

View File

@ -178,7 +178,7 @@ cd build</userinput></screen>
-->
<para>Install the package:</para>
<screen><userinput remap="install">make tooldir=/usr install -j1</userinput></screen>
<screen><userinput remap="install">make tooldir=/usr install</userinput></screen>
<para>Remove useless static libraries:</para>