qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
To: qemu-devel@nongnu.org
Cc: Alexandre Raymond <cerbere@gmail.com>,
	Anthony Liguori <aliguori@us.ibm.com>,
	Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Subject: [Qemu-devel] [PATCH 3/3] Makefile: delete config.log in distclean
Date: Wed,  3 Aug 2011 11:20:44 +0100	[thread overview]
Message-ID: <1312366844-11902-4-git-send-email-stefanha@linux.vnet.ibm.com> (raw)
In-Reply-To: <1312366844-11902-1-git-send-email-stefanha@linux.vnet.ibm.com>

From: Alexandre Raymond <cerbere@gmail.com>

Distclean should remove anything created by the configure script.

Signed-off-by: Alexandre Raymond <cerbere@gmail.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
---
 Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 4855251..a0218a3 100644
--- a/Makefile
+++ b/Makefile
@@ -226,6 +226,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 $(TARGET_DIRS) $(QEMULIBS); do \
 	rm -rf $$d || exit 1 ; \
-- 
1.7.5.4

  parent reply	other threads:[~2011-08-03 10:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-03 10:20 [Qemu-devel] [PULL 0/3] Trivial patches for July 28 to August 3 2011 Stefan Hajnoczi
2011-08-03 10:20 ` [Qemu-devel] [PATCH 1/3] configure: display "no" for disabled kvm/vhost-net Stefan Hajnoczi
2011-08-03 10:20 ` [Qemu-devel] [PATCH 2/3] HMP: Remove the duplicated info "info kvm" in hmp-commands.hx Stefan Hajnoczi
2011-08-03 10:20 ` Stefan Hajnoczi [this message]
2011-08-04 22:43 ` [Qemu-devel] [PULL 0/3] Trivial patches for July 28 to August 3 2011 Anthony Liguori

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=1312366844-11902-4-git-send-email-stefanha@linux.vnet.ibm.com \
    --to=stefanha@linux.vnet.ibm.com \
    --cc=aliguori@us.ibm.com \
    --cc=cerbere@gmail.com \
    --cc=qemu-devel@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 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).