diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter05/bzip2.xml | 4 | ||||
-rw-r--r-- | chapter06/bzip2.xml | 5 | ||||
-rw-r--r-- | general.ent | 4 |
4 files changed, 8 insertions, 9 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index b81450b17..9830e7771 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -114,6 +114,10 @@ First a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>November 11, 2005 [matt]: Omit running Bzip2's testsuite as a +separate step, as <command>make</command> runs it automatically (bug 1652). +</para></listitem> + <listitem><para>November 7, 2005 [matt]: Install the binaries from Less to /usr/bin instead of /bin (fixes bug 1643).</para></listitem> 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 @@ <title>Installation of Bzip2</title> <para>The Bzip2 package does not contain a <command>configure</command> -script. Compile it with:</para> +script. Compile and test it with:</para> <screen><userinput>make</userinput></screen> -<para>To test the results, issue: <userinput>make test</userinput>.</para> - <para>Install the package:</para> <screen><userinput>make PREFIX=/tools install</userinput></screen> diff --git a/chapter06/bzip2.xml b/chapter06/bzip2.xml index a95cb91ee..44ccc6966 100644 --- a/chapter06/bzip2.xml +++ b/chapter06/bzip2.xml @@ -52,13 +52,10 @@ using a different <filename>Makefile</filename> file, in this case the <filename class="libraryfile">libbz2.so</filename> library and links the Bzip2 utilities against it.</para> -<para>Compile the package:</para> +<para>Compile and test the package:</para> <screen><userinput>make</userinput></screen> -<para>To test the results, issue: -<userinput>make test</userinput>.</para> - <para>If reinstalling Bzip2, perform <userinput>rm -vf /usr/bin/bz*</userinput> first, otherwise the following <command>make install</command> will fail.</para> diff --git a/general.ent b/general.ent index 462b58880..2ce79ef49 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20051110"> -<!ENTITY releasedate "November 10, 2005"> +<!ENTITY version "SVN-20051111"> +<!ENTITY releasedate "November 11, 2005"> <!ENTITY milestone "6.2"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |