All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] kvm tools: Remove lkvm alias vm in 'make clean'
@ 2011-12-21  8:07 Asias He
  2011-12-21  8:07 ` [PATCH 2/2] kvm tools: Improve './lkvm {pause,resume}'s output Asias He
  2011-12-21  9:14 ` [PATCH 1/2] kvm tools: Remove lkvm alias vm in 'make clean' Wanlong Gao
  0 siblings, 2 replies; 6+ messages in thread
From: Asias He @ 2011-12-21  8:07 UTC (permalink / raw)
  To: Pekka Enberg; +Cc: Sasha Levin, Cyrill Gorcunov, Ingo Molnar, kvm, Asias He

lkvm alias vm is not removed in 'make clean'.
This patch fixes this.

Signed-off-by: Asias He <asias.hejun@gmail.com>
---
 tools/kvm/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/kvm/Makefile b/tools/kvm/Makefile
index ce3df65..d54fa47 100644
--- a/tools/kvm/Makefile
+++ b/tools/kvm/Makefile
@@ -325,7 +325,7 @@ clean:
 	$(Q) rm -f x86/bios/bios-rom.h
 	$(Q) rm -f tests/boot/boot_test.iso
 	$(Q) rm -rf tests/boot/rootfs/
-	$(Q) rm -f $(DEPS) $(OBJS) $(PROGRAM) $(GUEST_INIT) $(GUEST_INIT_S2)
+	$(Q) rm -f $(DEPS) $(OBJS) $(PROGRAM) $(PROGRAM_ALIAS) $(GUEST_INIT) $(GUEST_INIT_S2)
 	$(Q) rm -f cscope.*
 	$(Q) rm -f $(KVM_INCLUDE)/common-cmds.h
 	$(Q) rm -f KVMTOOLS-VERSION-FILE
-- 
1.7.7.3


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

end of thread, other threads:[~2011-12-22  6:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-21  8:07 [PATCH 1/2] kvm tools: Remove lkvm alias vm in 'make clean' Asias He
2011-12-21  8:07 ` [PATCH 2/2] kvm tools: Improve './lkvm {pause,resume}'s output Asias He
2011-12-21  9:14   ` Wanlong Gao
2011-12-22  2:15     ` Asias He
2011-12-22  6:52       ` Pekka Enberg
2011-12-21  9:14 ` [PATCH 1/2] kvm tools: Remove lkvm alias vm in 'make clean' Wanlong Gao

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.