qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: quintela@redhat.com
To: qemu-devel@nongnu.org
Cc: Juan Quintela <quintela@redhat.com>
Subject: [Qemu-devel] [PATCH 00/14] Refactor Makefile object selection
Date: Thu, 25 Jun 2009 00:07:57 +0200	[thread overview]
Message-ID: <cover.1245880275.git.quintela@redhat.com> (raw)

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(-)

             reply	other threads:[~2009-06-24 22:09 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-24 22:07 quintela [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1245880275.git.quintela@redhat.com \
    --to=quintela@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).