All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] qemu-kvm: make clean should propagate into libkvm directory
@ 2009-04-27  8:07 Michael S. Tsirkin
  2009-05-04 10:10 ` Avi Kivity
  0 siblings, 1 reply; 2+ messages in thread
From: Michael S. Tsirkin @ 2009-04-27  8:07 UTC (permalink / raw)
  To: avi; +Cc: kvm

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


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

* Re: [PATCH] qemu-kvm: make clean should propagate into libkvm directory
  2009-04-27  8:07 [PATCH] qemu-kvm: make clean should propagate into libkvm directory Michael S. Tsirkin
@ 2009-05-04 10:10 ` Avi Kivity
  0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2009-05-04 10:10 UTC (permalink / raw)
  To: Michael S. Tsirkin; +Cc: kvm

Michael S. Tsirkin wrote:
> make 'clean' target propage into libkvm if it's enabled
>
>   

Applied, thanks.

-- 
Do not meddle in the internals of kernels, for they are subtle and quick to panic.


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

end of thread, other threads:[~2009-05-04 10:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-27  8:07 [PATCH] qemu-kvm: make clean should propagate into libkvm directory Michael S. Tsirkin
2009-05-04 10:10 ` Avi Kivity

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.