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 <jgr...@suse.com> --- 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@lists.xen.org https://lists.xen.org/xen-devel