Attention is currently required from: Stefan Reinauer.
Hello build bot (Jenkins), Maciej Pijanowski, Stefan Reinauer,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/70105
to look at the new patch set (#2).
Change subject: util/ifdtool/Makefile: improve cross-compilation support ......................................................................
util/ifdtool/Makefile: improve cross-compilation support
INSTALL and PREFIX variables will not be overwritten. Also, mkidir was replaced by a tool from the INSTALL variable to be compatible with other cross-compilation buildsystems (like Yocto).
Overwriting variables generates problems when we use different buildsystem like Yocto where tool names are stored in environment variables. This change may make building util tool easier - the user of different buildsystem will not have to remember to pass correct tool names during running the make command.
Also, this change does not affect the rest of users - if the variable was not set before, then it will be configured as before.
Signed-off-by: Maciej Pijanowski maciej.pijanowski@3mdeb.com Change-Id: Ia8dd67d18392e1e11d9160b187ef1a874d69ff5d --- M util/ifdtool/Makefile 1 file changed, 27 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/05/70105/2