From: Gerd Hoffmann <kraxel@redhat.com>
To: "qemu-devel@nongnu.org" <qemu-devel@nongnu.org>
Subject: [Qemu-devel] [PATCH] add hw/Makefile ...
Date: Wed, 22 Apr 2009 13:10:48 +0200 [thread overview]
Message-ID: <49EEFB38.9060903@redhat.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 106 bytes --]
Hi,
... so you can type "make" in the hw/ subdir and it happens something
useful ;)
cheers,
Gerd
[-- Attachment #2: 0004-add-hw-Makefile.patch --]
[-- Type: text/plain, Size: 563 bytes --]
>From 7754e2fe0d2c955962e8a186e7f824b4b0139453 Mon Sep 17 00:00:00 2001
From: Gerd Hoffmann <kraxel@redhat.com>
Date: Wed, 22 Apr 2009 12:39:24 +0200
Subject: [PATCH 04/10] 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..625525c
--- /dev/null
+++ b/hw/Makefile
@@ -0,0 +1,2 @@
+all:
+ make -C .. $@
--
1.6.2.2
next reply other threads:[~2009-04-22 11:11 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-22 11:10 Gerd Hoffmann [this message]
2009-04-22 12:17 ` [Qemu-devel] [PATCH] add hw/Makefile Christoph Egger
2009-04-22 12:50 ` Gerd Hoffmann
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=49EEFB38.9060903@redhat.com \
--to=kraxel@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 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.