aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-09-12 20:50:02 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-09-12 20:50:02 +0000
commite69ecfb133ee9d8547285073933d54fef28af060 (patch)
tree92ada69d8c6876ea51a93fb971d475ff0d086812 /chapter06
parent2c55c716710e05cb2a23842885800975353717cb (diff)
Removed mention of INSTALL=... from the text. It was removed from the command yesterday
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2790 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/adjustingtoolchain.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/chapter06/adjustingtoolchain.xml b/chapter06/adjustingtoolchain.xml
index b7a1d1d5e..fd5ba1676 100644
--- a/chapter06/adjustingtoolchain.xml
+++ b/chapter06/adjustingtoolchain.xml
@@ -18,11 +18,7 @@ Install the adjusted linker scripts by running the following from within the
no mention of <filename class="directory">/tools/lib</filename> anymore.
From now on every compiled program will link <emphasis>only</emphasis>
against the libraries in <filename>/usr/lib</filename> and
-<filename>/lib</filename>. The extra
-<userinput>INSTALL=/tools/bin/install</userinput> is needed because the
-Makefile created during the second pass still contains the reference to
-<filename>/usr/bin/install</filename>, which we obviously haven't installed
-yet.</para>
+<filename>/lib</filename>.</para>
<para>You can now remove the Binutils source and build directories.</para>