commit | 5439f09f488f291a9493455c24b197c99025764d | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Nov 30 10:05:30 2018 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Dec 01 23:13:14 2018 +0900 |
tree | 5ddcfb9291e821ab076b0a78db27146c1f2b4162 | |
parent | 67126965ee0856f0d1cdb10792a36eaf4b2f13c0 [diff] |
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>