All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian Campbell <ian.campbell@citrix.com>
To: Juergen Gross <jgross@suse.com>,
	ian.jackson@eu.citrix.com, jbeulich@suse.com, keir@xen.org,
	tim@xen.org, xen-devel@lists.xen.org
Subject: Re: [PATCH] stubdom: remove mini-os when doing make distclean
Date: Thu, 7 Jan 2016 10:50:05 +0000	[thread overview]
Message-ID: <1452163805.21055.184.camel@citrix.com> (raw)
In-Reply-To: <1452156796-5207-1-git-send-email-jgross@suse.com>

On Thu, 2016-01-07 at 09:53 +0100, Juergen Gross wrote:
> make distclean does not remove mini-os. Do so when cleaning stubdom.
> 
> Signed-off-by: Juergen Gross <jgross@suse.com>

Acked-by: Ian Campbell <ian.campbell@citrix.com>

(this is consistent with what we do for e.g. the QEMU trees).

/me wonders what happens if you run make distclean in a tree unpacked from
a tarball release.

> ---
>  Makefile | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Makefile b/Makefile
> index 8a9331f..a8e9523 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -209,6 +209,7 @@ distclean-stubdom:
>  ifeq (x86_64,$(XEN_TARGET_ARCH))
>  	XEN_TARGET_ARCH=x86_32 $(MAKE) -C stubdom distclean
>  endif
> +	rm -rf extras/mini-os extras/mini-os-remote
>  
>  .PHONY: distclean-docs
>  distclean-docs:

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

  reply	other threads:[~2016-01-07 10:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-07  8:53 [PATCH] stubdom: remove mini-os when doing make distclean Juergen Gross
2016-01-07 10:50 ` Ian Campbell [this message]
2016-01-07 13:25   ` Ian Campbell

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=1452163805.21055.184.camel@citrix.com \
    --to=ian.campbell@citrix.com \
    --cc=ian.jackson@eu.citrix.com \
    --cc=jbeulich@suse.com \
    --cc=jgross@suse.com \
    --cc=keir@xen.org \
    --cc=tim@xen.org \
    --cc=xen-devel@lists.xen.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.