[Clfs-commits] commit: r4347 - in /branches/clfs-sysroot/BOOK/final-system/common: bison.xml coreutils.xml gcc.xml gmp.xml

svn at cross-lfs.org svn at cross-lfs.org
Mon Jan 5 13:49:16 PST 2009


Author: chris at beaker67.com
Date: Mon Jan  5 21:49:16 2009
New Revision: 4347

Log:
Text updates

Modified:
    branches/clfs-sysroot/BOOK/final-system/common/bison.xml
    branches/clfs-sysroot/BOOK/final-system/common/coreutils.xml
    branches/clfs-sysroot/BOOK/final-system/common/gcc.xml
    branches/clfs-sysroot/BOOK/final-system/common/gmp.xml

Modified: branches/clfs-sysroot/BOOK/final-system/common/bison.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/final-system/common/bison.xml (original)
+++ branches/clfs-sysroot/BOOK/final-system/common/bison.xml Mon Jan  5 21:49:16 2009
@@ -29,7 +29,7 @@
 <screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     --prefix=/usr</userinput></screen>
 
-    <para os="b1">The configure system causes bison to be built without support
+    <para os="b1">The configure system causes Bison to be built without support
     for internationalization of error messages if a <command>bison</command>
     program is not already in ${PATH}.  The following addition will correct
     this:</para>

Modified: branches/clfs-sysroot/BOOK/final-system/common/coreutils.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/final-system/common/coreutils.xml (original)
+++ branches/clfs-sysroot/BOOK/final-system/common/coreutils.xml Mon Jan  5 21:49:16 2009
@@ -52,9 +52,9 @@
 sed -e "/binPROGRAMS_INSTALL=/s:./ginstall:install:" src/Makefile.in.orig > src/Makefile.in</userinput></screen>
 
     <para os="a">Configure can not properly determine how to get free space
-    when cross-compiling, Without putting the following entry into
-    <filename>config.cache</filename> the <command>df</command> program will
-    not be built.</para>
+    when cross-compiling - as a result, the <command>df</command> program will
+    not be built. Add the following entry to <filename>config.cache</filename>
+    to correct this:</para>
 
 <screen os="b"><userinput>echo "fu_cv_sys_stat_statfs2_bsize=yes" > config.cache</userinput></screen>
 

Modified: branches/clfs-sysroot/BOOK/final-system/common/gcc.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/final-system/common/gcc.xml (original)
+++ branches/clfs-sysroot/BOOK/final-system/common/gcc.xml Mon Jan  5 21:49:16 2009
@@ -45,19 +45,20 @@
     libiberty/Makefile.in</userinput></screen>
 
     <para os="e1">GCC provides a <command>gccbug</command> script which detects at
-    compile time whether mktemp is present, and hardcodes the result in a test.
-    If mktemp is not found, the script will fall back to using less
-    random names for temporary files.  We will be installing mktemp
-    later, so the following sed will simulate its presence:</para>
+    compile time whether <command>mktemp</command> is present, and hardcodes
+    the result in a test. If <command>mktemp</command> is not found, the
+    script will fall back to using less random names for temporary files.
+    <command>mktemp</command> will be installed as part of Coreutils
+    later, so the following <command>sed</command> will simulate its presence:</para>
 
 <screen os="e2"><userinput>cp gcc/gccbug.in{,.orig}
 sed 's/@have_mktemp_command@/yes/' gcc/gccbug.in.orig > gcc/gccbug.in</userinput></screen>
 
-    <para os="s1">The fixincludes attempts to "fix" the system headers
-    installed so far. Since gcc is cross-compiled expecting the system
-    headers to be in <filename class="directory">/usr/include</filename>
-    the script will be looking at host headers. The following sed prevents
-    the fixincludes script from running:</para>
+    <para os="s1">The <command>fixincludes</command> script attempts to "fix"
+    the system headers installed so far. Since GCC is cross-compiled expecting
+    the system headers to be in <filename class="directory">/usr/include</filename>,
+    the script will be looking at the host system's headers. The following sed
+    prevents <command>fixincludes</command> from running:</para>
 
 <screen os="s2"><userinput>cp gcc/Makefile.in{,.orig}
 sed 's@\./fixinc\.sh at -c true@' gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen>

Modified: branches/clfs-sysroot/BOOK/final-system/common/gmp.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/final-system/common/gmp.xml (original)
+++ branches/clfs-sysroot/BOOK/final-system/common/gmp.xml Mon Jan  5 21:49:16 2009
@@ -45,7 +45,10 @@
 
 <screen os="f"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
 
-    <para os="g">At this time, libtool does not support searching a sysroot for libraries. Leaving the .la files in place will cause libtool to look in the wrong place for libraries. These files are not required for linking on linux. Remove them with the following command:</para>
+    <para os="g">At this time, Libtool does not support searching a sysroot
+    for libraries. Leaving the .la files in place will cause Libtool to look
+    in the wrong place for libraries. These files are not required for
+    linking on Linux. Remove them with the following command:</para>
 
 <screen os="h"><userinput>rm -v ${CLFS}/usr/lib/lib{gmp,gmpxx,mp}.la</userinput></screen>
 




More information about the Clfs-commits mailing list