diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-04-04 20:43:17 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-04-04 20:43:17 +0000 |
commit | c836998d30ff98cf591df9f6a80f2f0211a48c66 (patch) | |
tree | 953dc7212164103d5806a66d90a504d15411190f | |
parent | 56e814c42e4e9a622b215f33eecfb73c7400200a (diff) |
* Mention bzip2's testsuite
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4865 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter05/bzip2.xml | 1 | ||||
-rw-r--r-- | chapter06/bzip2.xml | 3 | ||||
-rw-r--r-- | 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.</para> </itemizedlist> </listitem> +<listitem><para>April 4, 2005 [matt]: Mention bzip2's testsuite</para> +</listitem> + <listitem><para>April 2, 2005 [jhuntwork]: Fixed dtd url for sysklogd xml files</para></listitem> <listitem><para>March 31, 2005 [jhuntwork]: Changed the link for less to point to ftp.gnu.org</para></listitem> 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:</para> <screen><userinput>make PREFIX=/tools install</userinput></screen> +<para>To test the results, issue: <userinput>make test</userinput>.</para> </sect2> <sect2 role="content"><title/> 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/"> |