Changeset 42f12b0 for chapter08


Ignore:
Timestamp:
12/23/2023 11:30:18 PM (6 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
6c474a7
Parents:
5288b29 (diff), 95fc772 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

Location:
chapter08
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter08/autoconf.xml

    r5288b29 r42f12b0  
    6262 -->
    6363<screen><userinput remap="test">make check</userinput></screen>
    64 <!--
    65     <para>This takes a long time, about &autoconf-fin-sbu-tests; SBUs. In addition,
    66     several tests are skipped that use Automake. For full test coverage,
    67     Autoconf can be re-tested after Automake has been installed.  In addition,
    68     two tests fail due to changes in libtool-2.4.3 and later.</para>
    69 -->
    70     <note><para>The test time for autoconf can be reduced significantly on a
    71     system with multiple cores.  To do this, append
    72     <command>TESTSUITEFLAGS=-j&lt;N&gt;</command> to the line above.  For
    73     instance, using -j4 can reduce the test time by over 60
    74     percent.</para></note>
    7564
    7665    <para>Install the package:</para>
  • chapter08/libtool.xml

    r5288b29 r42f12b0  
    5454
    5555<screen><userinput remap="test">make -k check</userinput></screen>
    56 
    57     <note><para>The test time for Libtool can be reduced significantly on a
    58     system with multiple cores.  To do this, append
    59     <command>TESTSUITEFLAGS=-j&lt;N&gt;</command> to the line above.  For
    60     instance, using -j4 can reduce the test time by over 60
    61     percent.</para></note>
    6256
    6357    <para>Five tests are known to fail in the LFS build environment due
  • chapter08/tar.xml

    r5288b29 r42f12b0  
    7373<screen><userinput remap="test">make check</userinput></screen>
    7474
    75     <!-- On one system the -j4 improvement is 167s - 46s = 121s (72.46%) -->
    76     <note><para>The test time for Tar can be reduced significantly on a
    77     system with multiple cores.  To do this, append
    78     <command>TESTSUITEFLAGS=-j&lt;N&gt;</command> to the line above.  For
    79     instance, using -j4 can reduce the test time by over 70
    80     percent.</para></note>
    81 
    8275    <para>One test, capabilities: binary store/restore, is known to fail if it is
    8376    run because LFS lacks selinux, but will be skipped if the host kernel does
Note: See TracChangeset for help on using the changeset viewer.