Changeset 0702305


Ignore:
Timestamp:
11/16/2005 12:14:32 PM (18 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
6d3214b
Parents:
5084f449
Message:

Textual correction concerning gettext in chapter 5 and --disable-shared

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r5084f449 r0702305  
    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
    117120<listitem><para>November 15, 2005 [archaic]: Changed the chapter 6 Perl Dpager
    118121configure option to reflect the new location of the less
  • chapter05/gettext.xml

    r5084f449 r0702305  
    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>
  • general.ent

    r5084f449 r0702305  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20051115">
    3 <!ENTITY releasedate "November 15, 2005">
     2<!ENTITY version "SVN-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.