autoconf: restore TESTSUITEFLAGS

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12159 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Xi Ruoyao 2021-03-10 08:00:55 +00:00
parent 14bfa91c11
commit ba011a9188

View File

@ -65,13 +65,13 @@
several tests are skipped that use Automake. For full test coverage, several tests are skipped that use Automake. For full test coverage,
Autoconf can be re-tested after Automake has been installed. In addition, Autoconf can be re-tested after Automake has been installed. In addition,
two tests fail due to changes in libtool-2.4.3 and later.</para> two tests fail due to changes in libtool-2.4.3 and later.</para>
-->
<note><para>The test time for autoconf can be reduced significantly on a <note><para>The test time for autoconf can be reduced significantly on a
system with multiple cores. To do this, append system with multiple cores. To do this, append
<command>TESTSUITEFLAGS=-j&lt;N&gt;</command> to the line above. For <command>TESTSUITEFLAGS=-j&lt;N&gt;</command> to the line above. For
instance, using -j4 can reduce the test time by over 60 instance, using -j4 can reduce the test time by over 60
percent.</para></note> percent.</para></note>
-->
<para>Install the package:</para> <para>Install the package:</para>
<screen><userinput remap="install">make install</userinput></screen> <screen><userinput remap="install">make install</userinput></screen>