diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-11-11 20:44:53 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-11-11 20:44:53 +0000 |
commit | 4ebf97c614dd1c29c10f3acc19aa3e9a2a1dc11b (patch) | |
tree | 5f32b1c86385559efaf16b81f94d78f300887e8d /chapter06 | |
parent | 221ae4662b9c4d90bb15bb4c2c15e290ecd96f94 (diff) |
Omit running Bzip2's testsuite as a separate step
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7142 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bzip2.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chapter06/bzip2.xml b/chapter06/bzip2.xml index a95cb91ee..44ccc6966 100644 --- a/chapter06/bzip2.xml +++ b/chapter06/bzip2.xml @@ -52,13 +52,10 @@ using a different <filename>Makefile</filename> file, in this case the <filename class="libraryfile">libbz2.so</filename> library and links the Bzip2 utilities against it.</para> -<para>Compile the package:</para> +<para>Compile and test the package:</para> <screen><userinput>make</userinput></screen> -<para>To test the results, issue: -<userinput>make test</userinput>.</para> - <para>If reinstalling Bzip2, perform <userinput>rm -vf /usr/bin/bz*</userinput> first, otherwise the following <command>make install</command> will fail.</para> |