[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [XEN PATCH 01/15] build: hide that we are updating xen/lib/x86
- To: Anthony PERARD <anthony.perard@xxxxxxxxxx>
- From: Luca Fancellu <Luca.Fancellu@xxxxxxx>
- Date: Wed, 24 May 2023 06:42:45 +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-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=Vm1fzcNeK1KHKekNawMyyBSDSb+/OzHUc7oBbXnvTjY=; b=A9JT8k5I4QLMBzQ+WjEozGRGGtr6APSdkLX9GOt6LnFfs09qL34BUQ00XYeRp4dh8aQAUjWaEy8P0gVywVQ16vziuurZ0T7u6Wx3PDmuesP+nDyXajKGNRTWke3493wBaBX9b2IBcvAbT1mJ2FEIODqTfdLnNqoHuvCzQm8nxLX71wPjfF32zwJPKnZfyWcCk6XmpLMDY9EuvBVG/JeIIwLr57i+1/h4bcDOkbbYK3XUB+DhY3sBYQ8PoePJ3Aqfa/UbLwtJhonmfbv47BxtFUN6pz7G9ZMFoqjTwpbus22monlYTWlVlH6asZooeRPzTJaX0XMUyE9NcgzF4v3kug==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=WPZra5yIHD7lMBUdVAI2/CsY/e6v8urCgyghyr/E0VQgAQEBcFfj0ecLeEXYrCN6ALfU5kQumjVOtDiNHHGfqaSEgtblt3Wp854ErMBNnER/cq2csN+mmVPfWLsI1AZVlkVyusRNHCHaGk6XrusnGNPYMrkrjBwWKoS9HbiGj4U+vquDPvuMTnzRVBfzb81j3djNz/wTgfxZuyarxsQ4RY55tbxUJLgQAsgrkCI67DdKgFPCKnFBw8DZqZMAyo/qoj3+5a9Xd+PDMStgt4bPW9UTQmsCauS/TLQZHQbZG3vWaGi8Bem1ig6dQZZwNmaTE03FXAb+T/4DwEUAr0D32A==
- Authentication-results-original: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.com;
- Cc: Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, Jan Beulich <jbeulich@xxxxxxxx>, Julien Grall <julien@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>
- Delivery-date: Wed, 24 May 2023 06:43:12 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Nodisclaimer: true
- Original-authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.com;
- Thread-index: AQHZjZURKjD8NZdEuk+seL2t35mCkq9o+q6A
- Thread-topic: [XEN PATCH 01/15] build: hide that we are updating xen/lib/x86
> On 23 May 2023, at 17:37, Anthony PERARD <anthony.perard@xxxxxxxxxx> wrote:
>
> Change of directory to xen/lib/x86 isn't needed to be shown. If
> something gets updated, make will print the command line.
>
> Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx>
Hi Anthony,
Looks good to me
Reviewed-by: Luca Fancellu <luca.fancellu@xxxxxxx>
> ---
> xen/include/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/xen/include/Makefile b/xen/include/Makefile
> index edd5322e88..96d5f6f3c8 100644
> --- a/xen/include/Makefile
> +++ b/xen/include/Makefile
> @@ -229,7 +229,7 @@ ifeq ($(XEN_TARGET_ARCH),x86_64)
> .PHONY: lib-x86-all
> lib-x86-all:
> @mkdir -p $(obj)/xen/lib/x86
> - $(MAKE) -C $(obj)/xen/lib/x86 -f $(abs_srctree)/$(src)/xen/lib/x86/Makefile
> all
> + $(Q)$(MAKE) -C $(obj)/xen/lib/x86 -f
> $(abs_srctree)/$(src)/xen/lib/x86/Makefile all
>
> all: lib-x86-all
> endif
> --
> Anthony PERARD
>
>
|