From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: Daniel Kiper <daniel.kiper@oracle.com>
Cc: keir@xen.org, ian.campbell@citrix.com, andrew.cooper3@citrix.com,
ian.jackson@eu.citrix.com, jbeulich@suse.com,
xen-devel@lists.xenproject.org
Subject: Re: [PATCH for-xen-4.5 1/3] tools/hotplug: distclean target should remove files generated by configure
Date: Tue, 2 Dec 2014 13:36:20 -0500 [thread overview]
Message-ID: <20141202183620.GE32385@laptop.dumpdata.com> (raw)
In-Reply-To: <1417533390-29035-2-git-send-email-daniel.kiper@oracle.com>
On Tue, Dec 02, 2014 at 04:16:28PM +0100, Daniel Kiper wrote:
> Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
This usage scenario which I can see this being useful (and
I've tripped over this) is when you rebuild a new version
from the same repo. As in, this affects developers, but
not end-users and not distros. But perhaps I am missing
one scenario?
As such I would lean towards deferring this (and the other
two) to Xen 4.6.
Thank you!
> ---
> tools/Makefile | 3 +++
> tools/hotplug/Makefile | 5 ++++-
> 2 files changed, 7 insertions(+), 1 deletion(-)
>
> diff --git a/tools/Makefile b/tools/Makefile
> index af9798a..19b24f3 100644
> --- a/tools/Makefile
> +++ b/tools/Makefile
> @@ -261,6 +261,9 @@ subdir-all-debugger/kdd: .phony
> subdir-distclean-firmware: .phony
> $(MAKE) -C firmware distclean
>
> +subdir-distclean-hotplug: .phony
> + $(MAKE) -C hotplug distclean
> +
> subtree-force-update:
> ifeq ($(CONFIG_QEMU_XEN),y)
> $(MAKE) qemu-xen-dir-force-update
> diff --git a/tools/hotplug/Makefile b/tools/hotplug/Makefile
> index 14ae9a8..a29a522 100644
> --- a/tools/hotplug/Makefile
> +++ b/tools/hotplug/Makefile
> @@ -6,5 +6,8 @@ SUBDIRS-$(CONFIG_NetBSD) += NetBSD
> SUBDIRS-$(CONFIG_Linux) += Linux
> SUBDIRS-$(CONFIG_FreeBSD) += FreeBSD
>
> -.PHONY: all clean install
> +.PHONY: all clean distclean install
> all clean install: %: subdirs-%
> +
> +distclean:
> + rm -f Linux/init.d/sysconfig.xencommons Linux/init.d/xencommons NetBSD/rc.d/xencommons
> --
> 1.7.10.4
>
next prev parent reply other threads:[~2014-12-02 18:36 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-02 15:16 [PATCH for-xen-4.5 0/3] tools: build system fixes and cleanups Daniel Kiper
2014-12-02 15:16 ` [PATCH for-xen-4.5 1/3] tools/hotplug: distclean target should remove files generated by configure Daniel Kiper
2014-12-02 18:36 ` Konrad Rzeszutek Wilk [this message]
2014-12-03 15:53 ` Daniel Kiper
2014-12-03 20:36 ` Konrad Rzeszutek Wilk
2014-12-04 8:17 ` [Pkg-xen-devel] " Ian Campbell
2014-12-05 1:53 ` Konrad Rzeszutek Wilk
2014-12-05 14:52 ` Daniel Kiper
2014-12-09 14:35 ` Ian Campbell
2014-12-09 15:32 ` Konrad Rzeszutek Wilk
2014-12-02 15:16 ` [PATCH for-xen-4.5 2/3] gitignore: ignore some " Daniel Kiper
2014-12-04 13:25 ` Ian Campbell
2014-12-05 14:52 ` Daniel Kiper
2014-12-02 15:16 ` [PATCH for-xen-4.5 3/3] gitignore: group tools/hotplug files in one place Daniel Kiper
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=20141202183620.GE32385@laptop.dumpdata.com \
--to=konrad.wilk@oracle.com \
--cc=andrew.cooper3@citrix.com \
--cc=daniel.kiper@oracle.com \
--cc=ian.campbell@citrix.com \
--cc=ian.jackson@eu.citrix.com \
--cc=jbeulich@suse.com \
--cc=keir@xen.org \
--cc=xen-devel@lists.xenproject.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.