Changeset a8c676b


Ignore:
Timestamp:
04/17/2017 12:34:37 AM (7 years ago)
Author:
Ken Moffat <ken@…>
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:
5b92407
Parents:
7c00397
Message:

Rust - remove bogus build directory. Thanks to Wayne for querying it, and to Tim for pointing out my error after I couldn't see it.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/rust.xml

    r7c00397 ra8c676b  
    128128    </para>
    129129
    130 <screen><userinput>
    131 mkdir build                                        &amp;&amp;
    132 cd build                                           &amp;&amp;
    133 
    134 ./configure --prefix=/usr                          \
     130<screen><userinput>./configure --prefix=/usr                          \
    135131  --docdir=/usr/share/doc/rustc-&rust-version;             \
    136132  --llvm-root=/opt/llvm3 --enable-llvm-link-shared &amp;&amp;
  • introduction/welcome/changelog.xml

    r7c00397 ra8c676b  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[ken] - Remove bogus build directory from rust.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[bdubbs] - Update to imlib2-1.4.10. Fixes
    4952          <ulink url="&blfs-ticket-root;9134">#9134</ulink>.</para>
Note: See TracChangeset for help on using the changeset viewer.