All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/3] build: make sharing of objects explicit
@ 2011-03-10 13:58 Juan Quintela
  2011-03-10 13:58 ` [Qemu-devel] [PATCH 1/3] build: Create tools-obj-y variable Juan Quintela
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Juan Quintela @ 2011-03-10 13:58 UTC (permalink / raw)
  To: qemu-devel

Hi

Another week, another version.

v2:
- rename common-obj-y to softmmu-obj-y, so we can use common-obj-y
  for objects shared between tools and softmmu.


v1:

- all tools shared the same list of object files, create a variable instead
  or repeating them (tools-obj-y).
- tools and softmmu targets share lots of objects, just make that explicit
  with shared-obj-y.

Please review, Juan.

Juan Quintela (3):
  build: Create tools-obj-y variable
  build: Rename common-obj-y to softmmu-obj-y
  build: Create common-obj-y for objects shared between tools and
    softmmu

 Makefile        |   12 +++--
 Makefile.objs   |  120 ++++++++++++++++++++++++++++--------------------------
 Makefile.target |    2 +-
 3 files changed, 70 insertions(+), 64 deletions(-)

-- 
1.7.4

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

end of thread, other threads:[~2011-03-10 13:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-10 13:58 [Qemu-devel] [PATCH v2 0/3] build: make sharing of objects explicit Juan Quintela
2011-03-10 13:58 ` [Qemu-devel] [PATCH 1/3] build: Create tools-obj-y variable Juan Quintela
2011-03-10 13:58 ` [Qemu-devel] [PATCH 2/3] build: Rename common-obj-y to softmmu-obj-y Juan Quintela
2011-03-10 13:58 ` [Qemu-devel] [PATCH 3/3] build: Create common-obj-y for objects shared between tools and softmmu Juan Quintela

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.