
2 Dec
2020
2 Dec
'20
10:21 p.m.
On Mon, Oct 26, 2020 at 02:10:49PM +0100, Pali Rohár wrote:
On more places is used pattern 'command > $@ || rm -f $@'. But it does not propagate failure from 'command' as 'rm -f' returns success.
Fix it by calling 'false' to correctly propagate failure after 'rm -f'.
Signed-off-by: Pali Rohár pali@kernel.org Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot/next, thanks!
--
Tom