On Mon, Jul 02, 2018 at 10:28:23AM +0200, Roger Pau Monne wrote:
[...]
>  
>  subtree-force-update:
> @@ -128,3 +128,6 @@ endif
>  subtree-force-update-all:
>       $(MAKE) seabios-dir-force-update
>       $(MAKE) ovmf-dir-force-update
> +
> +subdir-all-seabios-dir: seabios-dir
> +     $(MAKE) -C $< CC=$(SEABIOSCC) LD=$(SEABIOSLD) PYTHON=$(PYTHON) all;

There is a pattern rule in Rules.mk, so I would very much avoid having
it redefined.

On the other hand, you're not the first one to add such rules, so I
won't object to this patch either.

Acked-by: Wei Liu <wei.l...@citrix.com>

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to