[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, clfs-1.2, updated. 2f186e364c8802396e813dfd9d4cfdd60a956d00

git git at cross-lfs.org
Sat Dec 10 06:33:17 PST 2011


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, clfs-1.2 has been updated
       via  2f186e364c8802396e813dfd9d4cfdd60a956d00 (commit)
       via  a507dd7eb0242eef415f450347a58d6325db7cef (commit)
       via  e333c94cfa901e1538f8a0958bcf2c33e78991bb (commit)
      from  b6a057c916450bd366a688c3865990a79f78b015 (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 2f186e364c8802396e813dfd9d4cfdd60a956d00
Author: Chris Staub <chris at beaker67.com>
Date:   Sat Dec 10 09:28:41 2011 -0500

    Grammar fix

diff --git a/BOOK/final-system/common/gmp.xml b/BOOK/final-system/common/gmp.xml
index 88d4a87..2e00b32 100644
--- a/BOOK/final-system/common/gmp.xml
+++ b/BOOK/final-system/common/gmp.xml
@@ -34,11 +34,11 @@
 -->
 
     <note os="n1">
-      <para>If you are compiling this package on a different CPU then you plan to
-      run the CLFS system on. You must replace GMP's <filename>config.guess</filename>
-      and <filename>config.sub</filename> wrappers with the originals. This will
-      prevent GMP from optimizing for the wrong CPU. You can make this change with
-      the following command:</para>
+      <para>If you are compiling this package on a different CPU than you plan
+      to run the CLFS system on, you must replace GMP's
+      <filename>config.guess</filename> and <filename>config.sub</filename>
+      wrappers with the originals. This will prevent GMP from optimizing for
+      the wrong CPU. You can make this change with the following command:</para>
 
 <screen><userinput>mv -v config{fsf,}.guess
 mv -v config{fsf,}.sub</userinput></screen>

commit a507dd7eb0242eef415f450347a58d6325db7cef
Author: Chris Staub <chris at beaker67.com>
Date:   Sat Dec 10 09:32:19 2011 -0500

    Removed now-redundant --with-included-regex from final-system Grep

diff --git a/BOOK/final-system/common/grep.xml b/BOOK/final-system/common/grep.xml
index 9de40a7..0a6671f 100644
--- a/BOOK/final-system/common/grep.xml
+++ b/BOOK/final-system/common/grep.xml
@@ -27,7 +27,7 @@
 
     <para os="a">Prepare Grep for compilation:</para>
 
-<screen os="b"><userinput>./configure --prefix=/usr --bindir=/bin --without-included-regex</userinput></screen>
+<screen os="b"><userinput>./configure --prefix=/usr --bindir=/bin</userinput></screen>
 
     <para os="c">Compile the package:</para>
 
diff --git a/BOOK/final-system/multilib/grep.xml b/BOOK/final-system/multilib/grep.xml
index ee81bb9..67a6125 100644
--- a/BOOK/final-system/multilib/grep.xml
+++ b/BOOK/final-system/multilib/grep.xml
@@ -26,7 +26,7 @@
     xpointer="xpointer(//*[@os='a'])"/>
 
 <screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \
-   --bindir=/bin --without-included-regex</userinput></screen>
+   --bindir=/bin</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/grep.xml"
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 1449a94..f861bdc 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -37,6 +37,16 @@
 -->
 
   <listitem>
+    <para>December 10, 2011</para>
+    <itemizedlist>
+      <listitem>
+        <para>[Chris] - Removed --without-included-regex from final-system
+        Grep installation, as the check for system regex now works properly.</para>
+      </listitem>
+    </itemizedlist>
+  </listitem>
+
+  <listitem>
     <para>December 9, 2011</para>
     <itemizedlist>
       <listitem>
diff --git a/BOOK/temp-system/common/grep.xml b/BOOK/temp-system/common/grep.xml
index 0a7b219..1aed60a 100644
--- a/BOOK/temp-system/common/grep.xml
+++ b/BOOK/temp-system/common/grep.xml
@@ -53,6 +53,16 @@ EOF</userinput></screen>
         </listitem>
       </varlistentry>
 
+      <varlistentry>
+        <term><parameter>--without-included-regex</parameter></term>
+        <listitem>
+          <para>When cross-compiling, Grep's <command>configure</command>
+          assumes there is no usable <filename>regex.h</command> installed and
+          instead uses the one included with Grep. This switch forces the use of
+          the regex functions from EGLIBC.</para>
+        </listitem>
+      </varlistentry>
+
     </variablelist>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"

commit e333c94cfa901e1538f8a0958bcf2c33e78991bb
Author: Chris Staub <chris at beaker67.com>
Date:   Sat Dec 10 08:21:32 2011 -0500

    Text fixes

diff --git a/BOOK/final-system/common/flex.xml b/BOOK/final-system/common/flex.xml
index 0ab11c8..01c2d41 100644
--- a/BOOK/final-system/common/flex.xml
+++ b/BOOK/final-system/common/flex.xml
@@ -25,7 +25,7 @@
   <sect2 role="installation">
     <title>Installation of Flex</title>
 
-    <para os="p1">The following patch contains fixes to Generate proper
+    <para os="p1">The following patch contains fixes to generate proper
     GCC 4.4.x code:</para>
 
 <screen os="p2"><userinput>patch -Np1 -i ../&flex-gcc44-patch;</userinput></screen>
diff --git a/BOOK/temp-system/common/flex.xml b/BOOK/temp-system/common/flex.xml
index 1f06f46..44b8018 100644
--- a/BOOK/temp-system/common/flex.xml
+++ b/BOOK/temp-system/common/flex.xml
@@ -30,8 +30,8 @@
     href="../../final-system/common/flex.xml"
     xpointer="xpointer(//*[@os='p2'])"/>
 
-    <para os="t3">When Cross Compiling the configure script 
-    does not determine the correct values for the following,
+    <para os="t3">When cross compiling, the <command>configure</command>
+    script does not determine the correct values for the following.
     Set the values manually:</para>
 
 <screen os="t4"><userinput>cat > config.cache << EOF

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

Summary of changes:
 BOOK/final-system/common/flex.xml      |    2 +-
 BOOK/final-system/common/gmp.xml       |   10 +++++-----
 BOOK/final-system/common/grep.xml      |    2 +-
 BOOK/final-system/multilib/grep.xml    |    2 +-
 BOOK/introduction/common/changelog.xml |   10 ++++++++++
 BOOK/temp-system/common/flex.xml       |    4 ++--
 BOOK/temp-system/common/grep.xml       |   10 ++++++++++
 7 files changed, 30 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list