summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorIlias Apalodimas <[email protected]>2025-05-20 08:21:15 +0300
committerTom Rini <[email protected]>2025-05-29 18:42:37 -0600
commit14795eba8bb3e138314d10313e95cc0862f98736 (patch)
tree684a858f381467ff6dc22c24c46523b69e2f8c62 /scripts
parent1ecfa813bb2d8793e80f55278fea293e2329353b (diff)
kbuild: remove redundant 'set -e' from filechk_offsets
Backport changes from the kernel commit f3fd4a3f3a38 ("kbuild: remove redundant 'set -e' from filechk_offsets") Signed-off-by: Ilias Apalodimas <[email protected]>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.lib2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
index c3c6c941bef..a2b3b2e6387 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 "/*"; \