> On 13 Oct 2020, at 15:04, Jan Beulich <[email protected]> wrote:
>
> On 07.10.2020 16:57, Bertrand Marquis wrote:
>> Modify Makefiles using $(XEN_ROOT)/xen to use $(BASEDIR) instead.
>>
>> This is removing the dependency to xen subdirectory preventing using a
>> wrong configuration file when xen subdirectory is duplicated for
>> compilation tests.
>>
>> BASEDIR is set in xen/lib/x86/Makefile as this Makefile is directly
>> called from the tools build and install process and BASEDIR is not set
>> there.
>>
>> Signed-off-by: Bertrand Marquis <[email protected]>
>
> And once again
> Acked-by: Jan Beulich <[email protected]>
>
And thanks :-)
Bertrand