Author: randy
Date: 2008-10-09 12:35:09 -0600 (Thu, 09 Oct 2008)
New Revision: 8612
Modified:
trunk/BOOK/chapter05/gcc-pass1.xml
trunk/BOOK/chapter05/glibc.xml
trunk/BOOK/chapter06/glibc.xml
trunk/BOOK/chapter06/gmp.xml
Log:
Removed extraneous ampersands put in by accident
Modified: trunk/BOOK/chapter05/gcc-pass1.xml
===================================================================
--- trunk/BOOK/chapter05/gcc-pass1.xml 2008-10-09 16:06:14 UTC (rev 8611)
+++ trunk/BOOK/chapter05/gcc-pass1.xml 2008-10-09 18:35:09 UTC (rev 8612)
@@ -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
&&
-mv mpfr-&mpfr-version; mpfr &&
-tar -jxf ../gmp-&gmp-version;.tar.bz2 &&
+<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
Modified: trunk/BOOK/chapter05/glibc.xml
===================================================================
--- trunk/BOOK/chapter05/glibc.xml 2008-10-09 16:06:14 UTC (rev 8611)
+++ trunk/BOOK/chapter05/glibc.xml 2008-10-09 18:35:09 UTC (rev 8612)
@@ -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;
&&
+<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
Modified: trunk/BOOK/chapter06/glibc.xml
===================================================================
--- trunk/BOOK/chapter06/glibc.xml 2008-10-09 16:06:14 UTC (rev 8611)
+++ trunk/BOOK/chapter06/glibc.xml 2008-10-09 18:35:09 UTC (rev 8612)
@@ -91,7 +91,7 @@
<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;
&&
+<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 @@
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 &&
+<screen><userinput remap="test">cp -v
../glibc-&glibc-version;/iconvdata/gconv-modules iconvdata
make -k check 2>&1 | tee glibc-check-log
grep Error glibc-check-log</userinput></screen>
Modified: trunk/BOOK/chapter06/gmp.xml
===================================================================
--- trunk/BOOK/chapter06/gmp.xml 2008-10-09 16:06:14 UTC (rev 8611)
+++ trunk/BOOK/chapter06/gmp.xml 2008-10-09 18:35:09 UTC (rev 8612)
@@ -60,8 +60,8 @@
<para>Install the package:</para>
-<screen><userinput remap="install">make install &&
-install -v -m755 -d /usr/share/doc/gmp-4.2.2 &&
+<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>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page