From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH 05/12] tools/libxc: provide variable paths to libxc Date: Fri, 2 May 2014 12:58:33 +0200 Message-ID: <20140502105833.GB5612@aepfle.de> References: <1398328615-28461-1-git-send-email-olaf@aepfle.de> <1398328615-28461-6-git-send-email-olaf@aepfle.de> <1399027687.32736.30.camel@kazak.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1399027687.32736.30.camel@kazak.uk.xensource.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: Ian Campbell Cc: Ian.Jackson@eu.citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Fri, May 02, Ian Campbell wrote: > On Thu, 2014-04-24 at 10:36 +0200, Olaf Hering wrote: > > In preparation to remove hardcoded /var/run/xen paths, provide > > XEN_RUN_DIR and related directories to xc_private.h. Similar code exists > > already for libxl, stubdom and other parts. > > > > Signed-off-by: Olaf Hering > > --- > > tools/libxc/Makefile | 8 ++++++++ > > tools/libxc/xc_private.h | 1 + > > Please update .*ignore too. libxl has a blanket "tools/libxl/_*.[ch]" > which I think could be duplicate for libxc too, unless you find a file > named tools/libxc/_foo which shouldn't be ignored. I have noticed that, will update the patch. Olaf