qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] add hw/Makefile ...
@ 2009-04-22 11:10 Gerd Hoffmann
  2009-04-22 12:17 ` Christoph Egger
  2009-04-28 13:16 ` Paul Brook
  0 siblings, 2 replies; 6+ messages in thread
From: Gerd Hoffmann @ 2009-04-22 11:10 UTC (permalink / raw)
  To: qemu-devel@nongnu.org

[-- 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


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

end of thread, other threads:[~2009-04-28 17:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2009-04-22 13:31     ` Christoph Egger
2009-04-28 13:16 ` Paul Brook
2009-04-28 17:02   ` Anthony Liguori

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