commit | 4317ee3b6a5e8bd0f62780591df6424ef9397fbd | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Nov 30 10:05:24 2018 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Dec 01 23:13:14 2018 +0900 |
tree | 7cd1939fe2d1251cf0ee43f26115f28bdddc8d9e | |
parent | f3fd4a3f3a388041fe5f1ef74fdd461900513f1e [diff] |
kbuild: remove redundant 'set -e' from sub_cmd_record_mcount This is executed inside the if_changed_rule, which already sets 'set -e'. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>