From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MOnnk-00057m-BZ for qemu-devel@nongnu.org; Thu, 09 Jul 2009 03:12:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MOnnf-00057Z-VY for qemu-devel@nongnu.org; Thu, 09 Jul 2009 03:12:15 -0400 Received: from [199.232.76.173] (port=56286 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MOnnf-00057W-QF for qemu-devel@nongnu.org; Thu, 09 Jul 2009 03:12:11 -0400 Received: from mx20.gnu.org ([199.232.41.8]:61068) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MOnnf-00026L-B7 for qemu-devel@nongnu.org; Thu, 09 Jul 2009 03:12:11 -0400 Received: from fmmailgate02.web.de ([217.72.192.227]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MOnnd-0002ka-Lf for qemu-devel@nongnu.org; Thu, 09 Jul 2009 03:12:09 -0400 Message-ID: <4A559842.7000404@web.de> Date: Thu, 09 Jul 2009 09:12:02 +0200 From: Jan Kiszka MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigF53364E8857E8E3D2F72ED06" Sender: jan.kiszka@web.de Subject: [Qemu-devel] [PATCH] Drop roms from standard build List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel , Alexander Graf This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigF53364E8857E8E3D2F72ED06 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable There is no point in generating and copying the optionsrom each time qemu is build. It's a maintenance task given that we carry them as binaries already. And that task could also be triggered explicitly via 'make roms'. Solves the mingw32 build breakage, too. Signed-off-by: Jan Kiszka --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 66c28e5..43baa8b 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ ifdef CONFIG_WIN32 LIBS+=3D-lwinmm -lws2_32 -liphlpapi endif =20 -build-all: $(TOOLS) $(DOCS) roms recurse-all +build-all: $(TOOLS) $(DOCS) recurse-all =20 config-host.mak: configure ifneq ($(wildcard config-host.mak),) --------------enigF53364E8857E8E3D2F72ED06 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iEYEARECAAYFAkpVmEUACgkQniDOoMHTA+ncYACfT0qHBBHaSFVZlboLjz2ad9kt cTUAnRq2IiHNxXQLb5nlV8s6C3ATPUt0 =qm/s -----END PGP SIGNATURE----- --------------enigF53364E8857E8E3D2F72ED06--