Author: bdubbs
Date: 2012-02-01 11:17:30 -0700 (Wed, 01 Feb 2012)
New Revision: 9724
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter05/gcc-pass1.xml
trunk/BOOK/chapter05/generalinstructions.xml
trunk/BOOK/chapter06/kmod.xml
trunk/BOOK/general.ent
Log:
Clarify (again) the extraction order in GCC Pass 1
Reformat Kmod configure command.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2012-01-30 21:20:31 UTC (rev 9723)
+++ trunk/BOOK/chapter01/changelog.xml 2012-02-01 18:17:30 UTC (rev 9724)
@@ -38,6 +38,19 @@
-->
<listitem>
+ <para>2012-02-01</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Clarify (again) the extraction order
+ in GCC Pass 1.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Reformat Kmod configure command.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2012-01-30</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/chapter05/gcc-pass1.xml
===================================================================
--- trunk/BOOK/chapter05/gcc-pass1.xml 2012-01-30 21:20:31 UTC (rev 9723)
+++ trunk/BOOK/chapter05/gcc-pass1.xml 2012-02-01 18:17:30 UTC (rev 9724)
@@ -49,6 +49,12 @@
resulting directories so the GCC build procedures will automatically
use them:</para>
+ <note><para>There are frequent misunderstandings about this chapter. The
+ procedures are the same as every other chapter as explained earlier (<xref
+ linkend='buildinstr'/>). First extract the gcc tarball from the sources
+ directory and then change to the directory created. Only then should you
+ proceed with the instructions below.</para></note>
+
<screen><userinput remap="pre">tar -jxf ../mpfr-&mpfr-version;.tar.bz2
mv -v mpfr-&mpfr-version; mpfr
tar -Jxf ../gmp-&gmp-version;.tar.xz
Modified: trunk/BOOK/chapter05/generalinstructions.xml
===================================================================
--- trunk/BOOK/chapter05/generalinstructions.xml 2012-01-30 21:20:31 UTC
(rev 9723)
+++ trunk/BOOK/chapter05/generalinstructions.xml 2012-02-01 18:17:30 UTC
(rev 9724)
@@ -69,7 +69,7 @@
<listitem>
<para>Change to the sources directory.</para>
</listitem>
- <listitem>
+ <listitem id='buildinstr' xreflabel='Package build instructions'>
<para>For each package:</para>
<orderedlist numeration="loweralpha" spacing="compact">
<listitem>
Modified: trunk/BOOK/chapter06/kmod.xml
===================================================================
--- trunk/BOOK/chapter06/kmod.xml 2012-01-30 21:20:31 UTC (rev 9723)
+++ trunk/BOOK/chapter06/kmod.xml 2012-02-01 18:17:30 UTC (rev 9724)
@@ -43,10 +43,12 @@
<para>Prepare Kmod for compilation:</para>
-<screen><userinput remap="configure">liblzma_CFLAGS="-I/usr/include"
liblzma_LIBS="-L/lib -llzma" \
- zlib_CFLAGS="-I/usr/include" zlib_LIBS="-L/lib -lz" ./configure \
- --prefix=/usr --bindir=/bin --libdir=/lib --sysconfdir=/etc --with-xz \
- --with-zlib</userinput></screen>
+<screen><userinput remap="configure">liblzma_CFLAGS="-I/usr/include" \
+liblzma_LIBS="-L/lib -llzma" \
+zlib_CFLAGS="-I/usr/include" \
+zlib_LIBS="-L/lib -lz" \
+./configure --prefix=/usr --bindir=/bin --libdir=/lib --sysconfdir=/etc \
+ --with-xz --with-zlib</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2012-01-30 21:20:31 UTC (rev 9723)
+++ trunk/BOOK/general.ent 2012-02-01 18:17:30 UTC (rev 9724)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20120130">
-<!ENTITY releasedate "Jan 30, 2012">
+<!ENTITY version "SVN-20120201">
+<!ENTITY releasedate "Feb 1, 2012">
<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not
– -->
<!ENTITY milestone "7.1">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or
"x.y[-pre{x}]" -->
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page