aboutsummaryrefslogtreecommitdiff
path: root/test/cmd_ut.c
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2020-10-26 14:10:49 +0100
committerTom Rini <trini@konsulko.com>2020-12-01 10:33:38 -0500
commit4532bf411e56ef32984e2e98cf1aab6755fd77e2 (patch)
tree2fc46caeb1de99568fa28eb2a1085562d0df5ad2 /test/cmd_ut.c
parent8558217153df685992573e067bd9f95dd4d2ef3a (diff)
downloadu-boot-4532bf411e56ef32984e2e98cf1aab6755fd77e2.zip
u-boot-4532bf411e56ef32984e2e98cf1aab6755fd77e2.tar.gz
u-boot-4532bf411e56ef32984e2e98cf1aab6755fd77e2.tar.bz2
Makefile: Correctly propagate failure when removing target
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>
Diffstat (limited to 'test/cmd_ut.c')
0 files changed, 0 insertions, 0 deletions