Author: matthew
Date: 2005-11-11 13:44:53 -0700 (Fri, 11 Nov 2005)
New Revision: 7142
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter05/bzip2.xml
trunk/BOOK/chapter06/bzip2.xml
trunk/BOOK/general.ent
Log:
Omit running Bzip2's testsuite as a separate step
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2005-11-11 04:18:49 UTC (rev 7141)
+++ trunk/BOOK/chapter01/changelog.xml 2005-11-11 20:44:53 UTC (rev 7142)
@@ -114,6 +114,10 @@
</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>
Modified: trunk/BOOK/chapter05/bzip2.xml
===================================================================
--- trunk/BOOK/chapter05/bzip2.xml 2005-11-11 04:18:49 UTC (rev 7141)
+++ trunk/BOOK/chapter05/bzip2.xml 2005-11-11 20:44:53 UTC (rev 7142)
@@ -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>
Modified: trunk/BOOK/chapter06/bzip2.xml
===================================================================
--- trunk/BOOK/chapter06/bzip2.xml 2005-11-11 04:18:49 UTC (rev 7141)
+++ trunk/BOOK/chapter06/bzip2.xml 2005-11-11 20:44:53 UTC (rev 7142)
@@ -52,13 +52,10 @@
<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>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2005-11-11 04:18:49 UTC (rev 7141)
+++ trunk/BOOK/general.ent 2005-11-11 20:44:53 UTC (rev 7142)
@@ -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}]" -->
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page