[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20241002175049.15219-1-reatmon@ti.com>
Date: Wed, 2 Oct 2024 12:50:49 -0500
From: Ryan Eatmon <reatmon@...com>
To: Russell King <linux@...linux.org.uk>, <linux-kernel@...r.kernel.org>,
Ryan
Eatmon <reatmon@...com>
Subject: [PATCH] arm: Remove build path from generated mach-types.h
For reproducible builds, having any of the build paths in a generated
file is problematic. Simple fix is to just remove the path. This is
similar to the same code in arch/sh/tools/gen-mach-types.
Signed-off-by: Ryan Eatmon <reatmon@...com>
---
arch/arm/tools/gen-mach-types | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/arch/arm/tools/gen-mach-types b/arch/arm/tools/gen-mach-types
index cbe1c33bb871..9a2a5c0f1c45 100644
--- a/arch/arm/tools/gen-mach-types
+++ b/arch/arm/tools/gen-mach-types
@@ -24,8 +24,7 @@ NF == 3 {
END {
printf("/*\n");
- printf(" * This was automagically generated from %s!\n", FILENAME);
- printf(" * Do NOT edit\n");
+ printf(" * This was automagically generated, do NOT edit.\n");
printf(" */\n\n");
printf("#ifndef __ASM_ARM_MACH_TYPE_H\n");
printf("#define __ASM_ARM_MACH_TYPE_H\n\n");
--
2.17.1
Powered by blists - more mailing lists