Author: krejzi
Date: Fri Feb 15 08:07:15 2013
New Revision: 10153
Log:
Revert chap5 gettext change. I commited it by accident.
Modified:
branches/systemd/BOOK/chapter05/gettext.xml
Modified: branches/systemd/BOOK/chapter05/gettext.xml
==============================================================================
--- branches/systemd/BOOK/chapter05/gettext.xml Fri Feb 15 08:05:57 2013
(r10152)
+++ branches/systemd/BOOK/chapter05/gettext.xml Fri Feb 15 08:07:15 2013
(r10153)
@@ -44,7 +44,7 @@
<title>Installation of Gettext</title>
<para>For our temporary set of tools, we only need to build and install
- three binaries from Gettext.</para>
+ one binary from Gettext.</para>
<para>Prepare Gettext for compilation:</para>
@@ -76,9 +76,7 @@
<para>Compile the package:</para>
<screen><userinput remap="make">make -C gnulib-lib
-make -C src msgfmt
-make -C src msgmerge
-make -C src xgettext</userinput></screen>
+make -C src msgfmt</userinput></screen>
<para>As only one binary has been compiled, it is not possible to run the
test suite without compiling additional support libraries from the Gettext
@@ -87,7 +85,7 @@
<para>Install the <command>msgfmt</command> binary:</para>
-<screen><userinput remap="install">cp -v src/{msgfmt,msgmerge,xgettext}
/tools/bin</userinput></screen>
+<screen><userinput remap="install">cp -v src/msgfmt
/tools/bin</userinput></screen>
</sect2>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page