qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Sameeh Jubran <sameeh@daynix.com>
To: qemu-devel@nongnu.org, Michael Roth <mdroth@linux.vnet.ibm.com>
Cc: Yan Vugenfirer <yan@daynix.com>
Subject: [Qemu-devel] [PATCH 1/5] Makefile: clean: Clean exe files
Date: Wed,  5 Jul 2017 10:54:07 +0300	[thread overview]
Message-ID: <20170705075411.6556-2-sameeh@daynix.com> (raw)
In-Reply-To: <20170705075411.6556-1-sameeh@daynix.com>

From: Sameeh Jubran <sjubran@redhat.com>

Clean exe files such as qemu-ga.exe

Signed-off-by: Sameeh Jubran <sjubran@redhat.com>
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 16a0430..22d29d6 100644
--- a/Makefile
+++ b/Makefile
@@ -487,6 +487,7 @@ clean:
 	rm -f config.mak op-i386.h opc-i386.h gen-op-i386.h op-arm.h opc-arm.h gen-op-arm.h
 	rm -f qemu-options.def
 	rm -f *.msi
+	rm -f *${EXESUF}
 	find . \( -name '*.so' -o -name '*.dll' -o -name '*.mo' -o -name '*.[oda]' \) -type f -exec rm {} +
 	rm -f $(filter-out %.tlb,$(TOOLS)) $(HELPERS-y) qemu-ga TAGS cscope.* *.pod *~ */*~
 	rm -f fsdev/*.pod
-- 
2.9.4

  reply	other threads:[~2017-07-05  7:54 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-05  7:54 [Qemu-devel] [PATCH 0/5] Fix qemu-ga's behaviour on Windows Sameeh Jubran
2017-07-05  7:54 ` Sameeh Jubran [this message]
2017-07-23 14:08   ` [Qemu-devel] [PATCH 1/5] Makefile: clean: Clean exe files Philippe Mathieu-Daudé
2017-07-23 20:03   ` Peter Maydell
2017-07-25 23:10     ` Michael Roth
2017-07-26  1:54       ` Philippe Mathieu-Daudé
2017-07-05  7:54 ` [Qemu-devel] [PATCH 2/5] qga-win: service-win32: Add start_service and stop_service functions Sameeh Jubran
2017-07-25 23:32   ` Michael Roth
2017-07-05  7:54 ` [Qemu-devel] [PATCH 3/5] qga-win: Add serial listener service Sameeh Jubran
2017-07-25 23:58   ` Michael Roth
2017-07-05  7:54 ` [Qemu-devel] [PATCH 4/5] qga-win: Add qga-serial-listener to msi installer Sameeh Jubran
2017-07-05  7:54 ` [Qemu-devel] [PATCH 5/5] qga-win: service-win32: Use get_service function Sameeh Jubran
2017-07-23  6:26 ` [Qemu-devel] [PATCH 0/5] Fix qemu-ga's behaviour on Windows Sameeh Jubran

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=20170705075411.6556-2-sameeh@daynix.com \
    --to=sameeh@daynix.com \
    --cc=mdroth@linux.vnet.ibm.com \
    --cc=qemu-devel@nongnu.org \
    --cc=yan@daynix.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 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).