qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [PATCH] Drop roms from standard build


From: Alexander Graf
Subject: [Qemu-devel] Re: [PATCH] Drop roms from standard build
Date: Thu, 9 Jul 2009 09:52:14 +0200





On 09.07.2009, at 09:12, Jan Kiszka <address@hidden> wrote:

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.

Well, Anthony specifically asked me to make the roms get built automatically whenever possible.

So that behavior is actually on purpose :-)

Alex


Signed-off-by: Jan Kiszka <address@hidden>
---

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+=-lwinmm -lws2_32 -liphlpapi
endif

-build-all: $(TOOLS) $(DOCS) roms recurse-all
+build-all: $(TOOLS) $(DOCS) recurse-all

config-host.mak: configure
ifneq ($(wildcard config-host.mak),)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]