Changeset d4bf7ab for chapter06


Ignore:
Timestamp:
03/04/2018 01:11:04 AM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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, 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:
aa8c64b
Parents:
646ead4
Message:

Update to dbus-1.12.6.
Update to man-db-2.8.2.
Update to gawk-4.2.1.
Update to meson-0.44.1.
Update to meson-0.44.1.
Update to linux-4.15.7.

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

Location:
chapter06
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter06/automake.xml

    r646ead4 rd4bf7ab  
    5050<screen><userinput remap="make">make</userinput></screen>
    5151
    52     <para>There are a couple of tests that incorrectly link to the
     52<!--<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
    5555    systems with only one processor, due to internal delays in individual
    5656    tests.  To test the results, issue:</para>
     57 -->
    5758
    58 <screen><userinput remap="test">sed -i "s:./configure:LEXLIB=/usr/lib/libfl.a &amp;:" t/lex-{clean,depend}-cxx.sh
    59 make -j4 check</userinput></screen>
     59    <para> Using the -j4 make option speeds up the tests, even on systems with
     60    only one processor, due to internal delays in individual tests.  To test
     61    the results, issue:</para>
    6062
     63 <!--<screen><userinput remap="test">sed -i "s:./configure:LEXLIB=/usr/lib/libfl.a &amp;:" t/lex-{clean,depend}-cxx.sh
     64       make -j4 check</userinput></screen>-->
     65
     66<screen><userinput remap="test">make -j4 check</userinput></screen>
     67
     68<!--  All tests pass now.
    6169    <para>Two tests are known to fail in the LFS environment:
    6270    check12.sh and check12-w.sh.</para>
    63 
     71-->
    6472    <para>Install the package:</para>
    6573
  • chapter06/coreutils.xml

    r646ead4 rd4bf7ab  
    6363    <para>Now prepare Coreutils for compilation:</para>
    6464
    65 <screen><userinput remap="configure">FORCE_UNSAFE_CONFIGURE=1 ./configure \
     65<screen><userinput remap="configure">autoreconf -fiv
     66FORCE_UNSAFE_CONFIGURE=1 ./configure \
    6667            --prefix=/usr            \
    6768            --enable-no-install-program=kill,uptime</userinput></screen>
     
    6970    <variablelist>
    7071      <title>The meaning of the configure options:</title>
     72
     73      <varlistentry>
     74        <term><command>autoreconf</command></term>
     75        <listitem>
     76          <para>This command updates generated configuration files
     77          consistent with the latest version of automake.
     78          </para>
     79        </listitem>
     80      </varlistentry>
    7181
    7282      <varlistentry>
Note: See TracChangeset for help on using the changeset viewer.