1
0
Fork 0
alistair23-linux/arch/microblaze/boot
Masahiro Yamada 19d111ccce microblaze: remove the explicit removal of system.dtb
I guess

    || (rm -f $@ && echo false)

... should be

    || (rm -f $@ && false)

In fact, no Makefile needs to delete a target explicitly on error.

It is automatically done since commit 9c2af1c737 ("kbuild: add
.DELETE_ON_ERROR special target").

I also reused equivalent cmd_shipped from scripts/Makefile.lib.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
2018-12-14 08:09:21 +01:00
..
dts microblaze: remove the explicit removal of system.dtb 2018-12-14 08:09:21 +01:00
.gitignore .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore 2017-11-08 11:20:24 -06:00
Makefile microblaze: fix multiple bugs in arch/microblaze/boot/Makefile 2018-12-14 08:09:20 +01:00