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-pass2.xml

    r5bbc896 r6f34f43  
    9191    names:</para>
    9292
    93 <screen><userinput remap="pre">tar -Jxf ../mpfr-&mpfr-version;.tar.xz
     93<screen><userinput remap="pre">tar -xf ../mpfr-&mpfr-version;.tar.xz
    9494mv -v mpfr-&mpfr-version; mpfr
    95 tar -Jxf ../gmp-&gmp-version;.tar.xz
    96 mv -v gmp-&gmp-version; gmp
    97 tar -zxf ../mpc-&mpc-version;.tar.gz
     95tar -xf ../gmp-&gmp-version;.tar.xz
     96mv -v gmp-&gmp-extracted-version; gmp
     97tar -xf ../mpc-&mpc-version;.tar.gz
    9898mv -v mpc-&mpc-version; mpc</userinput></screen>
    9999
Note: See TracChangeset for help on using the changeset viewer.