From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH] tools/hotplug/Linux: Fix build Date: Fri, 10 Oct 2014 13:19:05 +0200 Message-ID: <20141010111905.GA9011@aepfle.de> References: <1412872535-8221-1-git-send-email-anthony.perard@citrix.com> <20141009165408.GB12637@aepfle.de> <5436BEC1.9020604@citrix.com> <1412930128.10650.17.camel@citrix.com> <1412930678.10650.20.camel@citrix.com> <20141010095908.GA26050@aepfle.de> <20141010104238.GC1742@perard.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: <20141010104238.GC1742@perard.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: Anthony PERARD Cc: Andrew Cooper , Ian Jackson , Ian Campbell , Xen Devel List-Id: xen-devel@lists.xenproject.org On Fri, Oct 10, Anthony PERARD wrote: > I think the problem is in tools/Linux/Makefile, where we have: > all: subdirs-all > install: all subdirs-install > > Maybe the "install" rules should depend only on the things it need to > install, and not an "all". Does removing all fix the failure for you? Olaf