Author: bdubbs
Date: 2009-05-28 17:13:59 -0600 (Thu, 28 May 2009)
New Revision: 8938
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter08/grub.xml
trunk/BOOK/general.ent
Log:
Update grub make instruction to ensure all checks pass.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2009-05-28 04:39:41 UTC (rev 8937)
+++ trunk/BOOK/chapter01/changelog.xml 2009-05-28 23:13:59 UTC (rev 8938)
@@ -38,6 +38,16 @@
-->
<listitem>
+ <para>2009-05-28</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Update grub make instruction to ensure all
+ checks pass.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2009-05-27</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/chapter08/grub.xml
===================================================================
--- trunk/BOOK/chapter08/grub.xml 2009-05-28 04:39:41 UTC (rev 8937)
+++ trunk/BOOK/chapter08/grub.xml 2009-05-28 23:13:59 UTC (rev 8938)
@@ -73,9 +73,10 @@
<screen><userinput remap="configure">./configure
--prefix=/usr</userinput></screen>
- <para>Compile the package:</para>
+ <para>Compile the package, but use custom optimization flags to
+ prevent an error flagged in the test routines:</para>
-<screen><userinput remap="make">make</userinput></screen>
+<screen><userinput remap="make">make CFLAGS="-march=i486 -mtune=native
-Os"</userinput></screen>
<para>To test the results, issue:</para>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2009-05-28 04:39:41 UTC (rev 8937)
+++ trunk/BOOK/general.ent 2009-05-28 23:13:59 UTC (rev 8938)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20090527">
-<!ENTITY releasedate "May 27, 2009">
+<!ENTITY version "SVN-20090528">
+<!ENTITY releasedate "May 28, 2009">
<!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not
– -->
<!ENTITY milestone "6.5">
<!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