diff options
author | 2018-12-07 20:33:57 +0900 | |
---|---|---|
committer | 2018-12-14 08:09:21 +0100 | |
commit | 19d111ccce9f4c3e0820585d991bf5ae9172cbe3 (patch) | |
tree | 177583866a27207c7cd5b3989bcc38e39b0dbcbc /tools/perf/scripts/python/export-to-sqlite.py | |
parent | microblaze: fix race condition in building boot images (diff) | |
download | wireguard-linux-19d111ccce9f4c3e0820585d991bf5ae9172cbe3.tar.xz wireguard-linux-19d111ccce9f4c3e0820585d991bf5ae9172cbe3.zip |
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 9c2af1c7377a ("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>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions