]> asedeno.scripts.mit.edu Git - linux.git/commit
kbuild: remove redundant 'set -e' from sub_cmd_record_mcount
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 30 Nov 2018 01:05:24 +0000 (10:05 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 1 Dec 2018 14:13:14 +0000 (23:13 +0900)
commit4317ee3b6a5e8bd0f62780591df6424ef9397fbd
tree7cd1939fe2d1251cf0ee43f26115f28bdddc8d9e
parentf3fd4a3f3a388041fe5f1ef74fdd461900513f1e
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>
scripts/Makefile.build