Changeset 97ba3cf


Ignore:
Timestamp:
10/19/2008 08:07:31 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
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, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 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:
53579a5
Parents:
b95d9ec
Message:

Removed an unnecessary command from the Chapter 5 Perl instructions

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rb95d9ec r97ba3cf  
    4242      <itemizedlist>
    4343        <listitem>
     44          <para>[randy] - Removed an unnecessary command from the Chapter 5
     45          Perl instructions.</para>
     46        </listitem>
     47        <listitem>
    4448          <para>[bdubbs] - Updated the discussion in Chapter 1 explaining that the
    4549          LiveCD is out of date.</para>
     
    5963          <para>[jhuntwork] - Fixed build locations of m4 so that it links against the
    6064          glibc built in /tools and so that no packages in chapter 6 hard-code references
    61           to the temporarly location. Also made m4 a host prerequisite.</para>
     65          to the temporary location. Also made m4 a host requirement.</para>
    6266        </listitem>
    6367      </itemizedlist>
  • chapter05/perl.xml

    rb95d9ec r97ba3cf  
    4949<screen><userinput remap="pre">patch -Np1 -i ../&perl-libc-patch;</userinput></screen>
    5050
    51     <para>Fix an incompatibility with gcc-&gcc-version;:</para>
     51    <!-- <para>Fix an incompatibility with gcc-&gcc-version;:</para>
    5252
    5353<screen><userinput remap="pre">mv -v makedepend.SH{,.orig}
    54 sed 's/command /command[ -]/' makedepend.SH.orig &gt; makedepend.SH</userinput></screen>
     54sed 's/command /command[ -]/' makedepend.SH.orig &gt; makedepend.SH</userinput></screen> -->
    5555
    5656    <para>Prepare Perl for compilation (make sure to get the
Note: See TracChangeset for help on using the changeset viewer.