Masahiro Yamada 172caf1993 kbuild: remove redundant target cleaning on failure
Since commit 9c2af1c7377a ("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: Masahiro Yamada <yamada.masahiro@socionext.com>
2019-01-06 09:46:51 +09:00
..
2018-12-27 11:19:07 -08:00
2017-03-28 16:16:52 +02:00
2012-06-27 12:44:29 -07:00
2019-01-06 09:46:51 +09:00
2018-12-29 12:03:17 -08:00
2018-12-29 12:03:17 -08:00
2017-11-14 18:25:40 -08:00
2018-12-29 12:03:17 -08:00
2017-11-17 17:45:29 -08:00
2018-12-28 12:11:44 -08:00
2014-08-20 16:03:45 +02:00