aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--chapter05/binutils-pass1.xml15
-rw-r--r--chapter06/binutils-pass2.xml2
-rw-r--r--chapter08/binutils.xml2
-rw-r--r--general.ent6
5 files changed, 29 insertions, 6 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index a4d1a72dd..2f8e33d32 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -43,6 +43,16 @@
appropriate for the entry or if needed the entire day's listitem.
-->
<listitem>
+ <para>2021-03-17</para>
+ <itemizedlist>
+ <listitem>
+ <para>[xry111] - Use <option>-j1</option> for Binutils
+ installation. Thanks report from Hans Meier.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2021-03-15</para>
<itemizedlist>
<listitem>
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>
diff --git a/chapter06/binutils-pass2.xml b/chapter06/binutils-pass2.xml
index 414d782b3..182e06df0 100644
--- a/chapter06/binutils-pass2.xml
+++ b/chapter06/binutils-pass2.xml
@@ -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
+<screen><userinput remap="install">make DESTDIR=$LFS install -j1
install -vm755 libctf/.libs/libctf.so.0.0.0 $LFS/usr/lib</userinput></screen>
</sect2>
diff --git a/chapter08/binutils.xml b/chapter08/binutils.xml
index 7945938b0..55e6f8636 100644
--- a/chapter08/binutils.xml
+++ b/chapter08/binutils.xml
@@ -162,7 +162,7 @@ cd build</userinput></screen>
<para>Install the package:</para>
-<screen><userinput remap="install">make tooldir=/usr install</userinput></screen>
+<screen><userinput remap="install">make tooldir=/usr install -j1</userinput></screen>
<para>Remove useless static libraries:</para>
diff --git a/general.ent b/general.ent
index c7bf93e57..973a95a81 100644
--- a/general.ent
+++ b/general.ent
@@ -1,13 +1,13 @@
-<!ENTITY version "SVN-20210315">
+<!ENTITY version "SVN-20210317">
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
Change to x.y for release but not -rc releases -->
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
-<!ENTITY versiond "20210315-systemd">
+<!ENTITY versiond "20210317-systemd">
<!ENTITY short-versiond "systemd">
<!ENTITY generic-versiond "systemd">
-<!ENTITY releasedate "March 15th, 2021">
+<!ENTITY releasedate "March 17th, 2021">
<!ENTITY copyrightdate "1999-2021"><!-- jhalfs needs a literal dash, not &ndash; -->