aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gcc-pass1.xml
diff options
context:
space:
mode:
authorRandy McMurchy <randy@linuxfromscratch.org>2008-10-09 18:35:09 +0000
committerRandy McMurchy <randy@linuxfromscratch.org>2008-10-09 18:35:09 +0000
commit7ce01e0fcdcbb6458dbfb56f42974dc82a3e454d (patch)
treecfdba83c98c007f2dbcef85fdcb13283e54b3e43 /chapter05/gcc-pass1.xml
parent8465615fc8828dff504fd1dbcdecde1761ebd22b (diff)
Removed extraneous ampersands put in by accident
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8612 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-pass1.xml')
-rw-r--r--chapter05/gcc-pass1.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml
index 69cde10c9..218566bab 100644
--- a/chapter05/gcc-pass1.xml
+++ b/chapter05/gcc-pass1.xml
@@ -47,9 +47,9 @@
not be included in your host distribution, they will be built with
GCC.</para>
-<screen><userinput remap="pre">tar -jxf ../mpfr-&mpfr-version;.tar.bz2 &amp;&amp;
-mv mpfr-&mpfr-version; mpfr &amp;&amp;
-tar -jxf ../gmp-&gmp-version;.tar.bz2 &amp;&amp;
+<screen><userinput remap="pre">tar -jxf ../mpfr-&mpfr-version;.tar.bz2
+mv mpfr-&mpfr-version; mpfr
+tar -jxf ../gmp-&gmp-version;.tar.bz2
mv gmp-&gmp-version; gmp</userinput></screen>
<para>The GCC documentation recommends building GCC outside of the