Author: bdubbs
Date: 2009-07-12 10:48:19 -0600 (Sun, 12 Jul 2009)
New Revision: 8958
Modified:
trunk/BOOK/chapter05/adjusting.xml
trunk/BOOK/chapter05/gcc-pass2.xml
trunk/BOOK/chapter06/glibc.xml
trunk/BOOK/prologue/hostreqs.xml
Log:
Change output if readelf to render on one line like the actual output.
Update formatting for pdf.
This is appearance only and did not change version number.
Fixes Ticket #2438.
Modified: trunk/BOOK/chapter05/adjusting.xml
===================================================================
--- trunk/BOOK/chapter05/adjusting.xml 2009-07-08 23:11:07 UTC (rev 8957)
+++ trunk/BOOK/chapter05/adjusting.xml 2009-07-12 16:48:19 UTC (rev 8958)
@@ -52,8 +52,7 @@
<para>If everything is working correctly, there should be no errors,
and the output of the last command will be of the form:</para>
-<screen><computeroutput>[Requesting program interpreter:
- /tools/lib/ld-linux.so.2]</computeroutput></screen>
+<screen><computeroutput>[Requesting program interpreter:
/tools/lib/ld-linux.so.2]</computeroutput></screen>
<para>Note that <filename class="directory">/tools/lib</filename>, or
<filename class="directory">/tools/lib64</filename> for 64-bit machines
Modified: trunk/BOOK/chapter05/gcc-pass2.xml
===================================================================
--- trunk/BOOK/chapter05/gcc-pass2.xml 2009-07-08 23:11:07 UTC (rev 8957)
+++ trunk/BOOK/chapter05/gcc-pass2.xml 2009-07-12 16:48:19 UTC (rev 8958)
@@ -252,8 +252,7 @@
<para>If everything is working correctly, there should be no errors,
and the output of the last command will be of the form:</para>
-<screen><computeroutput>[Requesting program interpreter:
- /tools/lib/ld-linux.so.2]</computeroutput></screen>
+<screen><computeroutput>[Requesting program interpreter:
/tools/lib/ld-linux.so.2]</computeroutput></screen>
<para>Note that <filename class="directory">/tools/lib</filename>, or
<filename class="directory">/tools/lib64</filename> for 64-bit machines
Modified: trunk/BOOK/chapter06/glibc.xml
===================================================================
--- trunk/BOOK/chapter06/glibc.xml 2009-07-08 23:11:07 UTC (rev 8957)
+++ trunk/BOOK/chapter06/glibc.xml 2009-07-12 16:48:19 UTC (rev 8958)
@@ -113,8 +113,10 @@
<para>Fix an error in the constants that get passed to the futex system
call in some cases, causing certain pthread_mutex operations to
fail:</para>
-<screen><userinput remap="pre">sed -i -e 's/FUTEX_WAIT\( |
FUTEX_CLOCK_REALTIME, reg\)/FUTEX_WAIT_BITSET\1/' \
-
nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S</userinput></screen>
+<!-- Format below is for proper pdf generation -->
+<screen><userinput remap="pre">sed -i \
+ -e 's/FUTEX_WAIT\( | FUTEX_CLOCK_REALTIME, reg\)/FUTEX_WAIT_BITSET\1/' \
+ nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S</userinput></screen>
<para>The Glibc documentation recommends building Glibc outside of the
source
directory in a dedicated build directory:</para>
Modified: trunk/BOOK/prologue/hostreqs.xml
===================================================================
--- trunk/BOOK/prologue/hostreqs.xml 2009-07-08 23:11:07 UTC (rev 8957)
+++ trunk/BOOK/prologue/hostreqs.xml 2009-07-12 16:48:19 UTC (rev 8958)
@@ -151,10 +151,10 @@
deviation from the instructions or additional patches to some
packages.</para>
- <para>To see whether your host system has all the appropriate versions, and
+ <para id="version-check">To see whether your host system has all the
appropriate versions, and
the ability to compile programs, run the following:</para>
-<anchor xreflabel="Version Check Script" id="version-check"/>
+<!--<anchor xreflabel="Version Check Script" id="version-check"/>-->
<screen role="nodump"><userinput>cat > version-check.sh << "EOF"
<literal>#!/bin/bash
export LC_ALL=C
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page