[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-3.0.0-systemd-128-g9258cf7

git git at clfs.org
Fri Sep 4 18:51:25 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, master has been updated
       via  9258cf76d61a9bac81349d3aaab0a781b45d545b (commit)
      from  47e1de943ec5c0391434b22a52e5b89fefbe9958 (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 9258cf76d61a9bac81349d3aaab0a781b45d545b
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Fri Sep 4 20:51:12 2015 -0500

    Edit systemd temp-system gettext not like sysvinit as we include attr acl with the systemd book.

diff --git a/BOOK/temp-system/common/gettext.xml b/BOOK/temp-system/common/gettext.xml
index dd1e7c0..f97efb0 100644
--- a/BOOK/temp-system/common/gettext.xml
+++ b/BOOK/temp-system/common/gettext.xml
@@ -22,47 +22,47 @@
   <sect2 role="installation">
     <title>Installation of Gettext</title>
 
-    <para os="a">Many packages' installation procedures use the
+    <para os="i">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>.
     Attr also needs <command>msgmerge</command> and <command>xgettext</command>,
     so we will install those as well.</para>
 
-    <para os="b">Only the programs in the
+    <para os="a">Only the programs in the
     <filename class="directory">gettext-tools</filename> directory need to be
     installed for the temp-system:</para>
 
-<screen os="c"><userinput>cd gettext-tools</userinput></screen>
+<screen os="b"><userinput>cd gettext-tools</userinput></screen>
 
-    <para os="d">Prepare Gettext for compilation:</para>
+    <para os="c">Prepare Gettext for compilation:</para>
 
-<screen os="e"><userinput>EMACS="no" ./configure --prefix=/tools \
+<screen os="d"><userinput>EMACS="no" ./configure --prefix=/tools \
     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
-    --disable-shared --cache-file=config.cache</userinput></screen>
+    --disable-shared</userinput></screen>
 
-<variablelist os="f">
-      <title>The meaning of the configure option:</title>
+    <variablelist os="e">
+      <title>The meaning of the new configure options:</title>
 
       <varlistentry>
         <term><parameter>EMACS="no"</parameter></term>
         <listitem>
-          <para>This prevents the installation of the Emacs Lisp files
+          <para>Prevents the configure script from installing Emacs Lisp files
           as the test is known to hang on some hosts.</para>
         </listitem>
       </varlistentry>
 
     </variablelist>
 
-    <para os="g">Compile the required programs and support library:</para>
+    <para os="f">Compile the required programs and support library:</para>
 
-<screen os="h"><userinput>make -C gnulib-lib
+<screen os="g"><userinput>make -C gnulib-lib
 make -C intl pluralx.c
 make -C src msgfmt msgmerge xgettext</userinput></screen>
 
-    <para os="i">Install the <command>msgfmt</command>,
+    <para os="h">Install the <command>msgfmt</command>,
     <command>msgmerge</command> and <command>xgettext</command> binaries:</para>
 
-<screen os="j"><userinput>cp -v src/{msgfmt,msgmerge,xgettext} /tools/bin</userinput></screen>
+<screen os="i"><userinput>cp -v src/{msgfmt,msgmerge,xgettext} /tools/bin</userinput></screen>
 
   </sect2>
 

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

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


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list