mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-19 18:55:09 +01:00
Removed extraneous ampersands put in by accident
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8612 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
8465615fc8
commit
7ce01e0fcd
@ -47,9 +47,9 @@
|
|||||||
not be included in your host distribution, they will be built with
|
not be included in your host distribution, they will be built with
|
||||||
GCC.</para>
|
GCC.</para>
|
||||||
|
|
||||||
<screen><userinput remap="pre">tar -jxf ../mpfr-&mpfr-version;.tar.bz2 &&
|
<screen><userinput remap="pre">tar -jxf ../mpfr-&mpfr-version;.tar.bz2
|
||||||
mv mpfr-&mpfr-version; mpfr &&
|
mv mpfr-&mpfr-version; mpfr
|
||||||
tar -jxf ../gmp-&gmp-version;.tar.bz2 &&
|
tar -jxf ../gmp-&gmp-version;.tar.bz2
|
||||||
mv gmp-&gmp-version; gmp</userinput></screen>
|
mv gmp-&gmp-version; gmp</userinput></screen>
|
||||||
|
|
||||||
<para>The GCC documentation recommends building GCC outside of the
|
<para>The GCC documentation recommends building GCC outside of the
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
<para>Though not mandatory in this chapter, if you plan on running the test
|
<para>Though not mandatory in this chapter, if you plan on running the test
|
||||||
suite, you should apply the following patches:</para>
|
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>
|
patch -Np1 -i &glibc-ildoubl-test-fix-patch;</userinput></screen>
|
||||||
|
|
||||||
<para>The Glibc documentation recommends building Glibc outside of the source
|
<para>The Glibc documentation recommends building Glibc outside of the source
|
||||||
|
@ -91,7 +91,7 @@ mv glibc-libidn-&glibc-version; libidn</userinput></screen>-->
|
|||||||
<para>First apply two patches which correct failures in the test
|
<para>First apply two patches which correct failures in the test
|
||||||
suite:</para>
|
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>
|
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
|
build tree to prevent a couple of test failures, then test the
|
||||||
results:</para>
|
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
|
make -k check 2>&1 | tee glibc-check-log
|
||||||
grep Error glibc-check-log</userinput></screen>
|
grep Error glibc-check-log</userinput></screen>
|
||||||
|
|
||||||
|
@ -60,8 +60,8 @@
|
|||||||
|
|
||||||
<para>Install the package:</para>
|
<para>Install the package:</para>
|
||||||
|
|
||||||
<screen><userinput remap="install">make install &&
|
<screen><userinput remap="install">make install
|
||||||
install -v -m755 -d /usr/share/doc/gmp-4.2.2 &&
|
install -v -m755 -d /usr/share/doc/gmp-4.2.2
|
||||||
install -v -m644 doc/{isa_abi_headache,configuration} doc/*.html \
|
install -v -m644 doc/{isa_abi_headache,configuration} doc/*.html \
|
||||||
/usr/share/doc/gmp-4.2.2</userinput></screen>
|
/usr/share/doc/gmp-4.2.2</userinput></screen>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user