From: Paolo Bonzini <pbonzini@redhat.com>
To: Thomas Huth <thuth@linux.vnet.ibm.com>
Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org
Subject: Re: [Qemu-trivial] [PATCH] Makefile: Remove config.status and common.env during 'make distclean'
Date: Thu, 08 Jan 2015 18:24:35 +0100 [thread overview]
Message-ID: <54AEBD53.5010107@redhat.com> (raw)
In-Reply-To: <20150108132246.63fed0cb@oc7435384737.ibm.com>
On 08/01/2015 13:22, Thomas Huth wrote:
> On Mon, 15 Dec 2014 11:19:46 +0100
> Thomas Huth <thuth@linux.vnet.ibm.com> wrote:
>
>> config.status and tests/qemu-iotests/common.env are generated files
>> that should be deleted during 'make distclean'.
>>
>> Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
>> ---
>> Makefile | 4 ++--
>> 1 files changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/Makefile b/Makefile
>> index f505202..6817c6f 100644
>> --- a/Makefile
>> +++ b/Makefile
>> @@ -313,8 +313,8 @@ 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 config-all-devices.mak config-all-disas.mak config.status
>> + rm -f po/*.mo tests/qemu-iotests/common.env
>> 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?
Applied locally, thanks.
Paolo
WARNING: multiple messages have this Message-ID (diff)
From: Paolo Bonzini <pbonzini@redhat.com>
To: Thomas Huth <thuth@linux.vnet.ibm.com>
Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] Makefile: Remove config.status and common.env during 'make distclean'
Date: Thu, 08 Jan 2015 18:24:35 +0100 [thread overview]
Message-ID: <54AEBD53.5010107@redhat.com> (raw)
In-Reply-To: <20150108132246.63fed0cb@oc7435384737.ibm.com>
On 08/01/2015 13:22, Thomas Huth wrote:
> On Mon, 15 Dec 2014 11:19:46 +0100
> Thomas Huth <thuth@linux.vnet.ibm.com> wrote:
>
>> config.status and tests/qemu-iotests/common.env are generated files
>> that should be deleted during 'make distclean'.
>>
>> Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
>> ---
>> Makefile | 4 ++--
>> 1 files changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/Makefile b/Makefile
>> index f505202..6817c6f 100644
>> --- a/Makefile
>> +++ b/Makefile
>> @@ -313,8 +313,8 @@ 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 config-all-devices.mak config-all-disas.mak config.status
>> + rm -f po/*.mo tests/qemu-iotests/common.env
>> 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?
Applied locally, thanks.
Paolo
next prev parent reply other threads:[~2015-01-08 17:24 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-15 10:19 [Qemu-trivial] [PATCH] Makefile: Remove config.status and common.env during 'make distclean' Thomas Huth
2014-12-15 10:19 ` [Qemu-devel] " Thomas Huth
2015-01-08 12:22 ` [Qemu-trivial] " Thomas Huth
2015-01-08 12:22 ` Thomas Huth
2015-01-08 17:24 ` Paolo Bonzini [this message]
2015-01-08 17:24 ` Paolo Bonzini
2015-01-12 9:07 ` [Qemu-trivial] " Michael Tokarev
2015-01-12 9:07 ` [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=54AEBD53.5010107@redhat.com \
--to=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
--cc=thuth@linux.vnet.ibm.com \
/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.