Browse Source

Omit running Bzip2's testsuite as a separate step

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1.1/BOOK@7144 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 20 years ago
parent
commit
400ae36936
4 changed files with 8 additions and 9 deletions
  1. 4 0
      chapter01/changelog.xml
  2. 1 3
      chapter05/bzip2.xml
  3. 1 4
      chapter06/bzip2.xml
  4. 2 2
      general.ent

+ 4 - 0
chapter01/changelog.xml

@@ -42,6 +42,10 @@ First a summary, then a detailed log.</para>
 </itemizedlist>
 </listitem>
 
+<listitem><para>November 12, 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]: Stop Udev from killing udevd processes
 on the host system (fixes bug 1651).  Thanks to Alexander Patrakov for the
 report and the fix.</para></listitem>

+ 1 - 3
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>

+ 1 - 4
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>

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "TESTING-20051107">
-<!ENTITY releasedate "November 7, 2005">
+<!ENTITY version "TESTING-20051112">
+<!ENTITY releasedate "November 12, 2005">
 <!ENTITY milestone "6.1.1">
 <!ENTITY generic-version "testing"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->