[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.1.0-761-g5067b0b

git git at cross-lfs.org
Thu Apr 17 22:26:53 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  5067b0bd4308657fed0519b7a269083c4f147537 (commit)
       via  9aec8675e858de16a734545edc768ba7ab74d61d (commit)
      from  d67421ac592e833057f0637a18c057764cead774 (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 5067b0bd4308657fed0519b7a269083c4f147537
Author: Chris Staub <chris at beaker67.com>
Date:   Fri Apr 18 01:26:43 2014 -0400

    Text update

diff --git a/BOOK/temp-system/common/gettext.xml b/BOOK/temp-system/common/gettext.xml
index ac90800..22f876e 100644
--- a/BOOK/temp-system/common/gettext.xml
+++ b/BOOK/temp-system/common/gettext.xml
@@ -28,8 +28,9 @@
 
 <screen os="b"><userinput>cd gettext-tools</userinput></screen>
 
-    <para os="t1">When cross-compiling the Gettext configure script assumes we
-    don't have a working wcwidth when we do. The following will fix possible
+    <para os="t1">When cross-compiling, the Gettext
+    <command>configure</command> script assumes we don't have a working wcwidth
+    even when when we do. The following will fix possible
     compilation errors because of this assumption:</para>
 
 <screen os="t2"><userinput>echo "gl_cv_func_wcwidth_works=yes" > config.cache</userinput></screen>

commit 9aec8675e858de16a734545edc768ba7ab74d61d
Author: Chris Staub <chris at beaker67.com>
Date:   Fri Apr 18 01:26:24 2014 -0400

    Added command explanation for check

diff --git a/BOOK/temp-system/64/check.xml b/BOOK/temp-system/64/check.xml
index 93306a7..61d93c3 100644
--- a/BOOK/temp-system/64/check.xml
+++ b/BOOK/temp-system/64/check.xml
@@ -30,6 +30,10 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/check.xml"
+    xpointer="xpointer(//*[@os='e'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/check.xml"
     xpointer="xpointer(//*[@os='f'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/temp-system/common/check.xml b/BOOK/temp-system/common/check.xml
index 88e0cc3..aa96027 100644
--- a/BOOK/temp-system/common/check.xml
+++ b/BOOK/temp-system/common/check.xml
@@ -29,6 +29,20 @@
 <screen os="d"><userinput>PKG_CONFIG= ./configure --prefix=/tools \
     --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
 
+    <variablelist os="e">
+      <title>The meaning of the new configure option:</title>
+
+      <varlistentry>
+        <term><parameter>PKG_CONFIG=</parameter></term>
+        <listitem>
+          <para>Prevents check from using <command>pkg-config</command> to
+          search for additional packages that may be on the host but
+          won't exist inside the temporary build environment.</para>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+
     <para os="f">Build the package:</para>
 
 <screen os="g"><userinput>make</userinput></screen>
diff --git a/BOOK/temp-system/multilib/check.xml b/BOOK/temp-system/multilib/check.xml
index 82fff75..a8cd9d2 100644
--- a/BOOK/temp-system/multilib/check.xml
+++ b/BOOK/temp-system/multilib/check.xml
@@ -30,6 +30,10 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/check.xml"
+    xpointer="xpointer(//*[@os='e'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/check.xml"
     xpointer="xpointer(//*[@os='f'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"

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

Summary of changes:
 BOOK/temp-system/64/check.xml       |    4 ++++
 BOOK/temp-system/common/check.xml   |   14 ++++++++++++++
 BOOK/temp-system/common/gettext.xml |    5 +++--
 BOOK/temp-system/multilib/check.xml |    4 ++++
 4 files changed, 25 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list