From 400ae36936baf0e4d0fb7e1cdbb8f9ac4de53a13 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sat, 12 Nov 2005 09:40:14 +0000 Subject: [PATCH] Omit running Bzip2's testsuite as a separate step git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1.1/BOOK@7144 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ chapter05/bzip2.xml | 4 +--- chapter06/bzip2.xml | 5 +---- general.ent | 4 ++-- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 2f77d6741..2152fd520 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,6 +42,10 @@ First a summary, then a detailed log. +November 12, 2005 [matt]: Omit running Bzip2's testsuite as a +separate step, as make runs it automatically (bug 1652). + + November 7, 2005 [matt]: Stop Udev from killing udevd processes on the host system (fixes bug 1651). Thanks to Alexander Patrakov for the report and the fix. 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 @@ Installation of Bzip2 The Bzip2 package does not contain a configure -script. Compile it with: +script. Compile and test it with: make -To test the results, issue: make test. - Install the package: make PREFIX=/tools install diff --git a/chapter06/bzip2.xml b/chapter06/bzip2.xml index fdbc412a4..8fc2ccf7e 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. diff --git a/general.ent b/general.ent index bc1e28055..f11034e25 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ - - + +