Removed chapter 5 LFS-Utils installation - unnecessary. Patch by Zack.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2589 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2003-05-12 23:19:36 +00:00
parent f26c68d122
commit 185b258b9a
7 changed files with 6 additions and 32 deletions

View File

@ -9,6 +9,6 @@ individual package.</para>
<para>Lfs-Utils installs the following:</para> <para>Lfs-Utils installs the following:</para>
<sect3><title>Program Files</title> <sect3><title>Program Files</title>
<para>mktemp, tempfile</para></sect3> <para>mktemp, tempfile, http-get, iana-net</para></sect3>
</sect2> </sect2>

View File

@ -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
Lfs-Utils: Removed. The only package that checks for mktemp before it is
installed is GCC, and that's only for gccbug.</para></listitem>
<listitem><para>May 11th, 2003 [gerard]: Chapter 06 - GCC-2.95.3: Added <listitem><para>May 11th, 2003 [gerard]: Chapter 06 - GCC-2.95.3: Added
--enable-threads=posix as well to complete the C++ --enable-threads=posix as well to complete the C++
addition.</para></listitem> addition.</para></listitem>

View File

@ -19,7 +19,6 @@
&c5-binutils-pass2; &c5-binutils-pass2;
&c5-gawk; &c5-gawk;
&c5-coreutils; &c5-coreutils;
&c5-lfs-utils;
&c5-bzip2; &c5-bzip2;
&c5-gzip; &c5-gzip;
&c5-diffutils; &c5-diffutils;

View File

@ -1,15 +0,0 @@
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2>
<title>Installation of Lfs-Utils</title>
<para>Compile the package:</para>
<para><screen><userinput>make</userinput></screen></para>
<para>And install the package:</para>
<para><screen><userinput>make PREFIX=/stage1 install</userinput></screen></para>
</sect2>

View File

@ -1,10 +0,0 @@
<sect1 id="ch05-lfs-utils">
<title>Installing Lfs-Utils-&lfs-utils-version;</title>
<?dbhtml filename="lfs-utils.html" dir="chapter05"?>
&aa-lfs-utils-shortdesc;
&aa-lfs-utils-dep;
&c5-lfs-utils-inst;
</sect1>

View File

@ -26,8 +26,7 @@ ln -sf /stage1/bin/mv /bin
ln -sf /stage1/bin/chmod /bin ln -sf /stage1/bin/chmod /bin
ln -sf /stage1/bin/chgrp /bin ln -sf /stage1/bin/chgrp /bin
ln -sf /stage1/bin/sort /usr/bin ln -sf /stage1/bin/sort /usr/bin
ln -sf /stage1/bin/cmp /usr/bin ln -sf /stage1/bin/cmp /usr/bin</userinput></screen></para>
ln -sf /stage1/bin/mktemp /usr/bin</userinput></screen></para>
</sect1> </sect1>

View File

@ -1,8 +1,5 @@
<!ENTITY c4-lfs-utils SYSTEM "../chapter04/lfs-utils.xml"> <!ENTITY c4-lfs-utils SYSTEM "../chapter04/lfs-utils.xml">
<!ENTITY c5-lfs-utils SYSTEM "../chapter05/lfs-utils.xml">
<!ENTITY c5-lfs-utils-inst SYSTEM "../chapter05/lfs-utils-inst.xml">
<!ENTITY c6-lfs-utils SYSTEM "../chapter06/lfs-utils.xml"> <!ENTITY c6-lfs-utils SYSTEM "../chapter06/lfs-utils.xml">
<!ENTITY c6-lfs-utils-inst SYSTEM "../chapter06/lfs-utils-inst.xml"> <!ENTITY c6-lfs-utils-inst SYSTEM "../chapter06/lfs-utils-inst.xml">