aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2004-02-19 22:35:14 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2004-02-19 22:35:14 +0000
commit9da62ab0cd9dcd7f4cdec8348432c9ad13a126aa (patch)
treedcb5f6facc408a3e4e716eefd37ce859aee1153c /chapter06
parente1c7e32ae38c9e45821d8df8fac70cecf812db38 (diff)
Small textual frobbings, and removing an unneeded {,share/}.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3256 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/chapter06.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml
index 4a168fac6..c64770b2a 100644
--- a/chapter06/chapter06.xml
+++ b/chapter06/chapter06.xml
@@ -359,13 +359,13 @@ file records the bad login attempts.</para>
<para>Now that the new and final C libraries have been installed, it's time to
adjust our toolchain again. We'll adjust it so that it will link any newly
-compiled program against these new libraries. This is in fact the same we did
-in the "Adjusting" phase in the beginning of the previous chapter, even though
-it looks like the reverse: then we guided the chain from the host's
-<filename class="directory">{,/usr}/lib</filename> to the new
+compiled program against these new libraries. This is in fact the same thing we
+did in the "Adjusting" phase in the beginning of the previous chapter, even
+though it looks like the reverse: then we guided the chain from the host's
+<filename class="directory">/{,usr/}lib</filename> to the new
<filename class="directory">/tools/lib</filename>, now we guide it from that
same <filename class="directory">/tools/lib</filename>
-to the LFS's <filename class="directory">{,/usr}/lib</filename>.</para>
+to the LFS's <filename class="directory">/{,usr/}lib</filename>.</para>
<para>First we adjust the linker. For this we retained the
source and build directories from the second pass over Binutils. Install the
@@ -380,7 +380,7 @@ source and build directories from the second pass in
don't have access to them, don't worry, all is not lost. Just ignore the above
command. The result will be that the next package, Binutils, will link against
the C libraries in <filename class="directory">/tools</filename> rather
-than <filename class="directory">{,/usr}/lib</filename>. This is not ideal,
+than in <filename class="directory">/{,usr/}lib</filename>. This is not ideal,
however, our testing has shown that the resulting Binutils program binaries
should be identical.</para></note>