Author: dj
Date: 2008-10-10 22:02:55 -0600 (Fri, 10 Oct 2008)
New Revision: 8627
Modified:
trunk/BOOK/chapter05/glibc.xml
trunk/BOOK/chapter06/glibc.xml
Log:
minor correction - glibc patch paths
Modified: trunk/BOOK/chapter05/glibc.xml
===================================================================
--- trunk/BOOK/chapter05/glibc.xml 2008-10-11 01:48:43 UTC (rev 8626)
+++ trunk/BOOK/chapter05/glibc.xml 2008-10-11 04:02:55 UTC (rev 8627)
@@ -46,8 +46,8 @@
<para>Though not mandatory in this chapter, if you plan on running the test
suite, you should apply the following patches:</para>
-<screen><userinput remap="pre">patch -Np1 -i &glibc-iconv-test-fixes-patch;
-patch -Np1 -i &glibc-ildoubl-test-fix-patch;</userinput></screen>
+<screen><userinput remap="pre">patch -Np1 -i ../&glibc-iconv-test-fixes-patch;
+patch -Np1 -i ../&glibc-ildoubl-test-fix-patch;</userinput></screen>
<para>The Glibc documentation recommends building Glibc outside of the
source
directory in a dedicated build directory:</para>
Modified: trunk/BOOK/chapter06/glibc.xml
===================================================================
--- trunk/BOOK/chapter06/glibc.xml 2008-10-11 01:48:43 UTC (rev 8626)
+++ trunk/BOOK/chapter06/glibc.xml 2008-10-11 04:02:55 UTC (rev 8627)
@@ -91,8 +91,8 @@
<para>First apply two patches which correct failures in the test
suite:</para>
-<screen><userinput remap="pre">patch -Np1 -i &glibc-iconv-test-fixes-patch;
-patch -Np1 -i &glibc-ildoubl-test-fix-patch;</userinput></screen>
+<screen><userinput remap="pre">patch -Np1 -i ../&glibc-iconv-test-fixes-patch;
+patch -Np1 -i ../&glibc-ildoubl-test-fix-patch;</userinput></screen>
<para>The <command>ldd</command> shell script contains Bash-specific
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page