aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
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 /chapter06
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 'chapter06')
-rw-r--r--chapter06/glibc.xml4
-rw-r--r--chapter06/gmp.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index 31fe6c857..fa3ba061c 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -91,7 +91,7 @@ mv glibc-libidn-&glibc-version; libidn</userinput></screen>-->
<para>First apply two patches which correct failures in the test
suite:</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>
@@ -147,7 +147,7 @@ cd ../glibc-build</userinput></screen>
build tree to prevent a couple of test failures, then test the
results:</para>
-<screen><userinput remap="test">cp -v ../glibc-&glibc-version;/iconvdata/gconv-modules iconvdata &amp;&amp;
+<screen><userinput remap="test">cp -v ../glibc-&glibc-version;/iconvdata/gconv-modules iconvdata
make -k check 2&gt;&amp;1 | tee glibc-check-log
grep Error glibc-check-log</userinput></screen>
diff --git a/chapter06/gmp.xml b/chapter06/gmp.xml
index 5077f740e..9548baf5e 100644
--- a/chapter06/gmp.xml
+++ b/chapter06/gmp.xml
@@ -60,8 +60,8 @@
<para>Install the package:</para>
-<screen><userinput remap="install">make install &amp;&amp;
-install -v -m755 -d /usr/share/doc/gmp-4.2.2 &amp;&amp;
+<screen><userinput remap="install">make install
+install -v -m755 -d /usr/share/doc/gmp-4.2.2
install -v -m644 doc/{isa_abi_headache,configuration} doc/*.html \
/usr/share/doc/gmp-4.2.2</userinput></screen>