Эх сурвалжийг харах

Ported r4865 and r4887 from trunk: Mention bzip2's testsuite

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@4890 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 20 жил өмнө
parent
commit
b845c5f435

+ 2 - 3
chapter01/changelog.xml

@@ -82,6 +82,8 @@ first a summary, then a detailed log.</para>
 </itemizedlist>
 </listitem>
 
+<listitem><para>April 11, 2005 [manuel]: Mention bzip2's testsuite.</para></listitem>
+
 <listitem><para>April 6, 2005 [matt]: Move e2fsprogs sed command to
 before entering the build directory (Steffen R. Knollmann).</para></listitem>
 
@@ -97,9 +99,6 @@ creates it (Ken Moffat).  Also minor rewording to improve consistency.</para>
 <listitem><para>April 4, 2005 [matt]: Fix E2fsprogs compile problem (Ken Moffat
 &amp; Greg Schafer)</para></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>

+ 2 - 0
chapter05/bzip2.xml

@@ -32,6 +32,8 @@ script. Compile 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>

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

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "TESTING-20050406">
-<!ENTITY releasedate "April 6, 2005">
+<!ENTITY version "TESTING-20050411">
+<!ENTITY releasedate "April 11, 2005">
 <!ENTITY milestone "6.1">
 
 <!ENTITY lfs-root "http://www.linuxfromscratch.org/">