Changeset 69f85d46


Ignore:
Timestamp:
02/16/2013 09:29:22 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
f0f4140
Parents:
b588d62
Message:

Build msgmerge and xgettext programs in temporary gettext instead of moving gettext before attr in chap06. Move shadow after attr and libcap.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gettext.xml

    rb588d62 r69f85d46  
    4545
    4646    <para>For our temporary set of tools, we only need to build and install
    47     one binary from Gettext.</para>
     47    three programs 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</userinput></screen>
     79make -C src msgfmt
     80make -C src msgmerge
     81make -C src xgettext</userinput></screen>
    8082
    81     <para>As only one binary has been compiled, it is not possible to run the
     83    <para>As only three programs have been compiled, it is not possible to run the
    8284    test suite without compiling additional support libraries from the Gettext
    8385    package. It is therefore not recommended to attempt to run the test suite at
    8486    this stage.</para>
    8587
    86     <para>Install the <command>msgfmt</command> binary:</para>
     88    <para>Install the <command>msgfmt</command>, <command>msgmerge</command> and
     89     <command>xgettext</command> programs:</para>
    8790
    88 <screen><userinput remap="install">cp -v src/msgfmt /tools/bin</userinput></screen>
     91<screen><userinput remap="install">cp -v src/{msgfmt,msgmerge,xgettext} /tools/bin</userinput></screen>
    8992
    9093  </sect2>
  • chapter06/chapter06.xml

    rb588d62 r69f85d46  
    3737  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="procps.xml"/>
    3838  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="e2fsprogs.xml"/>
    39   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="shadow.xml"/>
    40   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gettext.xml"/>
    4139  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="attr.xml"/>
    4240  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libcap.xml"/>
     41  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="shadow.xml"/>
    4342  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="coreutils.xml"/>
    4443  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="iana-etc.xml"/>
     
    5958  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="findutils.xml"/>
    6059  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="flex.xml"/>
     60  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gettext.xml"/>
    6161  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="intltool.xml"/>
    6262  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gperf.xml"/>
  • general.ent

    rb588d62 r69f85d46  
    1 <!ENTITY version "SYSTEMD-20130215">
    2 <!ENTITY releasedate "February 15, 2013">
     1<!ENTITY version "SYSTEMD-20130216">
     2<!ENTITY releasedate "February 16, 2013">
    33<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone "7.3">
Note: See TracChangeset for help on using the changeset viewer.