Author: pierre
Date: Wed Mar 24 08:02:32 2021
New Revision: 12169

Log:
Clarify some explanations about the minimal directory layout in chap 4

Modified:
   trunk/BOOK/chapter04/creatingminlayout.xml
   trunk/BOOK/chapter05/libstdc++.xml

Modified: trunk/BOOK/chapter04/creatingminlayout.xml
==============================================================================
--- trunk/BOOK/chapter04/creatingminlayout.xml  Wed Mar 24 07:18:25 2021        
(r12168)
+++ trunk/BOOK/chapter04/creatingminlayout.xml  Wed Mar 24 08:02:32 2021        
(r12169)
@@ -12,7 +12,8 @@
 
   <para>The first task performed in the LFS partition is to create a limited
   directory hierarchy so that programs compiled in <xref
-  linkend="chapter-temporary-tools"/> may be installed in their final
+  linkend="chapter-temporary-tools"/> (as well as glibc and libstdc++ in <xref
+  linkend="chapter-cross-tools"/>) may be installed in their final
   location. This is needed so that those temporary programs be overwritten
   when rebuilding them in <xref linkend="chapter-building-system"/>.</para>
 

Modified: trunk/BOOK/chapter05/libstdc++.xml
==============================================================================
--- trunk/BOOK/chapter05/libstdc++.xml  Wed Mar 24 07:18:25 2021        (r12168)
+++ trunk/BOOK/chapter05/libstdc++.xml  Wed Mar 24 08:02:32 2021        (r12169)
@@ -75,8 +75,9 @@
       <varlistentry>
         <term><parameter>--host=...</parameter></term>
         <listitem>
-          <para>Specifies the use the cross compiler we have just built
-          instead of the one in <filename>/usr/bin</filename>.</para>
+          <para>Specifies that the cross compiler we have just built
+          should be used instead of the one in
+          <filename>/usr/bin</filename>.</para>
         </listitem>
       </varlistentry>
 
-- 
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