Re: [Xen-devel] [PATCH] build system: don't let install-stubdom depend on install-tools

2016-11-08 Thread Wei Liu
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 

Acked-by: Wei Liu 

> ---
>  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


[Xen-devel] [PATCH] build system: don't let install-stubdom depend on install-tools

2016-11-08 Thread Juergen Gross
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 
---
 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