mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-04-15 02:44:00 +00:00
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
|
||
---|---|---|
.. | ||
linked_dtb.S | ||
Makefile | ||
system.dts |