mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 11:19:19 +01:00
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:
parent
611c87328f
commit
581ee1a9e8
@ -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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user