[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. 73bd39d4e25c2eaf4bf108fee4be3c7646964e1d

git git at cross-lfs.org
Sat Nov 24 04:11:41 PST 2012


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  73bd39d4e25c2eaf4bf108fee4be3c7646964e1d (commit)
      from  31aa6cb735aea9af102fd2ad2275729317922a63 (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 73bd39d4e25c2eaf4bf108fee4be3c7646964e1d
Author: Chris Staub <chris at beaker67.com>
Date:   Sat Nov 24 07:11:35 2012 -0500

    More command explanation updates

diff --git a/BOOK/temp-system/common/coreutils.xml b/BOOK/temp-system/common/coreutils.xml
index e67e3f0..378f6c2 100644
--- a/BOOK/temp-system/common/coreutils.xml
+++ b/BOOK/temp-system/common/coreutils.xml
@@ -44,6 +44,19 @@ EOF</userinput></screen>
     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     --enable-install-program=hostname --cache-file=config.cache</userinput></screen>
 
+    <variablelist os="be1">
+      <title>The meaning of the new configure option:</title>
+
+      <varlistentry>
+        <term><parameter>--enable-install-program=hostname</parameter></term>
+        <listitem>
+          <para>Tells Coreutils to install <command>hostname</command>,
+          which is needed for the Perl testsuite.</para>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+
 <!--- Hack for coreutils to build for target executables which can't be ran with the host. -->
     <para os="h1">Coreutils does not build make-prime-list properly and the build host may not be able to execute the target binary. Build it using the host compiler so it can be ran for the generation of data required for the build.</para>
 
diff --git a/BOOK/temp-system/common/grep.xml b/BOOK/temp-system/common/grep.xml
index b4c03c0..b93b724 100644
--- a/BOOK/temp-system/common/grep.xml
+++ b/BOOK/temp-system/common/grep.xml
@@ -40,7 +40,7 @@ EOF</userinput></screen>
     --without-included-regex --cache-file=config.cache</userinput></screen>
 
     <variablelist os="cb">
-      <title>The meaning of the configure options:</title>
+      <title>The meaning of the new configure option:</title>
 
       <varlistentry>
         <term><parameter>--without-included-regex</parameter></term>
diff --git a/BOOK/temp-system/common/ncurses.xml b/BOOK/temp-system/common/ncurses.xml
index 31ff2c5..f6f855a 100644
--- a/BOOK/temp-system/common/ncurses.xml
+++ b/BOOK/temp-system/common/ncurses.xml
@@ -36,7 +36,7 @@
     --enable-overwrite --with-build-cc=gcc</userinput></screen>
 
     <variablelist os="c">
-      <title>The meaning of the configure options:</title>
+      <title>The meaning of the new configure options:</title>
 
       <varlistentry>
         <term><parameter>--with-shared</parameter></term>
diff --git a/BOOK/temp-system/multilib/coreutils.xml b/BOOK/temp-system/multilib/coreutils.xml
index 01af1f0..454360a 100644
--- a/BOOK/temp-system/multilib/coreutils.xml
+++ b/BOOK/temp-system/multilib/coreutils.xml
@@ -46,6 +46,10 @@
     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     --enable-install-program=hostname --cache-file=config.cache</userinput></screen>
 
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/coreutils.xml"
+    xpointer="xpointer(//*[@os='be1'])"/>
+
 <!--- Hack for coreutils to build for target executables which can't be ran with the host. -->
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"

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

Summary of changes:
 BOOK/temp-system/common/coreutils.xml   |   13 +++++++++++++
 BOOK/temp-system/common/grep.xml        |    2 +-
 BOOK/temp-system/common/ncurses.xml     |    2 +-
 BOOK/temp-system/multilib/coreutils.xml |    4 ++++
 4 files changed, 19 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list