Author: archaic Date: 2005-06-21 08:17:17 -0600 (Tue, 21 Jun 2005) New Revision: 6092
Modified: branches/6.1/BOOK/chapter01/changelog.xml branches/6.1/BOOK/chapter05/grep.xml Log: Removed --with-included-regex from chapter05/grep. (merged from trunk r6083) Modified: branches/6.1/BOOK/chapter01/changelog.xml =================================================================== --- branches/6.1/BOOK/chapter01/changelog.xml 2005-06-21 14:15:06 UTC (rev 6091) +++ branches/6.1/BOOK/chapter01/changelog.xml 2005-06-21 14:17:17 UTC (rev 6092) @@ -86,6 +86,10 @@ </itemizedlist> </listitem> +<listitem><para>June 21st, 2005 [archaic]: Removed --with-included-regex from +chapter05/grep since there seems to no longer be a valid reason to use it and +the explanation of it was incorrect.</para></listitem> + <listitem><para>June 21st, 2005 [archaic]: Updated to findutils-4.2.23. </para></listitem> Modified: branches/6.1/BOOK/chapter05/grep.xml =================================================================== --- branches/6.1/BOOK/chapter05/grep.xml 2005-06-21 14:15:06 UTC (rev 6091) +++ branches/6.1/BOOK/chapter05/grep.xml 2005-06-21 14:17:17 UTC (rev 6092) @@ -30,7 +30,7 @@ <para>Prepare Grep for compilation:</para> <screen><userinput>./configure --prefix=/tools \ - --disable-perl-regexp --with-included-regex</userinput></screen> + --disable-perl-regexp</userinput></screen> <para>The meaning of the configure options:</para> @@ -43,13 +43,6 @@ not be available once we enter the chroot environment.</para></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> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
