Changeset 8e848de9 for general


Ignore:
Timestamp:
05/12/2017 07:06:15 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
17b685f1
Parents:
8d0141eb
Message:

Add gcc7_checked entity.
Minor editorial changes.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18716 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cargo.xml

    r8d0141eb r8e848de9  
    166166    </para>
    167167
    168 <screen><userinput>pushd src/rust-installer                        &amp;&amp;
    169 tar -xf ../../../rust-installer-&RUSTIDATE;.tar.xz \
    170  --strip-components=1                           &amp;&amp;
    171 popd                                            &amp;&amp;
     168<screen><userinput>tar -xf ../../../rust-installer-&RUSTIDATE;.tar.xz \
     169    --strip-components=1 --directory src/rust-installer &amp;&amp;
    172170
    173171case $(uname -m) in
     
    176174    i686) tar -xf ../cargo-&CARGOPREV;-i686-unknown-linux-gnu.tar.gz
    177175    ;;
    178 esac                                            &amp;&amp;
    179 
    180 ./configure --prefix=/usr --sysconfdir=/etc     \
    181   --docdir=/usr/share/doc/cargo-&cargo-version;          \
    182   --cargo=./cargo-nightly*/cargo/bin/cargo      &amp;&amp;
     176esac                                                 &amp;&amp;
     177
     178./configure --prefix=/usr                        \
     179            --sysconfdir=/etc                    \
     180            --docdir=/usr/share/doc/cargo-&cargo-version; \
     181            --cargo=./cargo-nightly*/cargo/bin/cargo &amp;&amp;
    183182make</userinput></screen>
    184183
Note: See TracChangeset for help on using the changeset viewer.