Re: [Qemu-devel] [PATCH 2/2] Makefile: delete config.log in distclean

2011-07-29 Thread Stefan Hajnoczi
On Mon, Jul 25, 2011 at 11:56:02PM -0400, Alexandre Raymond wrote: > Distclean should remove anything created by the configure script. > > Signed-off-by: Alexandre Raymond > --- > Makefile |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) Thanks, applied to the trivial patches tree:

[Qemu-devel] [PATCH 2/2] Makefile: delete config.log in distclean

2011-07-25 Thread Alexandre Raymond
Distclean should remove anything created by the configure script. Signed-off-by: Alexandre Raymond --- Makefile |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index 878402e..9f65d86 100644 --- a/Makefile +++ b/Makefile @@ -224,6 +224,7 @@ distclean: