Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f3fd4a3f authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 "/*"; \