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

git git at cross-lfs.org
Mon Nov 12 00:19:26 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  e1fa7a87809b2819f0d4f48be882eb8bf12d056b (commit)
       via  4f6baf535f24f7b82248deaa3a07008ddfae5ed6 (commit)
      from  766988ff54cc188c0c9ecd75cec4273e72794481 (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 e1fa7a87809b2819f0d4f48be882eb8bf12d056b
Author: Chris Staub <chris at beaker67.com>
Date:   Mon Nov 12 03:19:19 2012 -0500

    Removed no-longer-needed parameter from temp-system grep

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index f2e4e77..902fa7f 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -36,6 +36,16 @@
     </listitem>
 -->
     <listitem>
+      <para>November 12, 2012</para>
+      <itemizedlist>
+        <listitem>
+          <para>[Chris] - Removed unneeded --disable-perl-regexp from
+          temp-system grep.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>November 05, 2012</para>
       <itemizedlist>
         <listitem>
diff --git a/BOOK/temp-system/common/grep.xml b/BOOK/temp-system/common/grep.xml
index e2fc44c..b4c03c0 100644
--- a/BOOK/temp-system/common/grep.xml
+++ b/BOOK/temp-system/common/grep.xml
@@ -37,23 +37,12 @@ EOF</userinput></screen>
 
 <screen os="ca"><userinput>./configure --prefix=/tools \
     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
-    --disable-perl-regexp --without-included-regex \
-    --cache-file=config.cache</userinput></screen>
+    --without-included-regex --cache-file=config.cache</userinput></screen>
 
     <variablelist os="cb">
       <title>The meaning of the configure options:</title>
 
       <varlistentry>
-        <term><parameter>--disable-perl-regexp</parameter></term>
-        <listitem>
-          <para>This ensures that the <command>grep</command> program
-          does not get linked against a Perl Compatible Regular Expression
-          (PCRE) library that may be present on the host but will not be
-          available when building the final system.</para>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry>
         <term><parameter>--without-included-regex</parameter></term>
         <listitem>
           <para>When cross-compiling, Grep's <command>configure</command>
diff --git a/BOOK/temp-system/multilib/grep.xml b/BOOK/temp-system/multilib/grep.xml
index 2e4bf49..d9125bb 100644
--- a/BOOK/temp-system/multilib/grep.xml
+++ b/BOOK/temp-system/multilib/grep.xml
@@ -36,8 +36,7 @@
 
 <screen os="ca"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
-    --disable-perl-regexp --without-included-regex \
-    --cache-file=config.cache</userinput></screen>
+    --without-included-regex --cache-file=config.cache</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/grep.xml"

commit 4f6baf535f24f7b82248deaa3a07008ddfae5ed6
Author: Chris Staub <chris at beaker67.com>
Date:   Mon Nov 12 03:18:48 2012 -0500

    Updated date

diff --git a/BOOK/general.ent b/BOOK/general.ent
index cc0d384..0c21580 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "11"> <!-- Use two digits -->
 <!ENTITY month_name "November">
-<!ENTITY day "11"> <!-- Use two digits -->
+<!ENTITY day "12"> <!-- Use two digits -->
 <!ENTITY year "2012"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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

Summary of changes:
 BOOK/general.ent                       |    2 +-
 BOOK/introduction/common/changelog.xml |   10 ++++++++++
 BOOK/temp-system/common/grep.xml       |   13 +------------
 BOOK/temp-system/multilib/grep.xml     |    3 +--
 4 files changed, 13 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list