Author: ken
Date: Wed Oct 23 14:41:25 2013
New Revision: 12044
Log:
Allow qemu to build with make-4.0, and fix one typo.
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/postlfs/virtualization/qemu.xml
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Wed Oct 23 13:12:09
2013 (r12043)
+++ trunk/BOOK/introduction/welcome/changelog.xml Wed Oct 23 14:41:25
2013 (r12044)
@@ -47,6 +47,9 @@
<para>October 23nd, 2013</para>
<itemizedlist>
<listitem>
+ <para>[ken] - set ARFLAGS to allow qemu to build with
make-4.0.</para>
+ </listitem>
+ <listitem>
<para>[fernando] - Update to vala-0.22.0. Partially
fixes <ulink url="&blfs-ticket-root;4223">#4223</ulink>.</para>
</listitem>
Modified: trunk/BOOK/postlfs/virtualization/qemu.xml
==============================================================================
--- trunk/BOOK/postlfs/virtualization/qemu.xml Wed Oct 23 13:12:09 2013
(r12043)
+++ trunk/BOOK/postlfs/virtualization/qemu.xml Wed Oct 23 14:41:25 2013
(r12044)
@@ -138,7 +138,9 @@
<screen><userinput>./configure --prefix=/usr \
--sysconfdir=/etc \
--target-list=x86_64-softmmu &&
-make</userinput></screen>
+export ARFLAGS="rv" &&
+make &&
+unset ARFLAGS</userinput></screen>
<para>To run the built in tests, run <command>make V=1
check</command>.</para>
@@ -167,6 +169,9 @@
hardware emulation see the --target-list list in
<command>configure</command>'s
help output. Omitting this option will build all architectures.</para>
+ <para><parameter>export ARFLAGS="rv"</parameter> : this works around a
problem
+ in the <command>configure</command> script exposed by make-4.0.</para>
+
</sect2>
@@ -284,7 +289,7 @@
</listitem>
</itemizedlist>
- <note><para>The backslashes in the abouve script are for convenience
+ <note><para>The backslashes in the above script are for convenience
for cut/paste operations. The backslashes should
<emphasis>not</emphasis>
appear in the final scripts.</para></note>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page