>>> On 21.02.18 at 13:22, <[email protected]> wrote:
> --- a/tools/firmware/Makefile
> +++ b/tools/firmware/Makefile
> @@ -8,6 +8,7 @@ endif
>  # hvmloader is a 32-bit protected mode binary.
>  TARGET      := hvmloader/hvmloader
>  INST_DIR := $(DESTDIR)$(XENFIRMWAREDIR)
> +DEBG_DIR := $(DESTDIR)$(DEBUG_DIR)$(XENFIRMWAREDIR)

This is screwing up my build, and looking again I can't see how
this can be right: Both $(XENFIRMWAREDIR) and $(DEBUG_DIR)
are supposed to be ${prefix}-able, yet there clearly should not
be an infix resulting from the construction of this path.

In that context I wonder why DEBUG_DIR is set in
{StdGNU,SunOS}.mk instead of having a template in
Paths.mk.in.

Jan


_______________________________________________
Xen-devel mailing list
[email protected]
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to