From 3b7754658f7a4e09c4b6966cb6e1f97b3bb026cb Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 30 Jun 2017 18:45:43 +0000 Subject: Update to dbus-1.10.20. Update to linux-4.11.8. Add notes to libtool and autoconf on how to speed up tests. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11264 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/autoconf.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'chapter06/autoconf.xml') diff --git a/chapter06/autoconf.xml b/chapter06/autoconf.xml index bf3d9ac9a..f7af4d173 100644 --- a/chapter06/autoconf.xml +++ b/chapter06/autoconf.xml @@ -58,6 +58,12 @@ 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