aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gcc-pass2.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2014-04-08 02:52:50 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2014-04-08 02:52:50 +0000
commitee648fdd8c25d909111d41e100022faf5512197a (patch)
tree70a76d1f0a7a3772081102e8a52de064f2694882 /chapter05/gcc-pass2.xml
parentc4cd0ccc1bbf4a02a6b41d32ede3bf0c8992fa9a (diff)
Update to linux-3.14
Update to file-5.18 Update to flex-2.5.39 Update to GMP-6.0.0a Update to libpipeline-1.3.0 Update to man-pages-3.64 Update to systemd-212 Update to udev-lfs-20140408 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10532 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-pass2.xml')
-rw-r--r--chapter05/gcc-pass2.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml
index 6fb0792c4..ec9354e18 100644
--- a/chapter05/gcc-pass2.xml
+++ b/chapter05/gcc-pass2.xml
@@ -90,11 +90,11 @@ done</userinput></screen>
packages. Unpack the tarballs and move them into the required directory
names:</para>
-<screen><userinput remap="pre">tar -Jxf ../mpfr-&mpfr-version;.tar.xz
+<screen><userinput remap="pre">tar -xf ../mpfr-&mpfr-version;.tar.xz
mv -v mpfr-&mpfr-version; mpfr
-tar -Jxf ../gmp-&gmp-version;.tar.xz
-mv -v gmp-&gmp-version; gmp
-tar -zxf ../mpc-&mpc-version;.tar.gz
+tar -xf ../gmp-&gmp-version;.tar.xz
+mv -v gmp-&gmp-extracted-version; gmp
+tar -xf ../mpc-&mpc-version;.tar.gz
mv -v mpc-&mpc-version; mpc</userinput></screen>
<para>Create a separate build directory again:</para>