All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Weil <sw@weilnetz.de>
To: qemu-trivial <qemu-trivial@nongnu.org>
Cc: qemu-devel <qemu-devel@nongnu.org>
Subject: Re: [Qemu-trivial] [PATCH] Makefile: Remove some more files when cleaning
Date: Sat, 07 Sep 2013 21:00:07 +0200	[thread overview]
Message-ID: <522B77B7.8010700@weilnetz.de> (raw)
In-Reply-To: <1374769498-22383-1-git-send-email-sw@weilnetz.de>

Am 25.07.2013 18:24, schrieb Stefan Weil:
> Signed-off-by: Stefan Weil <sw@weilnetz.de>
> ---
>  Makefile |    4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/Makefile b/Makefile
> index 29f1043..80aeb18 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -237,7 +237,8 @@ clean:
>  	find . -name '*.[oda]' -type f -exec rm -f {} +
>  	find . -name '*.l[oa]' -type f -exec rm -f {} +
>  	rm -f $(TOOLS) $(HELPERS-y) qemu-ga TAGS cscope.* *.pod *~ */*~
> -	rm -Rf .libs
> +	rm -f fsdev/*.pod
> +	rm -rf .libs */.libs
>  	rm -f qemu-img-cmds.h
>  	@# May not be present in GENERATED_HEADERS
>  	rm -f trace/generated-tracers-dtrace.dtrace*
> @@ -262,6 +263,7 @@ qemu-%.tar.bz2:
>  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 config-all-devices.mak config-all-disas.mak
> +	rm -f po/*.mo
>  	rm -f roms/seabios/config.mak roms/vgabios/config.mak
>  	rm -f qemu-doc.info qemu-doc.aux qemu-doc.cp qemu-doc.cps qemu-doc.dvi
>  	rm -f qemu-doc.fn qemu-doc.fns qemu-doc.info qemu-doc.ky qemu-doc.kys


Ping?



WARNING: multiple messages have this Message-ID (diff)
From: Stefan Weil <sw@weilnetz.de>
To: qemu-trivial <qemu-trivial@nongnu.org>
Cc: qemu-devel <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH] Makefile: Remove some more files when cleaning
Date: Sat, 07 Sep 2013 21:00:07 +0200	[thread overview]
Message-ID: <522B77B7.8010700@weilnetz.de> (raw)
In-Reply-To: <1374769498-22383-1-git-send-email-sw@weilnetz.de>

Am 25.07.2013 18:24, schrieb Stefan Weil:
> Signed-off-by: Stefan Weil <sw@weilnetz.de>
> ---
>  Makefile |    4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/Makefile b/Makefile
> index 29f1043..80aeb18 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -237,7 +237,8 @@ clean:
>  	find . -name '*.[oda]' -type f -exec rm -f {} +
>  	find . -name '*.l[oa]' -type f -exec rm -f {} +
>  	rm -f $(TOOLS) $(HELPERS-y) qemu-ga TAGS cscope.* *.pod *~ */*~
> -	rm -Rf .libs
> +	rm -f fsdev/*.pod
> +	rm -rf .libs */.libs
>  	rm -f qemu-img-cmds.h
>  	@# May not be present in GENERATED_HEADERS
>  	rm -f trace/generated-tracers-dtrace.dtrace*
> @@ -262,6 +263,7 @@ qemu-%.tar.bz2:
>  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 config-all-devices.mak config-all-disas.mak
> +	rm -f po/*.mo
>  	rm -f roms/seabios/config.mak roms/vgabios/config.mak
>  	rm -f qemu-doc.info qemu-doc.aux qemu-doc.cp qemu-doc.cps qemu-doc.dvi
>  	rm -f qemu-doc.fn qemu-doc.fns qemu-doc.info qemu-doc.ky qemu-doc.kys


Ping?

  reply	other threads:[~2013-09-07 19:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-25 16:24 [Qemu-trivial] [PATCH] Makefile: Remove some more files when cleaning Stefan Weil
2013-07-25 16:24 ` [Qemu-devel] " Stefan Weil
2013-09-07 19:00 ` Stefan Weil [this message]
2013-09-07 19:00   ` Stefan Weil
2013-09-14  9:42 ` [Qemu-trivial] " Michael Tokarev
2013-09-14  9:42   ` [Qemu-devel] " Michael Tokarev

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=522B77B7.8010700@weilnetz.de \
    --to=sw@weilnetz.de \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.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.