aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
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
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')
-rw-r--r--chapter06/adjustingtoolchain.xml8
-rw-r--r--chapter06/coreutils-inst.xml8
2 files changed, 8 insertions, 8 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>
diff --git a/chapter06/coreutils-inst.xml b/chapter06/coreutils-inst.xml
index 17db7671e..d57a9b490 100644
--- a/chapter06/coreutils-inst.xml
+++ b/chapter06/coreutils-inst.xml
@@ -6,10 +6,10 @@
<para><screen><userinput>./configure --prefix=/usr
make
make install
-mv /usr/bin/{basename,cat,chgrp,chmod,chown,cp,dd,df} /bin &&
-mv /usr/bin/{dir,dircolors,du,date,echo,false,head} /bin &&
-mv /usr/bin/{install,ln,ls,mkdir,mkfifo,mknod,mv,pwd} /bin &&
-mv /usr/bin/{rm,rmdir,shred,sync,sleep,stty,su,test} /bin &&
+mv /usr/bin/{basename,cat,chgrp,chmod,chown,cp,dd,df} /bin &amp;&amp;
+mv /usr/bin/{dir,dircolors,du,date,echo,false,head} /bin &amp;&amp;
+mv /usr/bin/{install,ln,ls,mkdir,mkfifo,mknod,mv,pwd} /bin &amp;&amp;
+mv /usr/bin/{rm,rmdir,shred,sync,sleep,stty,su,test} /bin &amp;&amp;
mv /usr/bin/{touch,true,uname,vdir} /bin
mv /usr/bin/chroot /usr/sbin
ln -s test /bin/[