Attention is currently required from: Nico Huber. Hello build bot (Jenkins), Patrick Georgi, Martin Roth, Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/47638
to look at the new patch set (#5).
Change subject: payloads: Force sub-make runs for in-tree payloads ......................................................................
payloads: Force sub-make runs for in-tree payloads
The sub-process calls break make's dependency tracking, hence we have to always perform the calls if we want to allow automatic, incremental builds.
We let each rule depend on a new, phony target `force-payload`. It has roughly the same effect as tagging all the targets as phony, but doing so would feel wrong as some of them are actual files.
Change-Id: I1bc2406db371e8dddbfdf71f68a6665a5b558f5e Signed-off-by: Nico Huber nico.h@gmx.de --- M payloads/Makefile.inc 1 file changed, 6 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/38/47638/5