Author: manuel
Date: 2006-03-05 03:13:30 -0700 (Sun, 05 Mar 2006)
New Revision: 7406
Modified:
branches/alphabetical/BOOK/chapter01/changelog.xml
branches/alphabetical/BOOK/chapter05/patch.xml
branches/alphabetical/BOOK/general.ent
Log:
Ported r7404 from trunk to alphabetical branch.
Modified: branches/alphabetical/BOOK/chapter01/changelog.xml
===================================================================
--- branches/alphabetical/BOOK/chapter01/changelog.xml 2006-03-05 09:58:35 UTC
(rev 7405)
+++ branches/alphabetical/BOOK/chapter01/changelog.xml 2006-03-05 10:13:30 UTC
(rev 7406)
@@ -37,11 +37,21 @@
-->
<listitem>
+ <para>March 3, 2006</para>
+ <itemizedlist>
+ <listitem>
+ <para>[gereard] - Remove -D_GNU_SOURCE from chapter 5 - Patch. Thanks
+ to Dan Nicholson for the patch.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>March 1, 2006</para>
<itemizedlist>
<listitem>
<para>[jhuntwork] - Added a description of perl configure flags that
- help perl deal with a lack of groff. Thanks Dan Nicholson.</para>
+ help perl deal with a lack of groff. Thanks Dan Nicholson.</para>
</listitem>
</itemizedlist>
</listitem>
Modified: branches/alphabetical/BOOK/chapter05/patch.xml
===================================================================
--- branches/alphabetical/BOOK/chapter05/patch.xml 2006-03-05 09:58:35 UTC
(rev 7405)
+++ branches/alphabetical/BOOK/chapter05/patch.xml 2006-03-05 10:13:30 UTC
(rev 7406)
@@ -43,12 +43,8 @@
<para>Prepare Patch for compilation:</para>
-<screen><userinput>CPPFLAGS=-D_GNU_SOURCE ./configure
--prefix=/tools</userinput></screen>
+<screen><userinput>./configure --prefix=/tools</userinput></screen>
- <para>The preprocessor flag <parameter>-D_GNU_SOURCE</parameter> is
- only needed on the PowerPC platform. It can be left out on other
- architectures.</para>
-
<para>Compile the package:</para>
<screen><userinput>make</userinput></screen>
Modified: branches/alphabetical/BOOK/general.ent
===================================================================
--- branches/alphabetical/BOOK/general.ent 2006-03-05 09:58:35 UTC (rev
7405)
+++ branches/alphabetical/BOOK/general.ent 2006-03-05 10:13:30 UTC (rev
7406)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "ALPHABETICAL-20060301">
-<!ENTITY releasedate "March 1, 2006">
+<!ENTITY version "ALPHABETICAL-20060305">
+<!ENTITY releasedate "March 5, 2006">
<!ENTITY milestone "6.2">
<!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