Skip to content
Commit 77304e51 authored by Yann E. MORIN's avatar Yann E. MORIN
Browse files

support/dependencies: avoid spurious warning on print-vars



When calling 'printvars', the 'suitable-host-package' macro is printed
(a macro is just a variable like the others, after all, just with some
parameters). Because it is printed as a variable, it is missing its
parameters, but it still tries to evaluate the $(shell) construct.

This causes spurious warning:

    make[1]: support/dependencies/check-host-.sh: Command not found

Only try and call the script if there is actually a tool to check for.

Signed-off-by: default avatarYann E. MORIN <yann.morin.1998@free.fr>
parent 22fb4c46
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment