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:Masahiro Yamada <yamada.masahiro@socionext.com>
Showing
- arch/arm/boot/Makefile 1 addition, 1 deletionarch/arm/boot/Makefile
- arch/arm/boot/compressed/Makefile 1 addition, 1 deletionarch/arm/boot/compressed/Makefile
- arch/arm/tools/Makefile 1 addition, 2 deletionsarch/arm/tools/Makefile
- arch/sh/tools/Makefile 1 addition, 1 deletionarch/sh/tools/Makefile
- arch/x86/boot/compressed/Makefile 1 addition, 1 deletionarch/x86/boot/compressed/Makefile
- arch/x86/lib/Makefile 1 addition, 1 deletionarch/x86/lib/Makefile
- certs/Makefile 1 addition, 1 deletioncerts/Makefile
- lib/raid6/Makefile 2 additions, 3 deletionslib/raid6/Makefile
- scripts/Makefile.lib 7 additions, 14 deletionsscripts/Makefile.lib
Loading
Please register or sign in to comment