aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@mengyan1223.wang>2022-02-03 18:01:59 +0800
committerXi Ruoyao <xry111@mengyan1223.wang>2022-02-04 17:55:05 +0800
commitbca4876ac555fd2d93e9e962831120e53e3e1081 (patch)
tree76e53ef7084a7b313d982b38da60d9e6b3fa3aee /chapter05
parent651c74bef90c5d167eab8ee6c0c7531beb4bfb0b (diff)
Revert "binutils: use -j1 for make install"
This reverts commit 03a41fd0cd6635843d313c02150692a05d6b8bd2. It's no longer needed after binutils-gdb commit "install dependencies for ld -> bfd and libctf -> bfd" (755ba58e).
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/binutils-pass1.xml15
1 files changed, 1 insertions, 14 deletions
diff --git a/chapter05/binutils-pass1.xml b/chapter05/binutils-pass1.xml
index a0410f9f3..debe5c63f 100644
--- a/chapter05/binutils-pass1.xml
+++ b/chapter05/binutils-pass1.xml
@@ -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>