From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] tools/hotplug/Linux: Fix build Date: Fri, 10 Oct 2014 15:31:10 +0100 Message-ID: <1412951470.27111.33.camel@citrix.com> 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> <20141010111905.GA9011@aepfle.de> <20141010142037.GD1742@perard.uk.xensource.com> <20141010142812.GA5813@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20141010142812.GA5813@aepfle.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Olaf Hering Cc: Anthony PERARD , Andrew Cooper , Ian Jackson , Xen Devel List-Id: xen-devel@lists.xenproject.org On Fri, 2014-10-10 at 16:28 +0200, Olaf Hering wrote: > On Fri, Oct 10, Anthony PERARD wrote: > > > Yes, it does, no more weird two calls of make on the systemd/Makefile > > (with all and install). There is only one call left: "make -C systemd > > install". And make does not fail to make xen.conf. > > I ran into this as well just now, and removing all works for me as well. > > > From 41cfaf5318cb0346e31a8e97939b8805145eb182 Mon Sep 17 00:00:00 2001 > > From: Anthony PERARD > > Date: Fri, 10 Oct 2014 12:22:34 +0100 > > Subject: [PATCH] tools/hotplug/Linux: Removing of "all" dependency from > > "install" rule. > > > > Signed-off-by: Anthony PERARD > > Tested-by: Olaf Hering Great. Could someone supply a bit of explanatory text for the commit message please. Do these indicate a similar problem: tools/hotplug/NetBSD/Makefile:install: all install-scripts install-rcd tools/hotplug/common/Makefile:install: all install-scripts ? I think not because no recursion is included. Ian.