[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.0.0-664-g565a6cb

git git at cross-lfs.org
Mon Jan 6 21:52:43 PST 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, systemd has been updated
       via  565a6cb0c9eb53019a06a7dff55a2a4ebf57bba4 (commit)
       via  6c258e202d96abdc217e0d630c6fe3f6fb8fc6b6 (commit)
      from  edaed1410c38dc1b2db75d9d1fd4eef1b7d5936a (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 565a6cb0c9eb53019a06a7dff55a2a4ebf57bba4
Author: Chris Staub <chris at beaker67.com>
Date:   Tue Jan 7 00:51:56 2014 -0500

    Install msgmerge and xgettext to /tools

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 2945b59..2467280 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -37,6 +37,16 @@
 -->
 
     <listitem>
+      <para>06 January 2014</para>
+      <itemizedlist>
+        <listitem>
+          <para>[Chris] - Added msgmerge and xgettext to /tools Gettext
+          installation - needed for attr.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>05 January 2014</para>
       <itemizedlist>
         <listitem>
diff --git a/BOOK/temp-system/common/gettext.xml b/BOOK/temp-system/common/gettext.xml
index 0e4fb35..f48c9c3 100644
--- a/BOOK/temp-system/common/gettext.xml
+++ b/BOOK/temp-system/common/gettext.xml
@@ -52,14 +52,15 @@
 
     </variablelist>
 
-    <para os="f">Compile the package:</para>
+    <para os="f">Compile the required programs and support library:</para>
 
 <screen os="g"><userinput>make -C gnulib-lib
-make -C src msgfmt</userinput></screen>
+make -C src msgfmt msgmerge xgettext</userinput></screen>
 
-    <para os="h">Install the <command>msgfmt</command> binary:</para>
+    <para os="h">Install the <command>msgfmt</command>,
+    <command>msgmerge</command> and <command>xgettext</command> binaries:</para>
 
-<screen os="i"><userinput>cp -v src/msgfmt /tools/bin</userinput></screen>
+<screen os="i"><userinput>cp -v src/{msgfmt,msgmerge,xgettext} /tools/bin</userinput></screen>
 
   </sect2>
 

commit 6c258e202d96abdc217e0d630c6fe3f6fb8fc6b6
Author: Chris Staub <chris at beaker67.com>
Date:   Tue Jan 7 00:51:19 2014 -0500

    Tweaks to libcap instructions

diff --git a/BOOK/final-system/common/libcap.xml b/BOOK/final-system/common/libcap.xml
index fd85ef5..9c3c227 100644
--- a/BOOK/final-system/common/libcap.xml
+++ b/BOOK/final-system/common/libcap.xml
@@ -38,9 +38,9 @@
 
     <para os="d">Install the package:</para>
 
-<screen os="e"><userinput>make lib=lib install
+<screen os="e"><userinput>make RAISE_SETFCAP=no install
 chmod -v 755 /lib/libcap.so.&libcap-version;
-rm /lib/libcap.so
+rm -v /lib/libcap.so
 ln -sfv ../../lib/libcap.so.2 /usr/lib/libcap.so
 mv -v /lib/libcap.a /usr/lib</userinput></screen>
 

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

Summary of changes:
 BOOK/final-system/common/libcap.xml    |    4 ++--
 BOOK/introduction/common/changelog.xml |   10 ++++++++++
 BOOK/temp-system/common/gettext.xml    |    9 +++++----
 3 files changed, 17 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list