Browse Source

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
Gerard Beekmans 22 năm trước cách đây
mục cha
commit
e69ecfb133
1 tập tin đã thay đổi với 1 bổ sung5 xóa
  1. 1 5
      chapter06/adjustingtoolchain.xml

+ 1 - 5
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>