>>> On 19.11.18 at 11:25, <wei.l...@citrix.com> wrote:
> --- a/xen/arch/x86/Makefile
> +++ b/xen/arch/x86/Makefile
> @@ -234,12 +234,12 @@ $(BASEDIR)/include/asm-x86/asm-macros.h: asm-macros.i 
> Makefile
>  
>  xen.lds: xen.lds.S
>       $(CC) -P -E -Ui386 $(filter-out -Wa$(comma)%,$(AFLAGS)) -o $@ $<
> -     sed -e 's/xen\.lds\.o:/xen\.lds:/g' <.xen.lds.d >.xen.lds.d.new
> +     sed -e 's/.*\.lds\.o:/$(@F):/g' <.$(@F).d >.$(@F).d.new
>       mv -f .xen.lds.d.new .xen.lds.d
Hmm, okay, this can be relaxed, but I'm not sure it's needed. Anyway
Acked-by: Jan Beulich <jbeul...@suse.com>
albeit if you already bring both rules into closer sync, adjusting the last
line above at the same time would have been nice.

Jan



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

Reply via email to