Changeset 4589f5f


Ignore:
Timestamp:
06/14/2005 08:17:13 PM (19 years ago)
Author:
Archaic <archaic@…>
Branches:
6.1, 6.1.1
Children:
fc1024a
Parents:
5a55331
Message:

Removed --with-included-regex from chapter6's grep since it is less reliable than glibc's in non-C locales. (merged from trunk r5962)

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@5964 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r5a55331 r4589f5f  
    8585</listitem>
    8686
     87<listitem><para>June 14th, 2005 [archaic]: Removed --with-included-regex from
     88chapter6's grep since it is less reliable than glibc's in non-C locales.
     89</para></listitem>
     90
    8791<listitem><para>June 14th, 2005 [archaic]: Removed references to separate gcc
    8892tarballs (gcc-core, gcc-g++, etc.)</para></listitem>
  • chapter06/grep.xml

    r5a55331 r4589f5f  
    3131<para>Prepare Grep for compilation:</para>
    3232
    33 <screen><userinput>./configure --prefix=/usr --bindir=/bin --with-included-regex</userinput></screen>
     33<screen><userinput>./configure --prefix=/usr --bindir=/bin</userinput></screen>
    3434
    3535<para>Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.