aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/adjustingtoolchain.xml
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2003-05-09 09:36:26 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2003-05-09 09:36:26 +0000
commit243d49acd65f59052effd8ccb15800e9232ac008 (patch)
tree3b0bd352308dcfc3dbab8d10ba5b5c16ac2bb2e3 /chapter06/adjustingtoolchain.xml
parent5b2a34dd5f17479f3efc39a76a047508d42ec8c4 (diff)
XML fixes and nbsp fix for lfscmd.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2542 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/adjustingtoolchain.xml')
-rw-r--r--chapter06/adjustingtoolchain.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/adjustingtoolchain.xml b/chapter06/adjustingtoolchain.xml
index c269e57ff..941b79bf5 100644
--- a/chapter06/adjustingtoolchain.xml
+++ b/chapter06/adjustingtoolchain.xml
@@ -4,10 +4,10 @@
<para><screen><userinput>cd binutils-build
make -C ld INSTALL=/stage1/bin/install install-data-local
-SPECFILE=/stage1/lib/gcc-lib/i686-pc-linux-gnu/*/specs &&
-cp ${SPECFILE} ./XX &&
-sed 's@/stage1/lib/ld-linux.so.2@/lib/ld-linux.so.2@g' ./XX > ${SPECFILE} &&
-unset SPECFILE &&
+SPECFILE=/stage1/lib/gcc-lib/i686-pc-linux-gnu/*/specs &amp;&amp;
+cp ${SPECFILE} ./XX &amp;&amp;
+sed 's@/stage1/lib/ld-linux.so.2@/lib/ld-linux.so.2@g' ./XX > ${SPECFILE} &amp;&amp;
+unset SPECFILE &amp;&amp;
rm -f ./XX</userinput></screen></para>
</sect1>