]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
kbuild: remove redundant target cleaning on failure
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 31 Dec 2018 08:24:08 +0000 (17:24 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 6 Jan 2019 00:46:51 +0000 (09:46 +0900)
commit172caf1993b7a6503a9f7faf589e2cf26eb1f219
tree1bf9a94732270a001752735cf99fa038ebaedd21
parentf5688663db9b207d7d31f30f388417504b16b76c
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>
arch/arm/boot/Makefile
arch/arm/boot/compressed/Makefile
arch/arm/tools/Makefile
arch/sh/tools/Makefile
arch/x86/boot/compressed/Makefile
arch/x86/lib/Makefile
certs/Makefile
lib/raid6/Makefile
scripts/Makefile.lib