Author: xry111
Date: Wed Mar 17 09:30:50 2021
New Revision: 12166

Log:
binutils: use -j1 for make install

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter05/binutils-pass1.xml
   trunk/BOOK/chapter06/binutils-pass2.xml
   trunk/BOOK/chapter08/binutils.xml
   trunk/BOOK/general.ent

Modified: trunk/BOOK/chapter01/changelog.xml
==============================================================================
--- trunk/BOOK/chapter01/changelog.xml  Sun Mar 14 22:54:50 2021        (r12165)
+++ trunk/BOOK/chapter01/changelog.xml  Wed Mar 17 09:30:50 2021        (r12166)
@@ -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>

Modified: trunk/BOOK/chapter05/binutils-pass1.xml
==============================================================================
--- trunk/BOOK/chapter05/binutils-pass1.xml     Sun Mar 14 22:54:50 2021        
(r12165)
+++ trunk/BOOK/chapter05/binutils-pass1.xml     Wed Mar 17 09:30:50 2021        
(r12166)
@@ -131,7 +131,20 @@
 
     <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>
 

Modified: trunk/BOOK/chapter06/binutils-pass2.xml
==============================================================================
--- trunk/BOOK/chapter06/binutils-pass2.xml     Sun Mar 14 22:54:50 2021        
(r12165)
+++ trunk/BOOK/chapter06/binutils-pass2.xml     Wed Mar 17 09:30:50 2021        
(r12166)
@@ -90,7 +90,7 @@
     <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>

Modified: trunk/BOOK/chapter08/binutils.xml
==============================================================================
--- trunk/BOOK/chapter08/binutils.xml   Sun Mar 14 22:54:50 2021        (r12165)
+++ trunk/BOOK/chapter08/binutils.xml   Wed Mar 17 09:30:50 2021        (r12166)
@@ -162,7 +162,7 @@
 
     <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>
 

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Sun Mar 14 22:54:50 2021        (r12165)
+++ trunk/BOOK/general.ent      Wed Mar 17 09:30:50 2021        (r12166)
@@ -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; -->
 
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to