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
This commit is contained in:
Manuel Canales Esparcia 2005-04-11 17:22:52 +00:00
parent 30a6ca3505
commit b845c5f435
4 changed files with 9 additions and 5 deletions

View File

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

View File

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

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