qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Makefile: add qemu-options.def to distclean
@ 2010-07-01  3:32 Hidetoshi Seto
  2010-07-01 21:52 ` Aurelien Jarno
  0 siblings, 1 reply; 2+ messages in thread
From: Hidetoshi Seto @ 2010-07-01  3:32 UTC (permalink / raw)
  To: qemu-devel

Remove generated qemu-options.def at "make distclean".

Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
---
 Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 221fbd8..560eac6 100644
--- a/Makefile
+++ b/Makefile
@@ -168,6 +168,7 @@ clean:
 
 distclean: clean
 	rm -f config-host.mak config-host.h* config-host.ld $(DOCS) qemu-options.texi qemu-img-cmds.texi qemu-monitor.texi
+	rm -f qemu-options.def
 	rm -f config-all-devices.mak
 	rm -f roms/seabios/config.mak roms/vgabios/config.mak
 	rm -f qemu-{doc,tech}.{info,aux,cp,dvi,fn,info,ky,log,pdf,pg,toc,tp,vr}
-- 
1.7.0

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

* Re: [Qemu-devel] [PATCH] Makefile: add qemu-options.def to distclean
  2010-07-01  3:32 [Qemu-devel] [PATCH] Makefile: add qemu-options.def to distclean Hidetoshi Seto
@ 2010-07-01 21:52 ` Aurelien Jarno
  0 siblings, 0 replies; 2+ messages in thread
From: Aurelien Jarno @ 2010-07-01 21:52 UTC (permalink / raw)
  To: Hidetoshi Seto; +Cc: qemu-devel

On Thu, Jul 01, 2010 at 12:32:32PM +0900, Hidetoshi Seto wrote:
> Remove generated qemu-options.def at "make distclean".
> 
> Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
> ---
>  Makefile |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)

Thanks, applied.

> diff --git a/Makefile b/Makefile
> index 221fbd8..560eac6 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -168,6 +168,7 @@ clean:
>  
>  distclean: clean
>  	rm -f config-host.mak config-host.h* config-host.ld $(DOCS) qemu-options.texi qemu-img-cmds.texi qemu-monitor.texi
> +	rm -f qemu-options.def
>  	rm -f config-all-devices.mak
>  	rm -f roms/seabios/config.mak roms/vgabios/config.mak
>  	rm -f qemu-{doc,tech}.{info,aux,cp,dvi,fn,info,ky,log,pdf,pg,toc,tp,vr}
> -- 
> 1.7.0
> 
> 

-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
aurelien@aurel32.net                 http://www.aurel32.net

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

end of thread, other threads:[~2010-07-01 21:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-01  3:32 [Qemu-devel] [PATCH] Makefile: add qemu-options.def to distclean Hidetoshi Seto
2010-07-01 21:52 ` Aurelien Jarno

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