ninja: Add --verbose

Some user using a slow system complained (off-list) to me that the long
no-output period seemed like a hang (esp. combined with the warning
about missing re2c).

Also explain the "basic functionality test" is already done, so no need
to run "./ninja" again for testing.
This commit is contained in:
Xi Ruoyao 2025-02-10 21:29:48 +08:00
parent 611c87328f
commit 581ee1a9e8
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -67,7 +67,7 @@
<para>Build Ninja with:</para> <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> <variablelist>
<title>The meaning of the build option:</title> <title>The meaning of the build option:</title>
@ -80,10 +80,20 @@
</listitem> </listitem>
</varlistentry> </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> </variablelist>
<para>The package tests cannot run in the chroot environment. They require <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> <para>To test the results, issue:</para>