Changeset a91be49 for chapter05


Ignore:
Timestamp:
11/06/2008 05:23:09 AM (16 years ago)
Author:
Bryan Kadzban <bryan@…>
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.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:
f56f042
Parents:
f7242d4
Message:

s/<tab>/<spaces>/g everywhere. Also fix one typo in the e2fsprogs installed-binaries list, since I noticed it when killing tabs.

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

Location:
chapter05
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass2.xml

    rf7242d4 ra91be49  
    206206        <listitem>
    207207          <para>Bootstrapping the compiler is now the default for GCC. However,
    208           our build method should provide us with a solid compiler without the
    209           need to bootstrap each time.</para>
     208          our build method should provide us with a solid compiler without the
     209          need to bootstrap each time.</para>
    210210        </listitem>
    211211      </varlistentry>
  • chapter05/perl.xml

    rf7242d4 ra91be49  
    4545
    4646    <para>First apply a series of patches to address security issues and adapt some
    47                 hard-wired paths to the C library by applying the following patch:</para>
     47    hard-wired paths to the C library by applying the following patch:</para>
    4848
    4949<screen><userinput remap="pre">patch -Np1 -i ../&perl-consolidated-patch;</userinput></screen>
  • chapter05/tcl.xml

    rf7242d4 ra91be49  
    5858<screen><userinput remap="make">make</userinput></screen>
    5959
    60                 <para>Compilation is now complete. As discussed earlier, running the test
    61                 suite is not mandatory for the temporary tools here in this chapter. To run
    62                 the Tcl test suite anyway, issue the following command:</para>
     60    <para>Compilation is now complete. As discussed earlier, running the test
     61    suite is not mandatory for the temporary tools here in this chapter. To run
     62    the Tcl test suite anyway, issue the following command:</para>
    6363
    6464<screen><userinput remap="test">TZ=UTC make test</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.