From 4ebf97c614dd1c29c10f3acc19aa3e9a2a1dc11b Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Fri, 11 Nov 2005 20:44:53 +0000 Subject: 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 --- chapter06/bzip2.xml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'chapter06/bzip2.xml') 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 Makefile file, in this case the libbz2.so library and links the Bzip2 utilities against it. -Compile the package: +Compile and test the package: make -To test the results, issue: -make test. - If reinstalling Bzip2, perform rm -vf /usr/bin/bz* first, otherwise the following make install will fail. -- cgit v1.2.3-54-g00ecf