From: "Michael S. Tsirkin" <mst@redhat.com>
To: avi@redhat.com
Cc: kvm@vger.kernel.org
Subject: [PATCH] qemu-kvm: make clean should propagate into libkvm directory
Date: Mon, 27 Apr 2009 11:07:11 +0300 [thread overview]
Message-ID: <20090427080711.GA30211@redhat.com> (raw)
make 'clean' target propage into libkvm if it's enabled
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
Makefile.target | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/Makefile.target b/Makefile.target
index d890220..28dce60 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -846,6 +846,9 @@ qemu-options.h: $(SRC_PATH)/qemu-options.hx
clean:
rm -f *.o *.a *~ $(PROGS) nwfpe/*.o fpu/*.o qemu-options.h gdbstub-xml.c
rm -f *.d */*.d tcg/*.o
+ifdef USE_KVM
+ $(MAKE) -C ../kvm/libkvm clean
+endif
install: all
ifneq ($(PROGS),)
--
1.6.0.6
next reply other threads:[~2009-04-27 8:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-27 8:07 Michael S. Tsirkin [this message]
2009-05-04 10:10 ` [PATCH] qemu-kvm: make clean should propagate into libkvm directory Avi Kivity
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=20090427080711.GA30211@redhat.com \
--to=mst@redhat.com \
--cc=avi@redhat.com \
--cc=kvm@vger.kernel.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