aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/gcc-pass1.xml6
-rw-r--r--chapter05/glibc.xml2
2 files changed, 4 insertions, 4 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
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index 1919f9850..98f22ad17 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -46,7 +46,7 @@
<para>Though not mandatory in this chapter, if you plan on running the test
suite, you should apply the following patches:</para>
-<screen><userinput remap="pre">patch -Np1 -i &glibc-iconv-test-fixes-patch; &amp;&amp;
+<screen><userinput remap="pre">patch -Np1 -i &glibc-iconv-test-fixes-patch;
patch -Np1 -i &glibc-ildoubl-test-fix-patch;</userinput></screen>
<para>The Glibc documentation recommends building Glibc outside of the source