Changeset f76a52e


Ignore:
Timestamp:
06/07/2012 08:08:36 PM (12 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
2fa5f26
Parents:
5741700
Message:

Remove now unnecessary --disable-perl-regexp from chapter 5's instructions.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r5741700 rf76a52e  
    3737
    3838-->
     39    <listitem>
     40      <para>2012-06-07</para>
     41      <itemizedlist>
     42         <listitem>
     43           <para>[matthew] - Remove --disable-perl-regexp switch from chapter
     44           5's Grep instruction.  It should be unnecessary now as there should
     45           be no way for the host's libraries to leak through to the chapter 5
     46           toolchain. Thanks to Jeremy Huntwork for the report.</para>
     47         </listitem>
     48      </itemizedlist>
     49    </listitem>
     50
    3951    <listitem>
    4052      <para>2012-06-06</para>
  • chapter05/grep.xml

    r5741700 rf76a52e  
    4646    <para>Prepare Grep for compilation:</para>
    4747
    48 <screen><userinput remap="configure">./configure --prefix=/tools --disable-perl-regexp</userinput></screen>
    49 
    50     <variablelist>
    51       <title>The meaning of the configure switches:</title>
    52 
    53       <varlistentry>
    54         <term><parameter>--disable-perl-regexp</parameter></term>
    55         <listitem>
    56           <para>This ensures that the <command>grep</command> program does
    57           not get linked against a Perl Compatible Regular Expression (PCRE)
    58           library that may be present on the host but will not be available
    59           once we enter the <command>chroot</command> environment.</para>
    60         </listitem>
    61       </varlistentry>
    62     </variablelist>
     48<screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen>
    6349
    6450    <para>Compile the package:</para>
  • general.ent

    r5741700 rf76a52e  
    1 <!ENTITY version "SVN-20120606">
    2 <!ENTITY releasedate "June 6, 2012">
     1<!ENTITY version "SVN-20120607">
     2<!ENTITY releasedate "June 7, 2012">
    33<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone "7.2">
Note: See TracChangeset for help on using the changeset viewer.