All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] Makefile: remoeve duplicate qemu-error.o
@ 2010-05-11 11:13 Juan Quintela
  2010-05-11 11:13 ` [Qemu-devel] [PATCH 1/2] Create shared-obj-y Juan Quintela
  2010-05-11 11:13 ` [Qemu-devel] [PATCH 2/2] state that fsdev depends on LINUX only once Juan Quintela
  0 siblings, 2 replies; 7+ messages in thread
From: Juan Quintela @ 2010-05-11 11:13 UTC (permalink / raw)
  To: qemu-devel

Hi

qemu-error.o appears in several places in Makefile*,
with several combinations of make; make clean; make
you could get a build error.  Fix it defining it in a single
place.  Once there, just create a shared-obj-y for objects
that are needed for both tools and qemu binary.  This should remove
this error in the future.

once there, fix fsdevel to check for CONFIG_LINUX only once instead of 4 times.


Juan Quintela (2):
  Create shared-obj-y
  state that fsdev depends on LINUX only once

 Makefile      |    8 +++++---
 Makefile.objs |   15 +++++++++------
 2 files changed, 14 insertions(+), 9 deletions(-)

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

end of thread, other threads:[~2010-05-11 12:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-11 11:13 [Qemu-devel] [PATCH 0/2] Makefile: remoeve duplicate qemu-error.o Juan Quintela
2010-05-11 11:13 ` [Qemu-devel] [PATCH 1/2] Create shared-obj-y Juan Quintela
2010-05-11 11:45   ` Markus Armbruster
2010-05-11 11:52   ` Kevin Wolf
2010-05-11 12:07     ` Markus Armbruster
2010-05-11 12:17     ` [Qemu-devel] " Juan Quintela
2010-05-11 11:13 ` [Qemu-devel] [PATCH 2/2] state that fsdev depends on LINUX only once 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.