From: Daniel Kiper <daniel.kiper@oracle.com>
To: ian.jackson@eu.citrix.com, jbeulich@suse.com,
stefano.stabellini@eu.citrix.com, xen-devel@lists.xensource.com
Cc: Daniel Kiper <daniel.kiper@oracle.com>
Subject: [PATCH 2/3] stubdom: Remove xenstore directory during make crossclean
Date: Wed, 24 Jul 2013 16:10:49 +0200 [thread overview]
Message-ID: <1374675050-16519-3-git-send-email-daniel.kiper@oracle.com> (raw)
In-Reply-To: <1374675050-16519-1-git-send-email-daniel.kiper@oracle.com>
Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
Acked-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
(based on commit 43be6972f977660ba9aaf15f78e39c025c9550d8)
---
stubdom/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stubdom/Makefile b/stubdom/Makefile
index 481201a..fbe5169 100644
--- a/stubdom/Makefile
+++ b/stubdom/Makefile
@@ -420,7 +420,7 @@ crossclean: clean
rm -fr $(CROSS_ROOT)
rm -fr newlib-$(XEN_TARGET_ARCH)
rm -fr zlib-$(XEN_TARGET_ARCH) pciutils-$(XEN_TARGET_ARCH)
- rm -fr libxc-$(XEN_TARGET_ARCH) ioemu
+ rm -fr libxc-$(XEN_TARGET_ARCH) ioemu xenstore
rm -f mk-headers-$(XEN_TARGET_ARCH)
rm -fr ocaml-$(XEN_TARGET_ARCH)
rm -fr include
--
1.7.10.4
next prev parent reply other threads:[~2013-07-24 14:10 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-24 14:10 [PATCH 0/3] Build system fixes for Xen 4.2.3 Daniel Kiper
2013-07-24 14:10 ` [PATCH 1/3] stubdom: Clean extras/mini-os directory during make clean Daniel Kiper
2013-07-24 14:10 ` Daniel Kiper [this message]
2013-07-24 14:10 ` [PATCH 3/3] Silently ignore include errors during make distclean Daniel Kiper
2013-08-07 11:14 ` [PATCH 0/3] Build system fixes for Xen 4.2.3 Ian Jackson
2013-08-07 11:27 ` Daniel Kiper
2013-08-07 12:05 ` Jan Beulich
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=1374675050-16519-3-git-send-email-daniel.kiper@oracle.com \
--to=daniel.kiper@oracle.com \
--cc=ian.jackson@eu.citrix.com \
--cc=jbeulich@suse.com \
--cc=stefano.stabellini@eu.citrix.com \
--cc=xen-devel@lists.xensource.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).