Automatic merge of trunk into multilib

This commit is contained in:
Thomas Trepl 2025-02-11 00:30:10 +01:00
commit 8f1f9ae052
2 changed files with 13 additions and 3 deletions

View File

@ -152,7 +152,7 @@ esac</userinput></screen>
<para>You may see some test failures. The Glibc test suite is
somewhat dependent on the host system. A few failures out of
over 5000 tests can generally be ignored. This is a list of the
over 6000 tests can generally be ignored. This is a list of the
most common issues seen for recent versions of LFS:</para>
<itemizedlist>

View File

@ -67,7 +67,7 @@
<para>Build Ninja with:</para>
<screen><userinput remap="configure">python3 configure.py --bootstrap</userinput></screen>
<screen><userinput remap="configure">python3 configure.py --bootstrap --verbose</userinput></screen>
<variablelist>
<title>The meaning of the build option:</title>
@ -80,10 +80,20 @@
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>--verbose</parameter></term>
<listitem>
<para>This parameter makes <command>configure.py</command> show
the progress building Ninja.</para>
</listitem>
</varlistentry>
</variablelist>
<para>The package tests cannot run in the chroot environment. They require
<ulink url="&blfs-book;general/cmake.html">cmake</ulink>.</para>
<ulink url="&blfs-book;general/cmake.html">cmake</ulink>. But the basic
function of this package is already tested by rebuilding itself
(with the <parameter>--bootstrap</parameter> option) anyway.</para>
<!--
<para>To test the results, issue:</para>