qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 00/13] More Build System cleanups
@ 2009-07-01 16:58 quintela
  2009-07-01 16:58 ` [Qemu-devel] [PATCH 01/13] fix XEN Build quintela
                   ` (12 more replies)
  0 siblings, 13 replies; 17+ messages in thread
From: quintela @ 2009-07-01 16:58 UTC (permalink / raw)
  To: qemu-devel; +Cc: Juan Quintela

From: Juan Quintela <quintela@redhat.com>

Hi

More cleanups, 1st two are two compile fixes for my previous series
(the XEN one already sent to the list.

Generate TARGET_BASE_ARCH and TARGET_CPU on configure, and then we
don't complicate Makefile.target having to regerate it.

Switch all objects that depends of one traget to
obj-$(TARGET_BASE_ARCH)-y variable, that way we would be able to share
Makefiles at some point.

Once there, fix kvm, xen and kqemu to not being duplicated for each
arch that support i.t

Comments?

Later, Juan "compiling for qemu ifdef removal prize"


Juan Quintela (13):
  fix XEN Build
  fix sparc not solaris build
  Remove duplicated definition
  use block-nested-y for files inside block/
  use nwfpe-obj-y for consistence
  Remove unused Makefile variable
  already defined several lines before in block-obj-y
  configure already knows what TARGET_BASE_ARCH we need, no need to put

  TARGET_ARCH2 is already known at configure time and it is called
  chang ifdefs by obj-$(CONFIG_TARGET_ARCH)
  configure xen in a single place
  configure kvm in a single place
  configure kqemu in a single place

 Makefile        |   22 +++--
 Makefile.target |  251 +++++++++++++++++++++++--------------------------------
 configure       |   90 +++++++++-----------
 3 files changed, 158 insertions(+), 205 deletions(-)

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2009-07-01 19:30 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-01 16:58 [Qemu-devel] [PATCH 00/13] More Build System cleanups quintela
2009-07-01 16:58 ` [Qemu-devel] [PATCH 01/13] fix XEN Build quintela
2009-07-01 16:58 ` [Qemu-devel] [PATCH 02/13] fix sparc not solaris build quintela
2009-07-01 16:58 ` [Qemu-devel] [PATCH 03/13] Remove duplicated definition quintela
2009-07-01 16:58 ` [Qemu-devel] [PATCH 04/13] use block-nested-y for files inside block/ quintela
2009-07-01 16:58 ` [Qemu-devel] [PATCH 05/13] use nwfpe-obj-y for consistence quintela
2009-07-01 16:58 ` [Qemu-devel] [PATCH 06/13] Remove unused Makefile variable quintela
2009-07-01 16:58 ` [Qemu-devel] [PATCH 07/13] already defined several lines before in block-obj-y quintela
2009-07-01 16:58 ` [Qemu-devel] [PATCH 08/13] configure already knows what TARGET_BASE_ARCH we need, no need to put the logic in Makefile.target quintela
2009-07-01 16:58 ` [Qemu-devel] [PATCH 09/13] TARGET_ARCH2 is already known at configure time and it is called target_cpu Remove re-construction " quintela
2009-07-01 18:01   ` Blue Swirl
2009-07-01 18:21     ` [Qemu-devel] " Juan Quintela
2009-07-01 19:30       ` Stuart Brady
2009-07-01 16:58 ` [Qemu-devel] [PATCH 10/13] chang ifdefs by obj- quintela
2009-07-01 16:58 ` [Qemu-devel] [PATCH 11/13] configure xen in a single place quintela
2009-07-01 16:58 ` [Qemu-devel] [PATCH 12/13] configure kvm " quintela
2009-07-01 16:58 ` [Qemu-devel] [PATCH 13/13] configure kqemu " quintela

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).