Ticket #2407: text-updates.patch

File text-updates.patch, 3.1 KB (added by chris@…, 16 years ago)

Patch with text fixes

  • trunk/BOOK/chapter05/gcc-pass1.xml

     
    4545
    4646    <para>GCC now requires the GMP and MPFR packages. As these packages may
    4747    not be included in your host distribution, they will be built with
    48     GCC.</para>
     48    GCC:</para>
    4949
    5050<screen><userinput remap="pre">tar -jxf ../mpfr-&mpfr-version;.tar.bz2
    5151mv mpfr-&mpfr-version; mpfr
  • trunk/BOOK/chapter05/gcc-pass2.xml

     
    115115    changes to the original files in case the command is inadvertently run twice.
    116116    </para>
    117117
    118     <para>On x86_64, unsetting the multlib spec for GCC ensures that it
     118    <para>On x86_64, unsetting the multilib spec for GCC ensures that it
    119119    won't attempt to link against libraries on the host:</para>
    120120
    121121<screen><userinput remap="pre">case $(uname -m) in
  • trunk/BOOK/chapter05/e2fsprogs.xml

     
    6161<screen><userinput remap="install">make install-libs</userinput></screen>
    6262
    6363    <para>Make the installed static libraries writable so debugging symbols can
    64     be removed later.</para>
     64    be removed later:</para>
    6565
    6666<screen><userinput remap="install">chmod -v u+w \
    6767    /tools/lib/{libblkid,libcom_err,libe2p,libext2fs,libss,libuuid}.a</userinput></screen>
  • trunk/BOOK/chapter05/binutils-pass1.xml

     
    7777        <listitem>
    7878          <para>Because the machine description in the <envar>LFS_TGT</envar>
    7979          variable is slightly different than the value returned by the
    80           config.guess script, this switch will tell the configure script to
     80          <command>config.guess</command> script, this switch will tell the
     81          <command>configure</command> script to
    8182          adjust Binutil's build system for building a cross linker.
    8283          </para>
    8384        </listitem>
  • trunk/BOOK/chapter06/e2fsprogs.xml

     
    2525
    2626    <para>The E2fsprogs package contains the utilities for handling the
    2727    <systemitem class="filesystem">ext2</systemitem> file system. It also
    28     supports the <systemitem class="filesystem">ext3</systemitem> journaling
    29     file system.</para>
     28    supports the <systemitem class="filesystem">ext3</systemitem> and
     29    <systemitem class="filesystem">ext4</systemitem> journaling
     30    file systems.</para>
    3031
    3132    <segmentedlist>
    3233      <segtitle>&buildtime;</segtitle>