Aaron Durbin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/29483 )
Change subject: util/abuild: Ensure .xcompile exists ......................................................................
Patch Set 1:
(1 comment)
Maybe add more to the commit description to explain the scenario this is needed?
https://review.coreboot.org/c/coreboot/+/29483/1/util/abuild/abuild File util/abuild/abuild:
https://review.coreboot.org/c/coreboot/+/29483/1/util/abuild/abuild@759 PS1, Line 759: $MAKE -C"${ROOT}" .xcompile || exit 1 I'm not if this does fix things yet, but I was trying to run this myself on the command line and the recipe for .xcompile was hidden. Sounds like this could fix my problem.