Changeset 24c1553


Ignore:
Timestamp:
02/15/2013 04:07:15 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
27de9a4f
Parents:
099fa3db
Message:

Revert chap5 gettext change. I commited it by accident.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gettext.xml

    r099fa3db r24c1553  
    4545
    4646    <para>For our temporary set of tools, we only need to build and install
    47     three binaries from Gettext.</para>
     47    one binary from Gettext.</para>
    4848
    4949    <para>Prepare Gettext for compilation:</para>
     
    7777
    7878<screen><userinput remap="make">make -C gnulib-lib
    79 make -C src msgfmt
    80 make -C src msgmerge
    81 make -C src xgettext</userinput></screen>
     79make -C src msgfmt</userinput></screen>
    8280
    8381    <para>As only one binary has been compiled, it is not possible to run the
     
    8886    <para>Install the <command>msgfmt</command> binary:</para>
    8987
    90 <screen><userinput remap="install">cp -v src/{msgfmt,msgmerge,xgettext} /tools/bin</userinput></screen>
     88<screen><userinput remap="install">cp -v src/msgfmt /tools/bin</userinput></screen>
    9189
    9290  </sect2>
Note: See TracChangeset for help on using the changeset viewer.