Changeset bff7a17 for BOOK


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

Location:
BOOK
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/introduction/common/changelog.xml

    r569d3bdc rbff7a17  
    3838
    3939    <listitem>
     40      <para>22 May 2014</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[Chris] - Removed xgettext and msgmerge from temp-system
     44          Gettext - those are only needed for ACL/Attr.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
     49    <listitem>
    4050      <para>21 May 2014</para>
    4151      <itemizedlist>
  • 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.