Skip to content
Snippets Groups Projects
user avatar
Masahiro Yamada authored
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>
172caf19
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name Last commit Last update
..