From 7ce01e0fcdcbb6458dbfb56f42974dc82a3e454d Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Thu, 9 Oct 2008 18:35:09 +0000 Subject: Removed extraneous ampersands put in by accident git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8612 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc.xml | 4 ++-- chapter06/gmp.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'chapter06') 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 -- cgit v1.2.3-54-g00ecf