diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2007-06-24 13:03:35 +0000 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2007-06-24 13:03:35 +0000 |
commit | f19e766a8ee9b64cb06165842bdd56f94f61f1a3 (patch) | |
tree | 2cff0f6715ee99adaf58322e9cdc39bd683657e8 /chapter06/readjusting.xml | |
parent | ea148539cb6d721406ec923a36e8c9348a89c4cb (diff) |
Add missing colons wherever we expect the builder to key in the userinput.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/readjusting.xml')
-rw-r--r-- | chapter06/readjusting.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/readjusting.xml b/chapter06/readjusting.xml index f7fce4c32..63d7a0dce 100644 --- a/chapter06/readjusting.xml +++ b/chapter06/readjusting.xml @@ -25,7 +25,7 @@ <para>First, backup the <filename class="directory">/tools</filename> linker, and replace it with the adjusted linker we made in chapter 5. We'll also create a link to its counterpart in <filename class="directory">/tools/$(gcc - -dumpmachine)/bin</filename>.</para> + -dumpmachine)/bin</filename>:</para> <screen><userinput>mv -v /tools/bin/{ld,ld-old} mv -v /tools/$(gcc -dumpmachine)/bin/{ld,ld-old} @@ -35,7 +35,7 @@ ln -sv /tools/bin/ld /tools/$(gcc -dumpmachine)/bin/ld</userinput></screen> <para>Next, amend the GCC specs file so that it points to the new dynamic linker, and so that GCC knows where to find the correct headers and Glibc start files. A <command>sed</command> command accomplishes - this.</para> + this:</para> <important> <para>If working on a platform where the name of the dynamic linker is |