From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH] Re: New release candidate for Xen 4.0.1 Date: Tue, 20 Jul 2010 19:32:53 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: M A Young , Stefano Stabellini , Ian Campbell Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org Shouldn't this be in xen-unstable first, and then backported in the usual way? K. On 20/07/2010 19:01, "M A Young" wrote: > I have a minor fix for this. BASH_COMPLETION_DIR is used uninitialized in > tools/libxl/Makefile which means that xl.sh can end up in / which is not > ideal. > The patch below sets a sensible default for this variable. > > Signed-off-by: Michael Young > > --- xen-4.0.1/tools/libxl/Makefile.orig 2010-07-16 18:27:14.000000000 +0100 > +++ xen-4.0.1/tools/libxl/Makefile 2010-07-16 19:39:46.000000000 +0100 > @@ -4,6 +4,7 @@ > > XEN_ROOT = ../.. > include $(XEN_ROOT)/tools/Rules.mk > +BASH_COMPLETION_DIR ?= /etc/bash_completion.d/ > > MAJOR = 1.0 > MINOR = 0 > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel