[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2] build: always use BASEDIR for xen sub-directory
- To: Jan Beulich <jbeulich@xxxxxxxx>
- From: Bertrand Marquis <Bertrand.Marquis@xxxxxxx>
- Date: Tue, 13 Oct 2020 15:04:52 +0000
- Accept-language: en-GB, en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=arm.com; dmarc=pass action=none header.from=arm.com; dkim=pass header.d=arm.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=BKVBFY/fJAo4yBB6RO4M6FqSawyOCSqPYmhV6hs/NM4=; b=Nd59fCKHo6vVrIUEpnGf7E0LwXgKhQ+W4TFntIgQ8e6zvSmQSnnFAptTyoGRvU8+eMFsr2H7hZrsdcQMHrcRS6soMiJuWgFLN6rO2osPy67eeWjZARvBW7bKn/bQyQAs28FoTm05vfGtvIjYMAWl4GGk1gpIuNgJTWa10dlzifFTmcmjAPtyWFJVUjiPPytPyf+62vB+v4oxDbxGIdibaJ+xUZKHIbj1onOXtMqebl9BNlGT1kw83W2Zc2DlKucbl0oTgDh/PtLSisXi5juguJLnxNZ2W0hP0SEx+ehikhwpicLh3hm0tvQPUbS8FZ/6B5jY10OJOSi+kkFd+aqYeQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=dihJcuMHmjQxAVERod5fKoXuM+zSlnCms6AG2dshFaa99cp4JNYCQlJ4YVigKSx4jHnSHJ4O9LkOpHW6K52XZumlY1qtNsMrFxpOymigin8xrVpmhqaQAGxM5pX3yR6zwBm+EAhnsSls86ynipHIh523DdveuAaPuW2uOPjIY9x8aaXpVKusN0hjVe0EuiPHqKBy+2RoPuQsYNwO4aFEWMiU85BWZen2VjrupVlquUyjB0snkPoQP1z3/G3KTLA+z/L21ZAp8rwRvOlukTOtopkfPCIFXuM5ZjMi//22+Lot2NqXS/bQl+Cco69hpY/naqMyZEfAOEo2thXQANA3Hw==
- Authentication-results-original: suse.com; dkim=none (message not signed) header.d=none;suse.com; dmarc=none action=none header.from=arm.com;
- Cc: "open list:X86" <xen-devel@xxxxxxxxxxxxxxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, Ian Jackson <iwj@xxxxxxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, Doug Goldstein <cardoe@xxxxxxxxxx>, Daniel De Graaf <dgdegra@xxxxxxxxxxxxx>
- Delivery-date: Tue, 13 Oct 2020 15:05:30 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Nodisclaimer: true
- Original-authentication-results: suse.com; dkim=none (message not signed) header.d=none;suse.com; dmarc=none action=none header.from=arm.com;
- Thread-index: AQHWnLpvdle2+5+TPkS9pkZxhCxslKmVmiUAgAAQzIA=
- Thread-topic: [PATCH v2] build: always use BASEDIR for xen sub-directory
> On 13 Oct 2020, at 15:04, Jan Beulich <jbeulich@xxxxxxxx> 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 <bertrand.marquis@xxxxxxx>
>
> And once again
> Acked-by: Jan Beulich <jbeulich@xxxxxxxx>
>
And thanks :-)
Bertrand
|