Author: bdubbs
Date: 2010-05-26 11:52:50 -0600 (Wed, 26 May 2010)
New Revision: 9288
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter05/generalinstructions.xml
trunk/BOOK/general.ent
Log:
Add additional information to clarify the build process
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2010-05-24 00:41:00 UTC (rev 9287)
+++ trunk/BOOK/chapter01/changelog.xml 2010-05-26 17:52:50 UTC (rev 9288)
@@ -37,6 +37,16 @@
-->
<listitem>
+ <para>2010-05-26</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Add additional information to clarify the
+ build process.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2010-05-23</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/chapter05/generalinstructions.xml
===================================================================
--- trunk/BOOK/chapter05/generalinstructions.xml 2010-05-24 00:41:00 UTC
(rev 9287)
+++ trunk/BOOK/chapter05/generalinstructions.xml 2010-05-26 17:52:50 UTC
(rev 9288)
@@ -72,4 +72,18 @@
</itemizedlist>
+ <para>To re-emphasize the build process:</para>
+
+<screen role="nodump">
+1. Place all the sources and patches in a directory that will be accessible
from the
+ chroot envronment such as /mnt/lfs/sources/. Do <emphasis>not</emphasis>
put sources in /mnt/lfs/tools/.
+2. Change to the sources directory.
+3. For each package:
+ a. Using the tar program, extract the package to be built.
+ b. Change to the directory created when the package was extracted.
+ c. Follow the book's instructions for building the package.
+ d. Change back to the sources directory.
+ e. Delete the extracted source directory and any <package>-build
+ directories that were created in the build process.</screen>
+
</sect1>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2010-05-24 00:41:00 UTC (rev 9287)
+++ trunk/BOOK/general.ent 2010-05-26 17:52:50 UTC (rev 9288)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20100523">
-<!ENTITY releasedate "May 23, 2010">
+<!ENTITY version "SVN-20100526">
+<!ENTITY releasedate "May 26, 2010">
<!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not
– -->
<!ENTITY milestone "6.7">
<!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