diff options
author | Jim Gifford <jim@linuxfromscratch.org> | 2005-04-04 23:22:13 +0000 |
---|---|---|
committer | Jim Gifford <jim@linuxfromscratch.org> | 2005-04-04 23:22:13 +0000 |
commit | f08ea24d4785407f91a629e8158b70be8f8d63ea (patch) | |
tree | 7a45dfd5de2731a4a4a8ad67c676e17a576f956e | |
parent | 508ab0e5e78e2491359aba4322edcace5e447c2a (diff) |
Added: bzip2 testsuite info
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@4872 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 8 | ||||
-rw-r--r-- | chapter05/bzip2.xml | 1 | ||||
-rw-r--r-- | chapter06/bzip2.xml | 3 | ||||
-rw-r--r-- | general.ent | 4 |
4 files changed, 14 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 1903f8f79..0c094a9f9 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -83,6 +83,14 @@ first a summary, then a detailed log.</para> <listitem><para>Changelog Entries:</para> <itemizedlist> +<listitem><para>April 4, 2005 [matt]</para> +<itemizedlist> +<listitem><para>Added: Arch: All - Mention bzip2's testsuite.</para></listitem> +</itemizedlist> +</listitem> +</itemizedlist> + +<itemizedlist> <listitem><para>April 1, 2005 [jim]</para> <itemizedlist> <listitem><para>Added: Arch: All - IPRoute2 to 2.6.11-050330.</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 120d9ff94..5b9ffd368 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 ce1fa5c2a..abb3963ba 100644 --- a/general.ent +++ b/general.ent @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "7.0-multiarch-20050401"> +<!ENTITY version "7.0-multiarch-20050404"> <!ENTITY version-x86 "&version;-x86"> <!ENTITY version-alpha "&version;-alpha"> <!ENTITY version-ppc "&version;-PowerPC"> <!ENTITY version-raq2 "&version;-RaQ2"> -<!ENTITY releasedate "April 1, 2005"> +<!ENTITY releasedate "April 4, 2005"> <!ENTITY milestone "7.0"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> |