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:
Robert Connolly 2009-05-23 23:00:57 +00:00
parent 98d78cff04
commit e311865254
2 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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>