[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-2.1.0-1084-gbff7a17

git git at cross-lfs.org
Thu May 22 21:55:03 PDT 2014


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  bff7a17075fb62d002e2e1f0807f82f8b4e2f49a (commit)
       via  569d3bdcfc08d63a85172ed8008ad17f8121f0bc (commit)
      from  9489eb9c8dba74c7ad07b1a17be9178a6a4ddd38 (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 bff7a17075fb62d002e2e1f0807f82f8b4e2f49a
Author: Chris Staub <chris at beaker67.com>
Date:   Fri May 23 00:55:01 2014 -0400

    Only need msgfmt for sysvinit system

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 2fcee05..f204024 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -37,6 +37,16 @@
 -->
 
     <listitem>
+      <para>22 May 2014</para>
+      <itemizedlist>
+        <listitem>
+          <para>[Chris] - Removed xgettext and msgmerge from temp-system
+          Gettext - those are only needed for ACL/Attr.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>21 May 2014</para>
       <itemizedlist>
         <listitem>
diff --git a/BOOK/temp-system/common/gettext.xml b/BOOK/temp-system/common/gettext.xml
index 22f876e..e58343f 100644
--- a/BOOK/temp-system/common/gettext.xml
+++ b/BOOK/temp-system/common/gettext.xml
@@ -41,15 +41,14 @@
     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     --disable-shared --cache-file=config.cache</userinput></screen>
 
-    <para os="e">Compile the required programs and support library:</para>
+    <para os="e">Compile the required program and support library:</para>
 
 <screen os="f"><userinput>make -C gnulib-lib
-make -C src msgfmt msgmerge xgettext</userinput></screen>
+make -C src msgfmt</userinput></screen>
 
-    <para os="g">Install the <command>msgfmt</command>,
-    <command>msgmerge</command> and <command>xgettext</command> binaries:</para>
+    <para os="g">Install the <command>msgfmt</command> binary:</para>
 
-<screen os="h"><userinput>cp -v src/{msgfmt,msgmerge,xgettext} /tools/bin</userinput></screen>
+<screen os="h"><userinput>cp -v src/msgfmt /tools/bin</userinput></screen>
 
   </sect2>
 

commit 569d3bdcfc08d63a85172ed8008ad17f8121f0bc
Author: Chris Staub <chris at beaker67.com>
Date:   Fri May 23 00:54:48 2014 -0400

    Updated date

diff --git a/BOOK/general.ent b/BOOK/general.ent
index b5344a9..75f3ded 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "05"> <!-- Use two digits -->
 <!ENTITY month_name "May">
-<!ENTITY day "21"> <!-- Use two digits -->
+<!ENTITY day "22"> <!-- Use two digits -->
 <!ENTITY year "2014"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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

Summary of changes:
 BOOK/general.ent                       |    2 +-
 BOOK/introduction/common/changelog.xml |   10 ++++++++++
 BOOK/temp-system/common/gettext.xml    |    9 ++++-----
 3 files changed, 15 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list