From 95fc77277a960ca651c571542a2583476d68e110 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sat, 23 Dec 2023 21:16:54 +0800 Subject: Remove stray references to TESTSUITEFLAGS Now TESTSUITEFLAGS is set globally in Chapter 7.4, so there is no need to mention it again and again in individual packages. --- chapter08/autoconf.xml | 11 ----------- chapter08/libtool.xml | 6 ------ chapter08/tar.xml | 7 ------- 3 files changed, 24 deletions(-) diff --git a/chapter08/autoconf.xml b/chapter08/autoconf.xml index 38375665f..8b2afb168 100644 --- a/chapter08/autoconf.xml +++ b/chapter08/autoconf.xml @@ -61,17 +61,6 @@ To run the tests anyway, issue: --> make check - - 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: diff --git a/chapter08/libtool.xml b/chapter08/libtool.xml index d21d0b751..d73bd6efb 100644 --- a/chapter08/libtool.xml +++ b/chapter08/libtool.xml @@ -54,12 +54,6 @@ make -k check - The test time for Libtool 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. - Five tests are known to fail in the LFS build environment due to a circular dependency, but these tests pass if rechecked after automake has been installed. Additionally, with grep-3.8, two tests will diff --git a/chapter08/tar.xml b/chapter08/tar.xml index ea5f44ebb..802f04d2e 100644 --- a/chapter08/tar.xml +++ b/chapter08/tar.xml @@ -72,13 +72,6 @@ make check - - The test time for Tar 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 70 - percent. - One test, capabilities: binary store/restore, is known to fail if it is run because LFS lacks selinux, but will be skipped if the host kernel does not support extended attributes or security labels on the filesystem -- cgit v1.2.3-54-g00ecf