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

* Mention bzip2's testsuite

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4865 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 20 жил өмнө
parent
commit
c836998d30

+ 3 - 0
chapter01/changelog.xml

@@ -82,6 +82,9 @@ first a summary, then a detailed log.</para>
 </itemizedlist>
 </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>

+ 1 - 0
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/>

+ 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 "SVN-20050402">
-<!ENTITY releasedate "April 2, 2005">
+<!ENTITY version "SVN-20050404">
+<!ENTITY releasedate "April 4, 2005">
 <!ENTITY milestone "6.1">
 
 <!ENTITY lfs-root "http://www.linuxfromscratch.org/">