diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2017-10-29 06:31:39 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2017-10-29 06:31:39 +0000 |
commit | 093f3194758db994c9e34e452c8545179dc31ff8 (patch) | |
tree | 2db89407ca312f8616c8365e1cd3b8f4b79eee7a /chapter06/libtool.xml | |
parent | b92a4cf4837f876444b349ed7e45be0d4fda612f (diff) |
Typo fix
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11320 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/libtool.xml')
-rw-r--r-- | chapter06/libtool.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/libtool.xml b/chapter06/libtool.xml index f20151ffb..5de045f40 100644 --- a/chapter06/libtool.xml +++ b/chapter06/libtool.xml @@ -54,7 +54,7 @@ <screen><userinput remap="test">make check</userinput></screen> - <note><para>The test time for libtool can ibe reduced significantly on a + <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 |