changed net-tools make install to make update

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2618 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2003-05-16 20:58:43 +00:00
parent 6b72dcfbd3
commit 9d937e5dee
3 changed files with 7 additions and 3 deletions

View File

@ -78,6 +78,10 @@
</itemizedlist>
</para></listitem>
<listitem><para>May 16th, 2003 [gerard]: Chapter 06: Net-tools: Changed
<userinput>make install</userinput> to <userinput>make
update</userinput>.</para></listitem>
<listitem><para>May 15th, 2003 [timothy]: Chapter 05: Installing Patch:
Added <userinput>CPPFLAGS=-D_GNU_SOURCE</userinput> before
<userinput>./configure</userinput> to fix patch build on PPC.</para></listitem>

View File

@ -29,7 +29,7 @@ questions generated by <emphasis>make config</emphasis> by running
<para>Finish installing the package:</para>
<para><screen><userinput>make install</userinput></screen></para>
<para><screen><userinput>make update</userinput></screen></para>
</sect2>

View File

@ -4,8 +4,8 @@
<!ENTITY book SYSTEM "book/book.xml">
<!ENTITY version "20030515">
<!ENTITY releasedate "May 15th, 2003">
<!ENTITY version "20030516">
<!ENTITY releasedate "May 16th, 2003">
<!ENTITY nbsp " ">
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">