All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wanlong Gao <gaowanlong@cn.fujitsu.com>
To: Asias He <asias.hejun@gmail.com>
Cc: Pekka Enberg <penberg@kernel.org>,
	Sasha Levin <levinsasha928@gmail.com>,
	Cyrill Gorcunov <gorcunov@gmail.com>, Ingo Molnar <mingo@elte.hu>,
	kvm@vger.kernel.org
Subject: Re: [PATCH 1/2] kvm tools: Remove lkvm alias vm in 'make clean'
Date: Wed, 21 Dec 2011 17:14:45 +0800	[thread overview]
Message-ID: <4EF1A385.4070809@cn.fujitsu.com> (raw)
In-Reply-To: <1324454842-28139-1-git-send-email-asias.hejun@gmail.com>

On 12/21/2011 04:07 PM, Asias He wrote:

> lkvm alias vm is not removed in 'make clean'.
> This patch fixes this.
> 
> Signed-off-by: Asias He <asias.hejun@gmail.com>


Reviewed-by: Wanlong Gao <gaowanlong@cn.fujitsu.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



      parent reply	other threads:[~2011-12-21  9:15 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Wanlong Gao [this message]

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=4EF1A385.4070809@cn.fujitsu.com \
    --to=gaowanlong@cn.fujitsu.com \
    --cc=asias.hejun@gmail.com \
    --cc=gorcunov@gmail.com \
    --cc=kvm@vger.kernel.org \
    --cc=levinsasha928@gmail.com \
    --cc=mingo@elte.hu \
    --cc=penberg@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 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.