Ignore:
Timestamp:
04/11/2014 11:57:08 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
61ce0b1
Parents:
5bbc896
Message:

Merge latest lfs svn work into systemd branch. Better to be safe than sorry.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10534 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass1.xml

    r5bbc896 r6f34f43  
    5656    proceed with the instructions below.</para></note>
    5757
    58 <screen><userinput remap="pre">tar -Jxf ../mpfr-&mpfr-version;.tar.xz
     58<screen><userinput remap="pre">tar -xf ../mpfr-&mpfr-version;.tar.xz
    5959mv -v mpfr-&mpfr-version; mpfr
    60 tar -Jxf ../gmp-&gmp-version;.tar.xz
    61 mv -v gmp-&gmp-version; gmp
    62 tar -zxf ../mpc-&mpc-version;.tar.gz
     60tar -xf ../gmp-&gmp-version;.tar.xz
     61mv -v gmp-&gmp-extracted-version; gmp
     62tar -xf ../mpc-&mpc-version;.tar.gz
    6363mv -v mpc-&mpc-version; mpc</userinput></screen>
    6464
Note: See TracChangeset for help on using the changeset viewer.