Ticket #3622: updates.patch

File updates.patch, 6.6 KB (added by Chris Staub, 10 years ago)
  • trunk/BOOK/chapter03/introduction.xml

     
    5656<screen role="nodump"><userinput>wget -i wget-list -P $LFS/sources</userinput></screen>
    5757
    5858  <para>Additionally, starting with LFS-7.0, there is a separate file,
    59   <ulink url="../md5sums">md5sums</ulink>, can be used to verify that all
     59  <ulink url="../md5sums">md5sums</ulink>, which can be used to verify that all
    6060  the correct packages are available before proceeding.  Place that file in
    6161  <filename class="directory">$LFS/sources</filename> and run:</para>
    6262
  • trunk/BOOK/chapter05/perl.xml

     
    6161    <para>Although Perl comes with a test suite, it would be better to wait
    6262    until it is installed in the next chapter.</para>
    6363
    64     <para>Only a few of the utilities and libraries, need to be installed at this
     64    <para>Only a few of the utilities and libraries need to be installed at this
    6565    time:</para>
    6666
    6767<screen><userinput remap="install">cp -v perl cpan/podlators/pod2man /tools/bin
  • trunk/BOOK/chapter06/automake.xml

     
    5252    <para>There are a couple of tests that incorrectly link to the
    5353    wrong version of the flex library, so we temporarily work around
    5454    the problem.  Also, using the -j4 make option speeds up the tests, even on
    55     systems with only one processor due to internal delays in individual
     55    systems with only one processor, due to internal delays in individual
    5656    tests.  To test the results, issue:</para>
    5757
    5858<screen><userinput remap="test">sed -i "s:./configure:LEXLIB=/usr/lib/libfl.a &amp;:" t/lex-{clean,depend}-cxx.sh
  • trunk/BOOK/chapter06/binutils.xml

     
    6565sed -i.bak '/^INFO/s/standards.info //' etc/Makefile.in</userinput></screen>
    6666
    6767    <para>Add an upstream patch to use gcc's link time optimization (LTO)
    68     the default:</para>
     68    by default:</para>
    6969
    7070<screen><userinput remap="pre">patch -Np1 -i ../&binutils-lto-patch;</userinput></screen>
    7171
  • trunk/BOOK/chapter06/flex.xml

     
    4141  <sect2 role="installation">
    4242    <title>Installation of Flex</title>
    4343
    44     <para>First, skip running three regression tests that require bison.</para>
     44    <para>First, skip running three regression tests that require Bison:</para>
    4545
    4646<screen><userinput remap="pre">sed -i -e '/test-bison/d' tests/Makefile.in</userinput></screen>
    4747
  • trunk/BOOK/chapter06/inetutils.xml

     
    4141    <title>Installation of Inetutils</title>
    4242
    4343    <para>Create a definition to allow the <command>ifconfig</command> program
    44     to build properly.</para>
     44    to build properly:</para>
    4545
    4646<screen><userinput remap="pre">echo '#define PATH_PROCNET_DEV "/proc/net/dev"' &gt;&gt; ifconfig/system/linux.h </userinput></screen>
    4747
  • trunk/BOOK/chapter06/kmod.xml

     
    7878
    7979<screen><userinput remap="test">make check</userinput></screen>
    8080
    81     <para>Install the package, man pages, and create symlinks for
     81    <para>Install the package and man pages, and create symlinks for
    8282    compatibility with Module-Init-Tools (the package that previously handled
    83     Linux kernel modules).  Also make sure that all libraries are in the
    84     correct directory: </para>
     83    Linux kernel modules):</para>
    8584
    8685<screen><userinput remap="install">make install
    8786
  • trunk/BOOK/chapter06/man-pages.xml

     
    2323  <sect2 role="package">
    2424    <title/>
    2525
    26     <para>The Man-pages package contains over 1,900 man pages.</para>
     26    <para>The Man-pages package contains over 2,200 man pages.</para>
    2727
    2828    <segmentedlist>
    2929      <segtitle>&buildtime;</segtitle>
  • trunk/BOOK/chapter07/bootscripts.xml

     
    316316        <term><command>udev_retry</command></term>
    317317        <listitem>
    318318          <para>Retries failed udev uevents, and copies generated rules
    319           files from to
     319          files from <filename class="directory">/run/udev</filename> to
    320320          <filename class="directory">/etc/udev/rules.d</filename> if required</para>
    321321          <indexterm zone="ch-scripts-bootscripts udev-retry-bootscripts">
    322322            <primary sortas="d-udev-retry">udev_retry</primary>
  • trunk/BOOK/chapter08/kernel.xml

     
    102102          <para>This will create automated device nodes which are populated by the
    103103          kernel, even without udev running.  Udev then runs on top of this,
    104104          managing permissions and adding symlinks.  This configuration
    105           itme is required for all users of udev/eudev. </para>
     105          item is required for all users of Udev/Eudev.</para>
    106106        </listitem>
    107107      </varlistentry>
    108108
     
    151151    located in <xref linkend="ch-scripts-udev"/> and in the kernel
    152152    documentation in the <filename
    153153    class="directory">linux-&linux-version;/Documentation</filename> directory.
    154     Also, <filename>modprobe.conf(5)</filename> may be of interest.</para>
     154    Also, <filename>modprobe.d(5)</filename> may be of interest.</para>
    155155
    156156    <para>Install the modules, if the kernel configuration uses them:</para>
    157157