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 16:28:12 +0200 Message-ID: <20141010142812.GA5813@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> <20141010111905.GA9011@aepfle.de> <20141010142037.GD1742@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: <20141010142037.GD1742@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: > 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 > --- > tools/hotplug/Linux/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/hotplug/Linux/Makefile b/tools/hotplug/Linux/Makefile > index 8cdaa9a..1706c05 100644 > --- a/tools/hotplug/Linux/Makefile > +++ b/tools/hotplug/Linux/Makefile > @@ -43,7 +43,7 @@ all: subdirs-all > build: > > .PHONY: install > -install: all install-initd install-scripts install-udev subdirs-install > +install: install-initd install-scripts install-udev subdirs-install > > # See docs/misc/distro_mapping.txt for INITD_DIR location > .PHONY: install-initd