qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 00/14] Refactor Makefile object selection
@ 2009-06-24 22:07 quintela
  2009-06-24 22:07 ` [Qemu-devel] [PATCH 01/14] Rename OBJS to obj-y quintela
                   ` (13 more replies)
  0 siblings, 14 replies; 17+ messages in thread
From: quintela @ 2009-06-24 22:07 UTC (permalink / raw)
  To: qemu-devel; +Cc: Juan Quintela

From: Juan Quintela <quintela@redhat.com>

Hi

   Following Anthony suggestion,  I changed Makefile* and confiure to:

a- s/OBJS/obj-y/
b- changed configure to generate CONFIG_FOO=y instead of CONFIG_FOO=yes
c- Switch all occurences of
     ifdef CONFIG_FOO
     obj-y += foo.o
     endif
   to
     obj-$(CONFIG_FOO) += foo.o

If people agree on this approach, I will rebase my previous series on top of this one.

If you preffer to pull, you can get it:

   git://git.et.redhat.com/qemu-quintela new_selection

Later, Juan.

Juan Quintela (14):
  Rename OBJS to obj-y
  Rename LIBOBJS to libobj-y
  Rename OBJS to obj-y
  Rename BLOCK_OBJS to block-obj-y
  Rename AUDIO_OBJS to audio-obj-y
  Rename SLIRP_OBJS to slirp-obj-y
  Rename XEN_OBJS to xen-obj-y
  Rename USER_OBJS to user-obj-y
  Rename OBJS to obj-y
  move CONFIG_* values from yes to y
  Substitute ifdef CONFIG_FOO by obj-
  Substitute ifdef CONFIG_FOO by obj-
  Rename SOUND_HW to sound-obj-y
  Substitute ifdef CONFIG_FOO by sound-obj-

 Makefile        |  164 ++++++++++++++-------------------
 Makefile.hw     |   18 ++--
 Makefile.target |  281 ++++++++++++++++++++++++++----------------------------
 configure       |   74 +++++++-------
 4 files changed, 250 insertions(+), 287 deletions(-)

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

end of thread, other threads:[~2009-06-25  7:52 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-24 22:07 [Qemu-devel] [PATCH 00/14] Refactor Makefile object selection quintela
2009-06-24 22:07 ` [Qemu-devel] [PATCH 01/14] Rename OBJS to obj-y quintela
2009-06-24 22:08 ` [Qemu-devel] [PATCH 02/14] Rename LIBOBJS to libobj-y quintela
2009-06-24 22:08 ` [Qemu-devel] [PATCH 03/14] Rename OBJS to obj-y quintela
2009-06-24 22:08 ` [Qemu-devel] [PATCH 04/14] Rename BLOCK_OBJS to block-obj-y quintela
2009-06-24 22:08 ` [Qemu-devel] [PATCH 05/14] Rename AUDIO_OBJS to audio-obj-y quintela
2009-06-24 22:08 ` [Qemu-devel] [PATCH 06/14] Rename SLIRP_OBJS to slirp-obj-y quintela
2009-06-25  6:59   ` Mark McLoughlin
2009-06-25  7:50     ` [Qemu-devel] " Juan Quintela
2009-06-24 22:08 ` [Qemu-devel] [PATCH 07/14] Rename XEN_OBJS to xen-obj-y quintela
2009-06-24 22:08 ` [Qemu-devel] [PATCH 08/14] Rename USER_OBJS to user-obj-y quintela
2009-06-24 22:08 ` [Qemu-devel] [PATCH 09/14] Rename OBJS to obj-y quintela
2009-06-24 22:08 ` [Qemu-devel] [PATCH 10/14] move CONFIG_* values from yes to y quintela
2009-06-24 22:08 ` [Qemu-devel] [PATCH 11/14] Substitute ifdef CONFIG_FOO by obj- quintela
2009-06-24 22:08 ` [Qemu-devel] [PATCH 12/14] " quintela
2009-06-24 22:08 ` [Qemu-devel] [PATCH 13/14] Rename SOUND_HW to sound-obj-y quintela
2009-06-24 22:08 ` [Qemu-devel] [PATCH 14/14] Substitute ifdef CONFIG_FOO by sound-obj- 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).