From c836998d30ff98cf591df9f6a80f2f0211a48c66 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Mon, 4 Apr 2005 20:43:17 +0000 Subject: * Mention bzip2's testsuite git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4865 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 3 +++ chapter05/bzip2.xml | 1 + chapter06/bzip2.xml | 3 +++ general.ent | 4 ++-- 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index cf932eaa1..dc9e06009 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -82,6 +82,9 @@ first a summary, then a detailed log. +April 4, 2005 [matt]: Mention bzip2's testsuite + + April 2, 2005 [jhuntwork]: Fixed dtd url for sysklogd xml files March 31, 2005 [jhuntwork]: Changed the link for less to point to ftp.gnu.org diff --git a/chapter05/bzip2.xml b/chapter05/bzip2.xml index a45dee979..1c9e499a3 100644 --- a/chapter05/bzip2.xml +++ b/chapter05/bzip2.xml @@ -36,6 +36,7 @@ script. Compile it with: make PREFIX=/tools install +To test the results, issue: make test. diff --git a/chapter06/bzip2.xml b/chapter06/bzip2.xml index 14fd413b7..b6aa93d29 100644 --- a/chapter06/bzip2.xml +++ b/chapter06/bzip2.xml @@ -45,6 +45,9 @@ utilities against it.</para> <screen><userinput>make</userinput></screen> +<para>To test the results, issue: +<userinput>make test</userinput>.</para> + <para>If reinstalling Bzip2, perform <userinput>rm -f /usr/bin/bz*</userinput> first, otherwise the following <command>make install</command> will fail.</para> diff --git a/general.ent b/general.ent index 16c0a5abd..d62779ab6 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20050402"> -<!ENTITY releasedate "April 2, 2005"> +<!ENTITY version "SVN-20050404"> +<!ENTITY releasedate "April 4, 2005"> <!ENTITY milestone "6.1"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> -- cgit v1.2.3-54-g00ecf