diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2005-11-16 12:14:32 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2005-11-16 12:14:32 +0000 |
commit | 07023059a01fef7bfc7350039882aff87870aca3 (patch) | |
tree | 4e8b3dbe9a0263b6536a031637895b793783979f /chapter05/gettext.xml | |
parent | 5084f44990ace7383df5b88c99efa3a908f1a4aa (diff) |
Textual correction concerning gettext in chapter 5 and --disable-shared
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7156 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gettext.xml')
-rw-r--r-- | chapter05/gettext.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/gettext.xml b/chapter05/gettext.xml index 422ffb022..1b7a21a35 100644 --- a/chapter05/gettext.xml +++ b/chapter05/gettext.xml @@ -39,8 +39,8 @@ <variablelist> <varlistentry> <term><parameter>--disable-shared</parameter></term> -<listitem><para>We are not installing any of the gettext libraries at this -time so we need to build <command>msgfmt</command> as a static binary.</para></listitem> +<listitem><para>We do not need to install any of the shared gettext libraries at this +time, therefore, no need to build them.</para></listitem> </varlistentry> </variablelist> @@ -49,7 +49,7 @@ time so we need to build <command>msgfmt</command> as a static binary.</para></l <screen><userinput>make -C lib make -C src msgfmt</userinput></screen> -<para>Install the single static binary:</para> +<para>Install the <command>msgfmt</command> binary:</para> <screen><userinput>cp -v src/msgfmt /tools/bin</userinput></screen> |