[PATCH 04/24] kbuild: remove redundant 'set -e' from filechk_offsets
Ilias Apalodimas
ilias.apalodimas at linaro.org
Tue May 20 07:21:15 CEST 2025
Backport changes from the kernel
commit f3fd4a3f3a38 ("kbuild: remove redundant 'set -e' from filechk_offsets")
Signed-off-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>
---
scripts/Makefile.lib | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
index c3c6c941bef4..a2b3b2e63872 100644
--- a/scripts/Makefile.lib
+++ b/scripts/Makefile.lib
@@ -718,7 +718,7 @@ endef
# Use filechk to avoid rebuilds when a header changes, but the resulting file
# does not
define filechk_offsets
- (set -e; \
+ ( \
echo "#ifndef $2"; \
echo "#define $2"; \
echo "/*"; \
--
2.49.0
More information about the U-Boot
mailing list