Changeset e1fa7a8


Ignore:
Timestamp:
Nov 12, 2012, 12:19:19 AM (11 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
5759332
Parents:
4f6baf5
Message:

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

Location:
BOOK
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/introduction/common/changelog.xml

    r4f6baf5 re1fa7a8  
    3636    </listitem>
    3737-->
     38    <listitem>
     39      <para>November 12, 2012</para>
     40      <itemizedlist>
     41        <listitem>
     42          <para>[Chris] - Removed unneeded --disable-perl-regexp from
     43          temp-system grep.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
     47
    3848    <listitem>
    3949      <para>November 05, 2012</para>
  • BOOK/temp-system/common/grep.xml

    r4f6baf5 re1fa7a8  
    3838<screen os="ca"><userinput>./configure --prefix=/tools \
    3939    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    40     --disable-perl-regexp --without-included-regex \
    41     --cache-file=config.cache</userinput></screen>
     40    --without-included-regex --cache-file=config.cache</userinput></screen>
    4241
    4342    <variablelist os="cb">
    4443      <title>The meaning of the configure options:</title>
    45 
    46       <varlistentry>
    47         <term><parameter>--disable-perl-regexp</parameter></term>
    48         <listitem>
    49           <para>This ensures that the <command>grep</command> program
    50           does not get linked against a Perl Compatible Regular Expression
    51           (PCRE) library that may be present on the host but will not be
    52           available when building the final system.</para>
    53         </listitem>
    54       </varlistentry>
    5544
    5645      <varlistentry>
  • BOOK/temp-system/multilib/grep.xml

    r4f6baf5 re1fa7a8  
    3737<screen os="ca"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    3838    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    39     --disable-perl-regexp --without-included-regex \
    40     --cache-file=config.cache</userinput></screen>
     39    --without-included-regex --cache-file=config.cache</userinput></screen>
    4140
    4241    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.