Przeglądaj źródła

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
Gerard Beekmans 22 lat temu
rodzic
commit
185b258b9a

+ 1 - 1
appendixa/lfs-utils-shortdesc.xml

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

+ 4 - 0
chapter01/changelog.xml

@@ -74,6 +74,10 @@
 <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>
 
+<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
 --enable-threads=posix as well to complete the C++
 addition.</para></listitem>

+ 0 - 1
chapter05/chapter05.xml

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

+ 0 - 15
chapter05/lfs-utils-inst.xml

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

+ 0 - 10
chapter05/lfs-utils.xml

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

+ 1 - 2
chapter06/createfiles.xml

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

+ 0 - 3
entities/lfs-utils.ent

@@ -1,8 +1,5 @@
 <!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-inst SYSTEM "../chapter06/lfs-utils-inst.xml">