All of lore.kernel.org
 help / color / mirror / Atom feed
From: Juan Quintela <quintela@redhat.com>
To: qemu-devel@nongnu.org
Cc: riku.voipio@nokia.com
Subject: [Qemu-devel] [PATCH 0/5] Remove which use
Date: Wed, 20 Jan 2010 18:27:20 +0100	[thread overview]
Message-ID: <cover.1264008180.git.quintela@redhat.com> (raw)

This series substitute "which" use by "type" one.
It is similar to Loïc patch, just that I didn't use path_of() because
it was used just once.

This addresses commets about using && instead of -a.
It also remove the search for "grep" in kvm code.  grep is assumed in lots
of other places in configure already.

Riku: are you going to pick the missing symbols patch (its is for linux-user)
      or should Anthony pick it?

Later, Juan.

Juan Quintela (3):
  substitute all uses of which by type
  Check for sdl-config before calling it
  Remove check for grep

Loïc Minier (2):
  Add -static earlier to LDFLAGS for compile_prog()
  Fix missing symbols in .rel/.rela.plt sections

cc: riku.voipio@nokia.com

 configure |   37 +++++++++++++++++++++++--------------
 i386.ld   |   16 ++++++++++++++--
 x86_64.ld |   16 ++++++++++++++--
 3 files changed, 51 insertions(+), 18 deletions(-)

             reply	other threads:[~2010-01-20 17:27 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-20 17:27 Juan Quintela [this message]
2010-01-20 17:27 ` [Qemu-devel] [PATCH 1/5] substitute all uses of which by type Juan Quintela
2010-01-20 18:40   ` Stefan Weil
2010-01-20 18:52     ` [Qemu-devel] " Juan Quintela
2010-01-20 17:27 ` [Qemu-devel] [PATCH 2/5] Check for sdl-config before calling it Juan Quintela
2010-01-20 17:27 ` [Qemu-devel] [PATCH 3/5] Add -static earlier to LDFLAGS for compile_prog() Juan Quintela
2010-01-20 17:27 ` [Qemu-devel] [PATCH 4/5] Remove check for grep Juan Quintela
2010-01-20 17:27 ` [Qemu-devel] [PATCH 5/5] Fix missing symbols in .rel/.rela.plt sections Juan 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.1264008180.git.quintela@redhat.com \
    --to=quintela@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=riku.voipio@nokia.com \
    /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 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.