mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Verbosely move mpfr and gmp.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8906 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
98d78cff04
commit
e311865254
@ -48,9 +48,9 @@
|
|||||||
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 -v 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 -v 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
|
||||||
source directory in a dedicated build directory:</para>
|
source directory in a dedicated build directory:</para>
|
||||||
|
@ -131,9 +131,9 @@ esac</userinput></screen>
|
|||||||
Unpack the tarballs and move them into the required directory names:</para>
|
Unpack the tarballs and move them into the required directory names:</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 -v 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 -v gmp-&gmp-version; gmp</userinput></screen>
|
||||||
|
|
||||||
<para>Create a separate build directory again:</para>
|
<para>Create a separate build directory again:</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user