diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-12-23 21:16:54 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-12-23 21:18:07 +0800 |
commit | 95fc77277a960ca651c571542a2583476d68e110 (patch) | |
tree | 7071a471f1a60e82fe386f02dd66352495e9fe48 /chapter08/libtool.xml | |
parent | eea548fb62f653d731a0a74e734e6862f9841c85 (diff) |
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.
Diffstat (limited to 'chapter08/libtool.xml')
-rw-r--r-- | chapter08/libtool.xml | 6 |
1 files changed, 0 insertions, 6 deletions
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 @@ <screen><userinput remap="test">make -k check</userinput></screen> - <note><para>The test time for Libtool can be reduced significantly on a - system with multiple cores. To do this, append - <command>TESTSUITEFLAGS=-j<N></command> to the line above. For - instance, using -j4 can reduce the test time by over 60 - percent.</para></note> - <para>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 |