From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 1/3] xen: allow architecture to choose how/whether to compress installed xen binary Date: Thu, 18 Jul 2013 08:54:06 +0100 Message-ID: <1374134046.26728.27.camel@kazak.uk.xensource.com> References: <1374075441.26728.14.camel@kazak.uk.xensource.com> <1374075473-32502-1-git-send-email-ian.campbell@citrix.com> <51E7B6B602000078000E5D36@nat28.tlf.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta4.messagelabs.com ([85.158.143.247]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Uzj2P-0003Id-0x for xen-devel@lists.xenproject.org; Thu, 18 Jul 2013 07:54:09 +0000 In-Reply-To: <51E7B6B602000078000E5D36@nat28.tlf.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich Cc: julien.grall@citrix.com, xen-devel , tim@xen.org, keir@xen.org, stefano.stabellini@eu.citrix.com List-Id: xen-devel@lists.xenproject.org On Thu, 2013-07-18 at 08:34 +0100, Jan Beulich wrote: > >>> On 17.07.13 at 17:37, Ian Campbell wrote: > > @@ -53,13 +55,14 @@ _install: $(TARGET).gz > > fi > > > > .PHONY: _uninstall > > +_uninstall: Z=$(CONFIG_XEN_INSTALL_SUFFIX) > > _uninstall: D=$(DESTDIR) > > _uninstall: T=$(notdir $(TARGET)) > > As you will likely want to rev this series once more anyway after my > comment on patch 3, would you mind doing the above in (at the > same time, as it turns out) logical (path, name, extension) and > alphabetical order? Will do.