Skip to content
Commit 5439f09f authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 67126965
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