[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] tools/hotplug/Linux: Fix build
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 <anthony.perard@xxxxxxxxxx> > 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 <anthony.perard@xxxxxxxxxx> Tested-by: Olaf Hering <olaf@xxxxxxxxx> > --- > 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 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |