diff options
Diffstat (limited to 'chapter06/libtool.xml')
-rw-r--r-- | chapter06/libtool.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter06/libtool.xml b/chapter06/libtool.xml index d4a69c381..f20151ffb 100644 --- a/chapter06/libtool.xml +++ b/chapter06/libtool.xml @@ -54,6 +54,12 @@ <screen><userinput remap="test">make check</userinput></screen> + <note><para>The test time for libtool can ibe 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 all tests pass if rechecked after automake is installed.</para> |