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

git git at cross-lfs.org
Sat Dec 10 06:33:27 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, master has been updated
       via  cf945fa797db5bf4ed55daff17bec4a2785f4b77 (commit)
       via  39a028b2f5ad0eb4156d57d052bc22582188bc56 (commit)
       via  a0c0bc872f867dab3f6b1fb6b1756ecb11c9d84e (commit)
      from  fcf63977d738af2f732fb1413e874ac234b84044 (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 cf945fa797db5bf4ed55daff17bec4a2785f4b77
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 dd2309d..755019a 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 39a028b2f5ad0eb4156d57d052bc22582188bc56
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 a0c0bc872f867dab3f6b1fb6b1756ecb11c9d84e
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