From: Gerd Hoffmann <kraxel@redhat.com>
To: Christoph Egger <Christoph.Egger@amd.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] add hw/Makefile ...
Date: Wed, 22 Apr 2009 14:50:09 +0200 [thread overview]
Message-ID: <49EF1281.3050400@redhat.com> (raw)
In-Reply-To: <200904221417.19003.Christoph.Egger@amd.com>
[-- Attachment #1: Type: text/plain, Size: 181 bytes --]
On 04/22/09 14:17, Christoph Egger wrote:
> This is wrong. Use $(MAKE) or you break platforms where you have to use
> "gmake", otherwise.
Updated patch attached.
cheers,
Gerd
[-- Attachment #2: 0003-add-hw-Makefile.patch --]
[-- Type: text/plain, Size: 564 bytes --]
>From f18c599455383522b3901d0585befc2afa8cfe93 Mon Sep 17 00:00:00 2001
From: Gerd Hoffmann <kraxel@redhat.com>
Date: Wed, 22 Apr 2009 12:39:24 +0200
Subject: [PATCH 3/5] add hw/Makefile
So typing "make" in hw/ does something useful.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
hw/Makefile | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
create mode 100644 hw/Makefile
diff --git a/hw/Makefile b/hw/Makefile
new file mode 100644
index 0000000..70ea257
--- /dev/null
+++ b/hw/Makefile
@@ -0,0 +1,2 @@
+all:
+ $(MAKE) -C .. $@
--
1.6.2.2
next prev parent reply other threads:[~2009-04-22 12:50 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-22 11:10 [Qemu-devel] [PATCH] add hw/Makefile Gerd Hoffmann
2009-04-22 12:17 ` Christoph Egger
2009-04-22 12:50 ` Gerd Hoffmann [this message]
2009-04-22 13:31 ` Christoph Egger
2009-04-28 13:16 ` Paul Brook
2009-04-28 17:02 ` Anthony Liguori
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=49EF1281.3050400@redhat.com \
--to=kraxel@redhat.com \
--cc=Christoph.Egger@amd.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).