From 7ce01e0fcdcbb6458dbfb56f42974dc82a3e454d Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Thu, 9 Oct 2008 18:35:09 +0000 Subject: [PATCH] Removed extraneous ampersands put in by accident git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8612 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gcc-pass1.xml | 6 +++--- chapter05/glibc.xml | 2 +- chapter06/glibc.xml | 4 ++-- chapter06/gmp.xml | 4 ++-- 4 files changed, 8 insertions(+), 8 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. -tar -jxf ../mpfr-&mpfr-version;.tar.bz2 && -mv mpfr-&mpfr-version; mpfr && -tar -jxf ../gmp-&gmp-version;.tar.bz2 && +tar -jxf ../mpfr-&mpfr-version;.tar.bz2 +mv mpfr-&mpfr-version; mpfr +tar -jxf ../gmp-&gmp-version;.tar.bz2 mv gmp-&gmp-version; gmp 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 @@ Though not mandatory in this chapter, if you plan on running the test suite, you should apply the following patches: -patch -Np1 -i &glibc-iconv-test-fixes-patch; && +patch -Np1 -i &glibc-iconv-test-fixes-patch; patch -Np1 -i &glibc-ildoubl-test-fix-patch; The Glibc documentation recommends building Glibc outside of the source 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--> First apply two patches which correct failures in the test suite: -patch -Np1 -i &glibc-iconv-test-fixes-patch; && +patch -Np1 -i &glibc-iconv-test-fixes-patch; patch -Np1 -i &glibc-ildoubl-test-fix-patch; @@ -147,7 +147,7 @@ cd ../glibc-build build tree to prevent a couple of test failures, then test the results: -cp -v ../glibc-&glibc-version;/iconvdata/gconv-modules iconvdata && +cp -v ../glibc-&glibc-version;/iconvdata/gconv-modules iconvdata make -k check 2>&1 | tee glibc-check-log grep Error glibc-check-log 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 @@ Install the package: -make install && -install -v -m755 -d /usr/share/doc/gmp-4.2.2 && +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