Since commit 9c2af1c7377a ("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>
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| blacklist_hashes.c | ||
| blacklist_nohashes.c | ||
| blacklist.c | ||
| blacklist.h | ||
| Kconfig | ||
| Makefile | ||
| system_certificates.S | ||
| system_keyring.c | ||