mirror of
https://github.com/LineageOS/android_kernel_fxtec_sm6115.git
synced 2026-04-02 16:53:38 +00:00
Since commit 9c2af1c737 ("kbuild: add .DELETE_ON_ERROR special
target"), the target file is automatically deleted on failure.
The boilerplate code
... || { rm -f $@; false; }
is unneeded.
Change-Id: Idcb75cb97a338cf6bd538b0c7775622d149d5be7
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>