From: Samuel Thibault <samuel.thibault@ens-lyon.org>
To: Juergen Gross <jgross@suse.com>
Cc: wei.liu2@citrix.com, xen-devel@lists.xen.org
Subject: Re: [PATCH] stubdom: fix "make distclean" regarding gmp
Date: Mon, 31 Oct 2016 17:09:00 +0100 [thread overview]
Message-ID: <20161031160900.GY11941@var.home> (raw)
In-Reply-To: <1477666400-3177-1-git-send-email-jgross@suse.com>
Juergen Gross, on Fri 28 Oct 2016 16:53:20 +0200, wrote:
> make distclean tries to remove stubdom/gmp-4.3.2.tar.gz, while the
> downloaded file is stubdom/gmp-4.3.2.tar.bz2
>
> Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
> ---
> stubdom/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/stubdom/Makefile b/stubdom/Makefile
> index d7a47f0..0252bcc 100644
> --- a/stubdom/Makefile
> +++ b/stubdom/Makefile
> @@ -649,7 +649,7 @@ patchclean: crossclean
> downloadclean: patchclean
> rm -f newlib-$(NEWLIB_VERSION).tar.gz
> rm -f zlib-$(ZLIB_VERSION).tar.gz
> - rm -f gmp-$(GMP_VERSION).tar.gz
> + rm -f gmp-$(GMP_VERSION).tar.bz2
> rm -f tpm_emulator-$(TPMEMU_VERSION).tar.gz
> rm -f pciutils-$(LIBPCI_VERSION).tar.bz2
> rm -f grub-$(GRUB_VERSION).tar.gz
> --
> 2.6.6
>
--
Samuel
c> [ ] morning [ ] afternoon [ ] evening [ ] night , everyone (choose as applicable)
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
prev parent reply other threads:[~2016-10-31 16:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-28 14:53 [PATCH] stubdom: fix "make distclean" regarding gmp Juergen Gross
2016-10-31 16:09 ` Samuel Thibault [this message]
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=20161031160900.GY11941@var.home \
--to=samuel.thibault@ens-lyon.org \
--cc=jgross@suse.com \
--cc=wei.liu2@citrix.com \
--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 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).