Author: jhuntwork
Date: 2005-11-16 05:16:59 -0700 (Wed, 16 Nov 2005)
New Revision: 7157

Modified:
   branches/alphabetical/BOOK/chapter01/changelog.xml
   branches/alphabetical/BOOK/chapter05/gettext.xml
   branches/alphabetical/BOOK/chapter06/perl.xml
   branches/alphabetical/BOOK/general.ent
Log:
Merged revisions 7155, 7156 to alphabetical branch

Modified: branches/alphabetical/BOOK/chapter01/changelog.xml
===================================================================
--- branches/alphabetical/BOOK/chapter01/changelog.xml  2005-11-16 12:14:32 UTC 
(rev 7156)
+++ branches/alphabetical/BOOK/chapter01/changelog.xml  2005-11-16 12:16:59 UTC 
(rev 7157)
@@ -114,6 +114,13 @@
 </itemizedlist>
 </listitem>
 
+<listitem><para>November 16, 2005 [jhuntwork]: Textual correction concerning
+gettext in chapter 5 and the use of --disable-shared</para></listitem>
+
+<listitem><para>November 15, 2005 [archaic]: Changed the chapter 6 Perl Dpager
+configure option to reflect the new location of the less
+binary.</para></listitem>
+
 <listitem><para>November 14, 2005 [jhuntwork]: Only install 
<command>msgfmt</command>
 from gettext in chapter 5. This is all that is necessary and prevents gettext
 from trying to pull in unnecessary elements from the host. Thanks to Greg 
Schafer

Modified: branches/alphabetical/BOOK/chapter05/gettext.xml
===================================================================
--- branches/alphabetical/BOOK/chapter05/gettext.xml    2005-11-16 12:14:32 UTC 
(rev 7156)
+++ branches/alphabetical/BOOK/chapter05/gettext.xml    2005-11-16 12:16:59 UTC 
(rev 7157)
@@ -39,8 +39,8 @@
 <variablelist>
 <varlistentry>
 <term><parameter>--disable-shared</parameter></term>
-<listitem><para>We are not installing any of the gettext libraries at this
-time so we need to build <command>msgfmt</command> as a static 
binary.</para></listitem>
+<listitem><para>We do not need to install any of the shared gettext libraries 
at this
+time, therefore, no need to build them.</para></listitem>
 </varlistentry>
 </variablelist>
 
@@ -49,7 +49,7 @@
 <screen><userinput>make -C lib
 make -C src msgfmt</userinput></screen>
 
-<para>Install the single static binary:</para>
+<para>Install the <command>msgfmt</command> binary:</para>
 
 <screen><userinput>cp -v src/msgfmt /tools/bin</userinput></screen>
 

Modified: branches/alphabetical/BOOK/chapter06/perl.xml
===================================================================
--- branches/alphabetical/BOOK/chapter06/perl.xml       2005-11-16 12:14:32 UTC 
(rev 7156)
+++ branches/alphabetical/BOOK/chapter06/perl.xml       2005-11-16 12:16:59 UTC 
(rev 7157)
@@ -33,13 +33,13 @@
 this package is built. If the defaults it auto-detects are suitable,
 prepare Perl for compilation with:</para>
 
-<screen><userinput>./configure.gnu --prefix=/usr -Dpager="/bin/less 
-isR"</userinput></screen>
+<screen><userinput>./configure.gnu --prefix=/usr -Dpager="/usr/bin/less 
-isR"</userinput></screen>
 
 <para>The meaning of the configure options:</para>
 
 <variablelist>
 <varlistentry>
-<term><parameter>-Dpager="/bin/less -isR"</parameter></term>
+<term><parameter>-Dpager="/usr/bin/less -isR"</parameter></term>
 <listitem><para>This corrects an error in the way that
 <command>perldoc</command> invokes the <command>less</command> program.</para>
 </listitem>

Modified: branches/alphabetical/BOOK/general.ent
===================================================================
--- branches/alphabetical/BOOK/general.ent      2005-11-16 12:14:32 UTC (rev 
7156)
+++ branches/alphabetical/BOOK/general.ent      2005-11-16 12:16:59 UTC (rev 
7157)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "ALPHABETICAL-20051114">
-<!ENTITY releasedate "November 14, 2005">
+<!ENTITY version "ALPHABETICAL-20051116">
+<!ENTITY releasedate "November 16, 2005">
 <!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

Reply via email to