From ba011a91886e2ffb977896f1e086cc42fb1d82ce Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Wed, 10 Mar 2021 08:00:55 +0000 Subject: autoconf: restore TESTSUITEFLAGS git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12159 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/autoconf.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter08/autoconf.xml') 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. - +--> The test time for autoconf can be reduced significantly on a system with multiple cores. To do this, append TESTSUITEFLAGS=-j<N> to the line above. For instance, using -j4 can reduce the test time by over 60 percent. ---> + Install the package: make install -- cgit v1.2.3-54-g00ecf