Skip to content
Snippets Groups Projects
Commit 172caf19 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kbuild: remove redundant target cleaning on failure


Since commit 9c2af1c7 ("kbuild: add .DELETE_ON_ERROR special
target"), the target file is automatically deleted on failure.

The boilerplate code

  ... || { rm -f $@; false; }

is unneeded.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent f5688663
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment