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 cerb...@gmail.com
 ---
  Makefile |1 +
  1 files changed, 1 insertions(+), 0 deletions(-)

Thanks, applied to the trivial patches tree:
http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/trivial-patches-next

Stefan



[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 cerb...@gmail.com
---
 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: clean
rm -f qemu-doc.fn qemu-doc.fns qemu-doc.info qemu-doc.ky qemu-doc.kys
rm -f qemu-doc.log qemu-doc.pdf qemu-doc.pg qemu-doc.toc qemu-doc.tp
rm -f qemu-doc.vr
+   rm -f config.log
rm -f qemu-tech.info qemu-tech.aux qemu-tech.cp qemu-tech.dvi 
qemu-tech.fn qemu-tech.info qemu-tech.ky qemu-tech.log qemu-tech.pdf 
qemu-tech.pg qemu-tech.toc qemu-tech.tp qemu-tech.vr
for d in $(DEFAULT_TARGET_LIST) $(QEMULIBS); do \
rm -rf $$d || exit 1 ; \
-- 
1.7.5