Changeset 48553c1


Ignore:
Timestamp:
11/16/2005 12:16:59 PM (18 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
6856842
Parents:
66cf8d2
Message:

Merged revisions 7155, 7156 to alphabetical branch

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/alphabetical/BOOK@7157 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r66cf8d2 r48553c1  
    115115</listitem>
    116116
     117<listitem><para>November 16, 2005 [jhuntwork]: Textual correction concerning
     118gettext in chapter 5 and the use of --disable-shared</para></listitem>
     119
     120<listitem><para>November 15, 2005 [archaic]: Changed the chapter 6 Perl Dpager
     121configure option to reflect the new location of the less
     122binary.</para></listitem>
     123
    117124<listitem><para>November 14, 2005 [jhuntwork]: Only install <command>msgfmt</command>
    118125from gettext in chapter 5. This is all that is necessary and prevents gettext
  • chapter05/gettext.xml

    r66cf8d2 r48553c1  
    4040<varlistentry>
    4141<term><parameter>--disable-shared</parameter></term>
    42 <listitem><para>We are not installing any of the gettext libraries at this
    43 time so we need to build <command>msgfmt</command> as a static binary.</para></listitem>
     42<listitem><para>We do not need to install any of the shared gettext libraries at this
     43time, therefore, no need to build them.</para></listitem>
    4444</varlistentry>
    4545</variablelist>
     
    5050make -C src msgfmt</userinput></screen>
    5151
    52 <para>Install the single static binary:</para>
     52<para>Install the <command>msgfmt</command> binary:</para>
    5353
    5454<screen><userinput>cp -v src/msgfmt /tools/bin</userinput></screen>
  • chapter06/perl.xml

    r66cf8d2 r48553c1  
    3434prepare Perl for compilation with:</para>
    3535
    36 <screen><userinput>./configure.gnu --prefix=/usr -Dpager="/bin/less -isR"</userinput></screen>
     36<screen><userinput>./configure.gnu --prefix=/usr -Dpager="/usr/bin/less -isR"</userinput></screen>
    3737
    3838<para>The meaning of the configure options:</para>
     
    4040<variablelist>
    4141<varlistentry>
    42 <term><parameter>-Dpager="/bin/less -isR"</parameter></term>
     42<term><parameter>-Dpager="/usr/bin/less -isR"</parameter></term>
    4343<listitem><para>This corrects an error in the way that
    4444<command>perldoc</command> invokes the <command>less</command> program.</para>
  • general.ent

    r66cf8d2 r48553c1  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "ALPHABETICAL-20051114">
    3 <!ENTITY releasedate "November 14, 2005">
     2<!ENTITY version "ALPHABETICAL-20051116">
     3<!ENTITY releasedate "November 16, 2005">
    44<!ENTITY milestone "6.2">
    55<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
Note: See TracChangeset for help on using the changeset viewer.