Commit f3fd4a3f authored by Masahiro Yamada's avatar Masahiro Yamada

kbuild: remove redundant 'set -e' from filechk_offsets

The filechk macro in scripts/Kbuild.include already sets 'set -e'.
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 392885ee
......@@ -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 "/*"; \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment