[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] tools: Fix helpers build


  • To: "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • From: Mykyta Poturai <Mykyta_Poturai@xxxxxxxx>
  • Date: Mon, 18 May 2026 07:35:43 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=epam.com; dmarc=pass action=none header.from=epam.com; dkim=pass header.d=epam.com; arc=none
  • 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=aDy8M6NJWv0EsXFI4wgiUumdAxlEbJiRXMcEKRjhk68=; b=kPYpyv6lsr+EppGwlftuCP0RNkFkTQZOGNdgre/3XbRw58Cvtn7RBOHUCtyOtc7yR6JV6/KDqVeW65jm1lLHC9IFRNCzN7ScJCvra15aNbss/V4uY/Dsn35Yns3FdkDEGDx6qrVClqfYg9kwAjKf06acZDJlzvc7MR4HKCQD6zTjoafe7w2OR6AeSN1fSeh+x5CWfE4m0QvsgEng2jGdZ0eBe4WGFhhHvzkrhM2hz7s7crP1jBvlavsvogh6GRkrr9r3y7IPNEjG21ZKY3KOiqBrOhL1dgqnvU7/sDxqeEeenjCI6+JAgTdlSfsWFDoNLk6H1htoZ9iJ4zyuk/eVfw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=imSmn0aBAa4MY1d8Xlkj+kbKVhJIwekOcwI+UtvQyKyk8dHrPY49oQVMfM9PQ465U4z2zcXXmE/4xXBaFeOfHJXZngRPc2A2ZpBrgSJheLb6X2pyiLBLSjDb2my2zs8kTxunZUswgLWyzplsuIkf30lZtDzqUStJvyppxN7MUZXIoPMQ5aqtGGGN8O7eJz6B/qbufaPr7WlCjDMe4/wSQ9AQnVyemxH4XthzoKlcGnykfI4KEcVmjgaN3JLmKuD8MzoS3bkypptdAL+c0ikuaOPOCTeH5wBSjBkI61FKfcLf0xvMYVJ7v1Ek+2YbxiwUPuSClpKm+XbCcEgtaCgOkQ==
  • Authentication-results: eu.smtp.expurgate.cloud; dkim=pass header.s=selector1 header.d=epam.com header.i="@epam.com" header.h="From:Date:Subject:Message-ID:Content-Type:MIME-Version:x-ms-exchange-senderadcheck"
  • Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=epam.com;
  • Cc: Mykyta Poturai <Mykyta_Poturai@xxxxxxxx>, Anthony PERARD <anthony.perard@xxxxxxxxxx>
  • Delivery-date: Mon, 18 May 2026 07:35:53 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
  • Thread-index: AQHc5pjvZr31VHZpA0e03PtkmtpKMw==
  • Thread-topic: [PATCH] tools: Fix helpers build

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>
---
 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



 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.