mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-08-02 01:26:55 +01:00
Removed ch5-bzip2 make check - unneeded. Fix by Zack.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2590 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
185b258b9a
commit
8fa4affc0c
@ -74,6 +74,10 @@
|
|||||||
<listitem><para>May 12th, 2003 [gerard]: Chapter 06 - Basic Network: Added
|
<listitem><para>May 12th, 2003 [gerard]: Chapter 06 - Basic Network: Added
|
||||||
$(hostname) to /etc/hosts, without it perl's test doesn't pass.</para></listitem>
|
$(hostname) to /etc/hosts, without it perl's test doesn't pass.</para></listitem>
|
||||||
|
|
||||||
|
<listitem><para>May 12th, 2003 [winkie]: Chapter 05 - Installing Bzip2:
|
||||||
|
Running "make" implies "make check", therefore there is no reason
|
||||||
|
whatsoever for us to run it manually.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>May 12th, 2003 [winkie]: Chapter 05 - Installing
|
<listitem><para>May 12th, 2003 [winkie]: Chapter 05 - Installing
|
||||||
Lfs-Utils: Removed. The only package that checks for mktemp before it is
|
Lfs-Utils: Removed. The only package that checks for mktemp before it is
|
||||||
installed is GCC, and that's only for gccbug.</para></listitem>
|
installed is GCC, and that's only for gccbug.</para></listitem>
|
||||||
|
@ -11,7 +11,6 @@ environment:</para>
|
|||||||
<para><screen><userinput>make -f Makefile-libbz2_so
|
<para><screen><userinput>make -f Makefile-libbz2_so
|
||||||
make clean
|
make clean
|
||||||
make
|
make
|
||||||
make check
|
|
||||||
make PREFIX=/stage1 install
|
make PREFIX=/stage1 install
|
||||||
yes | cp bzip2-shared /stage1/bin/bzip2
|
yes | cp bzip2-shared /stage1/bin/bzip2
|
||||||
ln -s libbz2.so.1.0 libbz2.so
|
ln -s libbz2.so.1.0 libbz2.so
|
||||||
|
Loading…
Reference in New Issue
Block a user