Ignore:
Timestamp:
May 22, 2014, 9:55:01 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-sysvinit, sysvinit
Children:
2d1be42
Parents:
569d3bdc
Message:

Only need msgfmt for sysvinit system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/common/gettext.xml

    r569d3bdc rbff7a17  
    4242    --disable-shared --cache-file=config.cache</userinput></screen>
    4343
    44     <para os="e">Compile the required programs and support library:</para>
     44    <para os="e">Compile the required program and support library:</para>
    4545
    4646<screen os="f"><userinput>make -C gnulib-lib
    47 make -C src msgfmt msgmerge xgettext</userinput></screen>
     47make -C src msgfmt</userinput></screen>
    4848
    49     <para os="g">Install the <command>msgfmt</command>,
    50     <command>msgmerge</command> and <command>xgettext</command> binaries:</para>
     49    <para os="g">Install the <command>msgfmt</command> binary:</para>
    5150
    52 <screen os="h"><userinput>cp -v src/{msgfmt,msgmerge,xgettext} /tools/bin</userinput></screen>
     51<screen os="h"><userinput>cp -v src/msgfmt /tools/bin</userinput></screen>
    5352
    5453  </sect2>
Note: See TracChangeset for help on using the changeset viewer.