aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@mengyan1223.wang>2021-03-10 08:00:55 +0000
committerXi Ruoyao <xry111@mengyan1223.wang>2021-03-10 08:00:55 +0000
commitba011a91886e2ffb977896f1e086cc42fb1d82ce (patch)
tree9f5968b33c6c91ac1463425b44456cb6139c975a
parent14bfa91c11565bdf59d6f3bb4152ad403abe8551 (diff)
autoconf: restore TESTSUITEFLAGS
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12159 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter08/autoconf.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/autoconf.xml b/chapter08/autoconf.xml
index 23fdf1b75..d7563963b 100644
--- a/chapter08/autoconf.xml
+++ b/chapter08/autoconf.xml
@@ -65,13 +65,13 @@
several tests are skipped that use Automake. For full test coverage,
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>
-
+-->
<note><para>The test time for autoconf can be reduced significantly on a
system with multiple cores. To do this, append
<command>TESTSUITEFLAGS=-j&lt;N&gt;</command> to the line above. For
instance, using -j4 can reduce the test time by over 60
percent.</para></note>
--->
+
<para>Install the package:</para>
<screen><userinput remap="install">make install</userinput></screen>