kbuild: remove redundant 'set -e' from cmd_* defines
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 30 Nov 2018 01:05:30 +0000 (10:05 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 1 Dec 2018 14:13:14 +0000 (23:13 +0900)
commit5439f09f488f291a9493455c24b197c99025764d
tree5ddcfb9291e821ab076b0a78db27146c1f2b4162
parent67126965ee0856f0d1cdb10792a36eaf4b2f13c0
kbuild: remove redundant 'set -e' from cmd_* defines

These three cmd_* are invoked in the $(call cmd,*) form.

Now that 'set -e' moved to the 'cmd' macro, they do not need to
explicitly give 'set -e'.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/Makefile.build
scripts/package/Makefile