[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] tools: Fix helpers build
- To: Mykyta Poturai <Mykyta_Poturai@xxxxxxxx>
- From: dmukhin@xxxxxxxx
- Date: Tue, 19 May 2026 18:54:56 -0700
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 148.163.138.245) smtp.rcpttodomain=lists.xenproject.org smtp.mailfrom=ford.com; dmarc=pass (p=reject sp=reject pct=100) action=none header.from=ford.com; dkim=pass (signature was verified) header.d=saarlouis.ford.com; dkim=pass (signature was verified) header.d=ford.com; arc=none (0)
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; 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=1D4UgvbHh94Oq8u6W/BBTtRllYPAPk7p1yXXigji2QQ=; b=rcwfmLq5zBsdANMDEy3TYNPewzuXyQIW+Wz3zM+TSuUDpFeQp+Lkrp7Gt5hhRZCJQGP629M7MT1TGnD3vz1cY6dFXwxGAJ8CGs7B2B+Ur9d+9QPI0f6gpgTPR3xyE4dRJKfi6OukOP/rpcYK0PB2dPZeeAVVYz+uVy4umsFANYvKhaT6oI96telVFVAT+aI2TilUgndC6of+FVHa/oi3dDQyHw+veAVMmtSMzUE5f2Z7NJ91qdqPd6LARonKTYWxCaLjllCcWHfbhI05t9MMadDXDn6CiZrK0jwjA/fGe+IJ2RzeKvOVRKBzq93IxaaU/Jqcif5oPP57wJTBJGCUnQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=H2cddTvPR9/zoEdZn74Kfu/kjswMuBaJDq5ziBnTFIKtULNyNcuFEYu3dC5V4lxQHl2Wf7mOBZDdoWtcg8lwYIPc/UYQQWpL+KyQwQKY7+irmuAWggqZHZGZpMVkpLAc7vho7fILDocUwDYK/iS2de50PeccUCM34dgLzmSNsakBF0rkmylHhR7L8O7ocG32ZyJgH3EGs1e98x6xXVgrUmRcTlHJlg0NlqsyJGrpOo1nS4ZldRr7d9teHQgjfOFdxY2qJQGSMT+CswdDGdEH0JX+7hhHLxeb/B5lOGaRZj3ioM4S8W5g8FMhlqNyftENYDVIxdDlzh8OyPOjFAx1kg==
- Authentication-results: eu.smtp.expurgate.cloud; dkim=pass header.s=ppford header.d=ford.com header.i="@ford.com" header.h="Cc:Content-Type:Date:From:In-Reply-To:Message-ID:MIME-Version:References:Subject:To"; dkim=pass header.s=selector2-azureford-onmicrosoft-com header.d=azureford.onmicrosoft.com header.i="@azureford.onmicrosoft.com" header.h="From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck"; dkim=pass header.s=ppserprodsaar header.d=saarlouis.ford.com header.i="@saarlouis.ford.com" header.h="Cc:Content-Type:Date:From:In-Reply-To:Message-ID:MIME-Version:References:Subject:To"; dkim=pass header.s=ppfserpocford header.d=ford.com header.i="@ford.com" header.h="Cc:Content-Type:Date:From:In-Reply-To:Message-ID:MIME-Version:References:Subject:To"
- Cc: "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>, Anthony PERARD <anthony.perard@xxxxxxxxxx>
- Delivery-date: Wed, 20 May 2026 01:55:28 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Pser-m365-app: SER-APP
On Mon, May 18, 2026 at 07:35:43AM +0000, Mykyta Poturai wrote:
> Init helpers sometimes fail to rebuild after switching branches,
> which results in runtime faults.
>
> Fix this by adding missing DEPS_INCLUDE to the Makefile.
>
> Signed-off-by: Mykyta Poturai <mykyta_poturai@xxxxxxxx>
Reviewed-by: Denis Mukhin <dmukhin@xxxxxxxx>
> ---
> tools/helpers/Makefile | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/tools/helpers/Makefile b/tools/helpers/Makefile
> index 8262d9e75a..11db7d8982 100644
> --- a/tools/helpers/Makefile
> +++ b/tools/helpers/Makefile
> @@ -64,3 +64,5 @@ clean:
> $(RM) *.o $(TARGETS) $(DEPS_RM)
>
> distclean: clean
> +
> +-include $(DEPS_INCLUDE)
> --
> 2.51.2
>
|