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 /chapter05/bzip2.xml | |
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 'chapter05/bzip2.xml')
-rw-r--r-- | chapter05/bzip2.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chapter05/bzip2.xml b/chapter05/bzip2.xml index 2954f2679..0592d1de0 100644 --- a/chapter05/bzip2.xml +++ b/chapter05/bzip2.xml @@ -28,12 +28,10 @@ <title>Installation of Bzip2</title> <para>The Bzip2 package does not contain a <command>configure</command> -script. Compile it with:</para> +script. Compile and test it with:</para> <screen><userinput>make</userinput></screen> -<para>To test the results, issue: <userinput>make test</userinput>.</para> - <para>Install the package:</para> <screen><userinput>make PREFIX=/tools install</userinput></screen> |