Browse Source

Changed the wording a bit. Binutils dirs must be removed

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2770 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 22 years ago
parent
commit
c9398bca01
1 changed files with 3 additions and 2 deletions
  1. 3 2
      chapter05/lockingglibc.xml

+ 3 - 2
chapter05/lockingglibc.xml

@@ -19,9 +19,10 @@ pass of Binutils, and contain no mention of <filename>/lib</filename>,
 From this point onwards everything will link <emphasis>only</emphasis>
 against the libraries in <filename>/tools/lib</filename>.</para>
 
-<para>You can now remove Binutils' build and source directories.</para>
+<para>Now that the scripts are adjusted, you have to remove the Binutils
+build and source directories.</para>
 
-<para>The other thing to do is to amend our GCC specs file so that it points
+<para>The next thing to do is to amend our GCC specs file so that it points
 to the new dynamic linker. A simple sed will accomplish this:</para>
    
 <para><screen><userinput>SPECFILE=/tools/lib/gcc-lib/*/*/specs