mirror of
https://github.com/torvalds/linux.git
synced 2026-05-16 18:46:14 +02: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
|
||
|---|---|---|
| .. | ||
| dts | ||
| .gitignore | ||
| Makefile | ||