git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ecfa81
)
kbuild: remove redundant 'set -e' from filechk_offsets
author
Ilias Apalodimas
<ilias.apalodimas@linaro.org>
Tue, 20 May 2025 05:21:15 +0000
(08:21 +0300)
committer
Tom Rini
<trini@konsulko.com>
Fri, 30 May 2025 00:42:37 +0000
(18:42 -0600)
Backport changes from the kernel
commit
f3fd4a3f3a38
("kbuild: remove redundant 'set -e' from filechk_offsets")
Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
scripts/Makefile.lib
patch
|
blob
|
history
diff --git
a/scripts/Makefile.lib
b/scripts/Makefile.lib
index
c3c6c94
..
a2b3b2e
100644
(file)
--- 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 "/*"; \