Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/libtool.xml

    r9ac6ff5 r3c07bb9  
    1 <?xml version="1.0" encoding="UTF-8"?>
     1<?xml version="1.0" encoding="ISO-8859-1"?>
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     
    5555<screen><userinput remap="test">make -k check</userinput></screen>
    5656
     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>
     62
    5763    <para>Five tests are known to fail in the LFS build environment due
    5864    to a circular dependency, but these tests pass if rechecked after
    59     automake has been installed.  Additionally, with grep-3.8 or newer,
    60     two tests will trigger a warning for non-POSIX regular expressions and
    61     fail.</para>
     65    automake has been installed.  Additionally, with grep-3.8, two tests will
     66    trigger a warning for non-POSIX regular expressions and fail.</para>
    6267
    6368    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.