Author: ken
Date: Sun Apr 16 17:34:37 2017
New Revision: 18608

Log:
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.

Modified:
   trunk/BOOK/general/prog/rust.xml
   trunk/BOOK/introduction/welcome/changelog.xml

Modified: trunk/BOOK/general/prog/rust.xml
==============================================================================
--- trunk/BOOK/general/prog/rust.xml    Sun Apr 16 14:21:55 2017        (r18607)
+++ trunk/BOOK/general/prog/rust.xml    Sun Apr 16 17:34:37 2017        (r18608)
@@ -127,11 +127,7 @@
       commands:
     </para>
 
-<screen><userinput>
-mkdir build                                        &amp;&amp;
-cd build                                           &amp;&amp;
-
-./configure --prefix=/usr                          \
+<screen><userinput>./configure --prefix=/usr                          \
   --docdir=/usr/share/doc/rustc-&rust-version;             \
   --llvm-root=/opt/llvm3 --enable-llvm-link-shared &amp;&amp;
 ./x.py build</userinput></screen>

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sun Apr 16 14:21:55 
2017        (r18607)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sun Apr 16 17:34:37 
2017        (r18608)
@@ -45,6 +45,9 @@
       <para>April 16th, 2017</para>
       <itemizedlist>
         <listitem>
+          <para>[ken] - Remove bogus build directory from rust.</para>
+        </listitem>
+        <listitem>
           <para>[bdubbs] - Update to imlib2-1.4.10. Fixes
           <ulink url="&blfs-ticket-root;9134">#9134</ulink>.</para>
         </listitem>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to