projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
392885e
)
kbuild: remove redundant 'set -e' from filechk_offsets
author
Masahiro Yamada
<yamada.masahiro@socionext.com>
Fri, 30 Nov 2018 01:05:23 +0000
(10:05 +0900)
committer
Masahiro Yamada
<yamada.masahiro@socionext.com>
Sat, 1 Dec 2018 14:13:14 +0000
(23:13 +0900)
The filechk macro in scripts/Kbuild.include already sets 'set -e'.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/Makefile.lib
patch
|
blob
|
history
diff --git
a/scripts/Makefile.lib
b/scripts/Makefile.lib
index 8fe4468f9bda66a17bc78cee69ff9a4cb9c1e1e5..ae3ae97f0d5e0c95fe5f67fe2204aede1c364d91 100644
(file)
--- a/
scripts/Makefile.lib
+++ b/
scripts/Makefile.lib
@@
-406,7
+406,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 "/*"; \