mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 11:49:20 +01:00
Omit running Bzip2's testsuite as a separate step
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7142 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
221ae4662b
commit
4ebf97c614
@ -114,6 +114,10 @@ First a summary, then a detailed log.</para>
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</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
|
<listitem><para>November 7, 2005 [matt]: Install the binaries from Less to
|
||||||
/usr/bin instead of /bin (fixes bug 1643).</para></listitem>
|
/usr/bin instead of /bin (fixes bug 1643).</para></listitem>
|
||||||
|
|
||||||
|
@ -28,12 +28,10 @@
|
|||||||
<title>Installation of Bzip2</title>
|
<title>Installation of Bzip2</title>
|
||||||
|
|
||||||
<para>The Bzip2 package does not contain a <command>configure</command>
|
<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>
|
<screen><userinput>make</userinput></screen>
|
||||||
|
|
||||||
<para>To test the results, issue: <userinput>make test</userinput>.</para>
|
|
||||||
|
|
||||||
<para>Install the package:</para>
|
<para>Install the package:</para>
|
||||||
|
|
||||||
<screen><userinput>make PREFIX=/tools install</userinput></screen>
|
<screen><userinput>make PREFIX=/tools install</userinput></screen>
|
||||||
|
@ -52,13 +52,10 @@ using a different <filename>Makefile</filename> file, in this case the
|
|||||||
<filename class="libraryfile">libbz2.so</filename> library and links the Bzip2
|
<filename class="libraryfile">libbz2.so</filename> library and links the Bzip2
|
||||||
utilities against it.</para>
|
utilities against it.</para>
|
||||||
|
|
||||||
<para>Compile the package:</para>
|
<para>Compile and test the package:</para>
|
||||||
|
|
||||||
<screen><userinput>make</userinput></screen>
|
<screen><userinput>make</userinput></screen>
|
||||||
|
|
||||||
<para>To test the results, issue:
|
|
||||||
<userinput>make test</userinput>.</para>
|
|
||||||
|
|
||||||
<para>If reinstalling Bzip2, perform
|
<para>If reinstalling Bzip2, perform
|
||||||
<userinput>rm -vf /usr/bin/bz*</userinput> first, otherwise the following
|
<userinput>rm -vf /usr/bin/bz*</userinput> first, otherwise the following
|
||||||
<command>make install</command> will fail.</para>
|
<command>make install</command> will fail.</para>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!ENTITY version "SVN-20051110">
|
<!ENTITY version "SVN-20051111">
|
||||||
<!ENTITY releasedate "November 10, 2005">
|
<!ENTITY releasedate "November 11, 2005">
|
||||||
<!ENTITY milestone "6.2">
|
<!ENTITY milestone "6.2">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user