* Mention bzip2's testsuite

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4865 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2005-04-04 20:43:17 +00:00
parent 56e814c42e
commit c836998d30
4 changed files with 9 additions and 2 deletions

View File

@ -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>

View File

@ -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/>

View File

@ -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>

View File

@ -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/">