Author: jim
Date: 2005-06-21 11:21:08 -0600 (Tue, 21 Jun 2005)
New Revision: 6095

Modified:
   branches/cross-lfs/BOOK/
   branches/cross-lfs/BOOK/final-system/common/grep.xml
   branches/cross-lfs/BOOK/introduction/common/changelog.xml
   branches/cross-lfs/BOOK/temp-system/common/grep.xml
   branches/cross-lfs/BOOK/temp-system/mips64/grep.xml
Log:
 [EMAIL PROTECTED]:  jim | 2005-06-21 09:23:34 -0700
 Removed --included-regex from all grep builds



Property changes on: branches/cross-lfs/BOOK
___________________________________________________________________
Name: svk:merge
   - 7321b066-45f8-0310-a5e2-f63eff31be55:/cross-lfs:6269
dfc39d96-41f8-0310-9e44-b84af8e7c7f6:/books/local:5516
   + 7321b066-45f8-0310-a5e2-f63eff31be55:/cross-lfs:6270
dfc39d96-41f8-0310-9e44-b84af8e7c7f6:/books/local:5516

Modified: branches/cross-lfs/BOOK/final-system/common/grep.xml
===================================================================
--- branches/cross-lfs/BOOK/final-system/common/grep.xml        2005-06-21 
17:20:57 UTC (rev 6094)
+++ branches/cross-lfs/BOOK/final-system/common/grep.xml        2005-06-21 
17:21:08 UTC (rev 6095)
@@ -48,7 +48,7 @@
 
     <para>Prepare Grep for compilation:</para>
 
-<screen><userinput>./configure --prefix=/usr --bindir=/bin 
--with-included-regex</userinput></screen>
+<screen><userinput>./configure --prefix=/usr --bindir=/bin</userinput></screen>
 
     <para>Compile the package:</para>
 

Modified: branches/cross-lfs/BOOK/introduction/common/changelog.xml
===================================================================
--- branches/cross-lfs/BOOK/introduction/common/changelog.xml   2005-06-21 
17:20:57 UTC (rev 6094)
+++ branches/cross-lfs/BOOK/introduction/common/changelog.xml   2005-06-21 
17:21:08 UTC (rev 6095)
@@ -194,6 +194,15 @@
 -->
 
     <listitem>
+      <para>June 21, 2005</para>
+      <itemizedlist>
+        <listitem>
+          <para>[jim] - Removed --included-regex from all grep builds.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>June 20, 2005</para>
       <itemizedlist>
         <listitem>

Modified: branches/cross-lfs/BOOK/temp-system/common/grep.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/common/grep.xml 2005-06-21 17:20:57 UTC 
(rev 6094)
+++ branches/cross-lfs/BOOK/temp-system/common/grep.xml 2005-06-21 17:21:08 UTC 
(rev 6095)
@@ -46,8 +46,7 @@
     <para>Prepare Grep for compilation:</para>
 
 <screen><userinput>./configure --prefix=/tools \
-   --host=${LFS_TARGET} --disable-perl-regexp \
-   --with-included-regex</userinput></screen>
+   --host=${LFS_TARGET} --disable-perl-regexp</userinput></screen>
 
     <variablelist>
       <title>The meaning of the configure options:</title>
@@ -62,15 +61,6 @@
         </listitem>
       </varlistentry>
 
-      <varlistentry>
-        <term><parameter>--with-included-regex</parameter></term>
-        <listitem>
-          <para>This ensures that Grep uses its internal regular expression
-          code. Without this switch, Grep will use the code from Glibc,
-          which is known to be buggy.</para>
-        </listitem>
-      </varlistentry>
-
     </variablelist>
 
     <para>Compile the package:</para>

Modified: branches/cross-lfs/BOOK/temp-system/mips64/grep.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/mips64/grep.xml 2005-06-21 17:20:57 UTC 
(rev 6094)
+++ branches/cross-lfs/BOOK/temp-system/mips64/grep.xml 2005-06-21 17:21:08 UTC 
(rev 6095)
@@ -62,8 +62,7 @@
     <para>Prepare Grep for compilation:</para>
 
 <screen><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
-   --host=${LFS_TARGET} --disable-perl-regexp \
-   --with-included-regex</userinput></screen>
+   --host=${LFS_TARGET} --disable-perl-regexp</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
     href="../common/grep.xml"

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to