Ignore:
Timestamp:
12/31/2023 06:30:49 PM (5 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/loongarch, xry111/loongarch-12.1
Children:
289f284
Parents:
9ef0338a (diff), 6fec3f5 (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:

Merge remote-tracking branch 'origin/trunk' into xry111/loongarch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/autoconf.xml

    r9ef0338a rba41e17  
    4242    <title>Installation of Autoconf</title>
    4343
    44     <para>First, fix several problems with the tests caused by bash-5.2 and later:</para>
    45 
    46     <screen><userinput remap="pre">sed -e 's/SECONDS|/&amp;SHLVL|/'               \
    47     -e '/BASH_ARGV=/a\        /^SHLVL=/ d' \
    48     -i.orig tests/local.at</userinput></screen>
    49 
    5044    <para>Prepare Autoconf for compilation:</para>
    5145
     
    6256 -->
    6357<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>
    7558
    7659    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.