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 @@
-
-
+
+