[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-3.0.0-sysvinit-120-g23d7b98

git git at clfs.org
Fri Sep 4 18:36:18 PDT 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, sysvinit has been updated
       via  23d7b98b70868fb937f0e973fe8520c1ee0a8d95 (commit)
      from  924206ca70b83d84c3fa046b509803114f9eb410 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 23d7b98b70868fb937f0e973fe8520c1ee0a8d95
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Fri Sep 4 20:34:22 2015 -0500

    Edit os labelings.

diff --git a/BOOK/temp-system/common/gettext.xml b/BOOK/temp-system/common/gettext.xml
index 51c7df1..dd1e7c0 100644
--- a/BOOK/temp-system/common/gettext.xml
+++ b/BOOK/temp-system/common/gettext.xml
@@ -22,32 +22,25 @@
   <sect2 role="installation">
     <title>Installation of Gettext</title>
 
-    <para os="i">Many packages' installation procedures use the
+    <para os="a">Many packages' installation procedures use the
     <command>msgfmt</command> program for i18n support, so we will compile
-    and install it into <filename class="directory">/tools</filename>.</para>
+    and install it into <filename class="directory">/tools</filename>.
+    Attr also needs <command>msgmerge</command> and <command>xgettext</command>,
+    so we will install those as well.</para>
 
-    <para os="a">Only the programs in the
+    <para os="b">Only the programs in the
     <filename class="directory">gettext-tools</filename> directory need to be
     installed for the temp-system:</para>
 
-<screen os="b"><userinput>cd gettext-tools</userinput></screen>
+<screen os="c"><userinput>cd gettext-tools</userinput></screen>
 
-    <para os="c">Prepare Gettext for compilation:</para>
+    <para os="d">Prepare Gettext for compilation:</para>
 
-<screen os="d"><userinput>EMACS="no" ./configure --prefix=/tools \
+<screen os="e"><userinput>EMACS="no" ./configure --prefix=/tools \
     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     --disable-shared --cache-file=config.cache</userinput></screen>
 
-    <para os="e">Compile the required program and support library:</para>
-
-<screen os="f"><userinput>make -C gnulib-lib
-make -C src msgfmt</userinput></screen>
-
-    <para os="g">Install the <command>msgfmt</command> binary:</para>
-
-<screen os="h"><userinput>cp -v src/msgfmt /tools/bin</userinput></screen>
-
-<variablelist os="i">
+<variablelist os="f">
       <title>The meaning of the configure option:</title>
 
       <varlistentry>
@@ -60,16 +53,16 @@ make -C src msgfmt</userinput></screen>
 
     </variablelist>
 
-    <para os="j">Compile the required programs and support library:</para>
+    <para os="g">Compile the required programs and support library:</para>
 
-<screen os="k"><userinput>make -C gnulib-lib
+<screen os="h"><userinput>make -C gnulib-lib
 make -C intl pluralx.c
 make -C src msgfmt msgmerge xgettext</userinput></screen>
 
-    <para os="l">Install the <command>msgfmt</command>,
+    <para os="i">Install the <command>msgfmt</command>,
     <command>msgmerge</command> and <command>xgettext</command> binaries:</para>
 
-<screen os="m"><userinput>cp -v src/{msgfmt,msgmerge,xgettext} /tools/bin</userinput></screen>
+<screen os="j"><userinput>cp -v src/{msgfmt,msgmerge,xgettext} /tools/bin</userinput></screen>
 
   </sect2>
 

-----------------------------------------------------------------------

Summary of changes:
 BOOK/temp-system/common/gettext.xml |   33 +++++++++++++--------------------
 1 files changed, 13 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list