[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.1.0-902-g37957f4

git git at cross-lfs.org
Fri May 2 21:55:07 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, systemd has been updated
       via  37957f4bc204bfe7933af6b79def4c7be3a97238 (commit)
      from  d785e9deb5fbca67a7d334b06305b3027cc1f010 (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 37957f4bc204bfe7933af6b79def4c7be3a97238
Author: Chris Staub <chris at beaker67.com>
Date:   Sat May 3 00:54:54 2014 -0400

    Removed obsolete command to copy gconv-modules

diff --git a/BOOK/final-system/common/glibc.xml b/BOOK/final-system/common/glibc.xml
index c5632d4..16d2cb1 100644
--- a/BOOK/final-system/common/glibc.xml
+++ b/BOOK/final-system/common/glibc.xml
@@ -102,13 +102,12 @@ cd ../glibc-build</userinput></screen>
       Do not skip it under any circumstance.</para>
     </important>
 
-    <para os="m">Before running the tests, copy a file from the source tree into our
-    build tree to prevent a couple of test failures, then run the tests:</para>
+    <para os="m">Use the following commands to run the testsuite and output
+    any test failures:</para>
 
 <!-- items n,o,p no longer the master, use x86_64 which has no failures -->
 
-<screen os="n"><userinput remap="test">cp -v ../glibc-&glibc-version;/iconvdata/gconv-modules iconvdata
-make -k check 2>&1 | tee glibc-check-log; grep Error glibc-check-log</userinput></screen>
+<screen os="n"><userinput remap="test">make -k check 2>&1 | tee glibc-check-log; grep Error glibc-check-log</userinput></screen>
 
     <para os="o">The Glibc test suite is highly dependent on certain functions of
     the host system, in particular the kernel. The <emphasis>posix/annexc</emphasis> and
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 388b1de..496aaaa 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -37,6 +37,16 @@
 -->
 
     <listitem>
+      <para>02 May 2014</para>
+      <itemizedlist>
+        <listitem>
+          <para>[Chris] - Removed command to copy gconv-modules in Glibc
+          instructions, as it is no longer needed.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>30 April 2014</para>
       <itemizedlist>
         <listitem>

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

Summary of changes:
 BOOK/final-system/common/glibc.xml     |    7 +++----
 BOOK/introduction/common/changelog.xml |   10 ++++++++++
 2 files changed, 13 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list