diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-16 20:58:43 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-16 20:58:43 +0000 |
commit | 9d937e5deef0fabe14a2b479bbbd19bbab8856de (patch) | |
tree | 613368fe64fb159a93d3d9922e234bf2cca7d21a | |
parent | 6b72dcfbd3161550d20386f73364221e90cd4393 (diff) |
changed net-tools make install to make update
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2618 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter06/nettools-inst.xml | 2 | ||||
-rw-r--r-- | index.xml | 4 |
3 files changed, 7 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 6051d8b70..951a1d3c9 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -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> diff --git a/chapter06/nettools-inst.xml b/chapter06/nettools-inst.xml index 95c4e29ac..a0f1e0d0f 100644 --- a/chapter06/nettools-inst.xml +++ b/chapter06/nettools-inst.xml @@ -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> @@ -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"> |