Author: jim
Date: 2006-08-06 09:46:58 -0600 (Sun, 06 Aug 2006)
New Revision: 2178

Modified:
   /
   trunk/BOOK/final-system/common/bzip2.xml
   trunk/BOOK/final-system/multilib/bzip2-n32.xml
   trunk/BOOK/final-system/multilib/glibc.xml
   trunk/BOOK/final-system/multilib/zlib-64bit.xml
   trunk/BOOK/final-system/x86_64-64/binutils.xml
Log:
 [EMAIL PROTECTED] (orig r2303):  [EMAIL PROTECTED] | 2006-08-06 06:39:16 -0700
 Text updates



Property changes on: 
___________________________________________________________________
Name: svk:merge
   - b6734a72-470d-0410-b049-f317dca95413:/:2302
   + b6734a72-470d-0410-b049-f317dca95413:/:2303

Modified: trunk/BOOK/final-system/common/bzip2.xml
===================================================================
--- trunk/BOOK/final-system/common/bzip2.xml    2006-08-06 15:46:50 UTC (rev 
2177)
+++ trunk/BOOK/final-system/common/bzip2.xml    2006-08-06 15:46:58 UTC (rev 
2178)
@@ -56,7 +56,7 @@
     <filename class="libraryfile">libbz2.so</filename> library and links the
     Bzip2 utilities against it.</para>
 
-    <para os="d">Recompile the package using a non-shared library and test 
it.</para>
+    <para os="d">Recompile the package using a non-shared library and test 
it:</para>
 
 <screen os="e"><userinput>make</userinput></screen>
 

Modified: trunk/BOOK/final-system/multilib/bzip2-n32.xml
===================================================================
--- trunk/BOOK/final-system/multilib/bzip2-n32.xml      2006-08-06 15:46:50 UTC 
(rev 2177)
+++ trunk/BOOK/final-system/multilib/bzip2-n32.xml      2006-08-06 15:46:58 UTC 
(rev 2178)
@@ -38,7 +38,7 @@
     href="bzip2.xml"
     xpointer="xpointer(//[EMAIL PROTECTED]'c'])"/>
 
-    <para os="c1">Recompile the package using a non-shared library.</para>
+    <para os="c1">Recompile the package using a non-shared library:</para>
 
 <screen os="d"><userinput>make CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" 
libbz2.a</userinput></screen>
 

Modified: trunk/BOOK/final-system/multilib/glibc.xml
===================================================================
--- trunk/BOOK/final-system/multilib/glibc.xml  2006-08-06 15:46:50 UTC (rev 
2177)
+++ trunk/BOOK/final-system/multilib/glibc.xml  2006-08-06 15:46:58 UTC (rev 
2178)
@@ -90,8 +90,8 @@
     <para os="l1">In multilib, we tend to think that compiling for
     <literal>${CLFS_TARGET32}</literal> is <emphasis>not</emphasis>
     cross-compiling. Glibc takes the traditional view that if you are building
-    for a different host then you are cross-compiling, so you won&quot;t be 
running
-    the tests and therefore you don&quot;t need the locale files. When we run
+    for a different host then you are cross-compiling, so you won't be running
+    the tests and therefore you don't need the locale files. When we run
     the tests, many will fail if the locale files are missing. The following
     sed allows these tests to succeed:</para>
 

Modified: trunk/BOOK/final-system/multilib/zlib-64bit.xml
===================================================================
--- trunk/BOOK/final-system/multilib/zlib-64bit.xml     2006-08-06 15:46:50 UTC 
(rev 2177)
+++ trunk/BOOK/final-system/multilib/zlib-64bit.xml     2006-08-06 15:46:58 UTC 
(rev 2178)
@@ -58,7 +58,7 @@
 
     <para os="h">The previous command installed a <filename
     class="extension">.so</filename> file in <filename
-    class="directory">/usr/lib64</filename>. We will remove itinto
+    class="directory">/usr/lib64</filename>. We will move it into
     <filename class="directory">/lib64</filename> and then relink it
     to <filename class="directory">/usr/lib64</filename>:</para>
 

Modified: trunk/BOOK/final-system/x86_64-64/binutils.xml
===================================================================
--- trunk/BOOK/final-system/x86_64-64/binutils.xml      2006-08-06 15:46:50 UTC 
(rev 2177)
+++ trunk/BOOK/final-system/x86_64-64/binutils.xml      2006-08-06 15:46:58 UTC 
(rev 2178)
@@ -83,7 +83,7 @@
     xpointer="xpointer(//[EMAIL PROTECTED]'o'])"/>
 
       <para>The ld test suite accesses 
<filename>/lib64/ld-linux-x86-64.so</filename>
-       in some of the tests. The following symbolic link will allow 
this.</para>
+       in some of the tests. The following symbolic link will allow 
this:</para>
 
 <screen><userinput>ln -sv /lib /lib64</userinput></screen>
 
@@ -95,7 +95,7 @@
     href="../common/binutils.xml"
     xpointer="xpointer(//[EMAIL PROTECTED]'q'])"/>
 
-       <para>Now remove the unwanted symlink.</para>
+       <para>Now remove the temporary symlink:</para>
 
 <screen><userinput>rm -v /lib64</userinput></screen>
 

-- 
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to