[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] build system: don't let install-stubdom depend on install-tools
On Tue, Nov 08, 2016 at 09:29:11AM +0100, Juergen Gross wrote: > There is no reason for the install-stubdom target to depend on > install-tools. It is absolutely reasonable to install new stubdoms > only. > > Signed-off-by: Juergen Gross <jgross@xxxxxxxx> Acked-by: Wei Liu <wei.liu2@xxxxxxxxxx> > --- > Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Makefile b/Makefile > index a8e9523..084588e 100644 > --- a/Makefile > +++ b/Makefile > @@ -101,7 +101,7 @@ install-tools: > $(MAKE) -C tools install > > .PHONY: install-stubdom > -install-stubdom: install-tools mini-os-dir > +install-stubdom: mini-os-dir > $(MAKE) -C stubdom install > ifeq (x86_64,$(XEN_TARGET_ARCH)) > XEN_TARGET_ARCH=x86_32 $(MAKE) -C stubdom install-grub > -- > 2.6.6 > _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |