aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorJeremy Huntwork <jhuntwork@linuxfromscratch.org>2008-12-01 21:38:07 +0000
committerJeremy Huntwork <jhuntwork@linuxfromscratch.org>2008-12-01 21:38:07 +0000
commit2a6c7b3e263e3d4f2c575ebc4f2c029d7213c621 (patch)
tree9b2cd9e2f27d94079cd16674e8abe8e0dc7aff99 /chapter05
parentbf3704761a6ff1c73d7512202150de5932fd74a4 (diff)
Adjust line break in adjusting toolchain section to avoid confusion
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8750 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/adjusting.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/adjusting.xml b/chapter05/adjusting.xml
index fb3f51dc6..35d77a78f 100644
--- a/chapter05/adjusting.xml
+++ b/chapter05/adjusting.xml
@@ -48,8 +48,8 @@ ln -sv /tools/bin/ld /tools/$(gcc -dumpmachine)/bin/ld</userinput></screen>
</important>
<!-- Ampersands are needed to allow copy and paste -->
-<screen><userinput>gcc -dumpspecs | sed 's@/lib/ld-linux.so.2@/tools&amp;@g' \
- > `dirname $(gcc -print-libgcc-file-name)`/specs</userinput></screen>
+<screen><userinput>gcc -dumpspecs | sed 's@/lib/ld-linux.so.2@/tools&amp;@g' &gt; \
+ `dirname $(gcc -print-libgcc-file-name)`/specs</userinput></screen>
<para>During the build process, GCC runs a script
(<command>fixincludes</command>) that scans the system for header files