diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-04-08 02:52:50 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-04-08 02:52:50 +0000 |
commit | ee648fdd8c25d909111d41e100022faf5512197a (patch) | |
tree | 70a76d1f0a7a3772081102e8a52de064f2694882 /chapter05/gcc-pass1.xml | |
parent | c4cd0ccc1bbf4a02a6b41d32ede3bf0c8992fa9a (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-pass1.xml')
-rw-r--r-- | chapter05/gcc-pass1.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index af09946d7..8ba097d10 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -55,11 +55,11 @@ directory and then change to the directory created. Only then should you proceed with the instructions below.</para></note> -<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>The following command will change the location of GCC's default |