[U-Boot] [PATCH v3 2/3] kbuild: add missing FORCE where $(call if_changed, ) is used

Simon Glass sjg at chromium.org
Fri Feb 5 21:31:31 CET 2016


On 5 February 2016 at 01:55, Masahiro Yamada
<yamada.masahiro at socionext.com> wrote:
> FORCE is needed for $(call if_changed,...) to be evaluated every time.
> Otherwise, the command is not executed when the command line has
> changed but any prerequisite has not been updated.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
> ---
>
> Changes in v3: None
> Changes in v2: None
>
>  Makefile             | 12 ++++++------
>  scripts/Makefile.spl | 10 +++++-----
>  2 files changed, 11 insertions(+), 11 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list