]> Git Repo - J-u-boot.git/commit - Makefile
kbuild: add missing FORCE where $(call if_changed, ) is used
authorMasahiro Yamada <[email protected]>
Fri, 5 Feb 2016 08:55:13 +0000 (17:55 +0900)
committerTom Rini <[email protected]>
Mon, 8 Feb 2016 15:22:41 +0000 (10:22 -0500)
commit514ec438927cc2913f365ce766091cfe03fea6b7
treeea10021fe2e42533214b849ac9388dc366a5b7f5
parent8ee19a7319497ab855e772c282201fcd08dc9590
kbuild: add missing FORCE where $(call if_changed, ) is used

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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Makefile
scripts/Makefile.spl
This page took 0.034562 seconds and 4 git commands to generate.