kbuild: remove redundant 'set -e' from filechk_offsets

The filechk macro in scripts/Kbuild.include already sets 'set -e'.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
Masahiro Yamada 2018-11-30 10:05:23 +09:00
parent 392885ee82
commit f3fd4a3f3a
1 changed files with 1 additions and 1 deletions

View File

@ -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 "/*"; \