kumquat-buildroot/support
Yann E. MORIN 138328309d 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: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 77304e5143)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2021-12-12 23:12:38 +01:00
..
config-fragments support/scripts/gen-bootlin-toolchains: correct xtensa-lx60 toolchain dependencies 2021-03-02 23:52:49 +01:00
dependencies support/dependencies: avoid spurious warning on print-vars 2021-12-12 23:12:38 +01:00
docker support/docker: drop use of Docker hub, use Gitlab registry 2021-12-11 23:55:39 +01:00
download support/download: fix tarball generation with symlinks pointing to ./something 2021-03-24 10:42:04 +01:00
gnuconfig support/gnuconfig: fix previous version bump 2020-09-27 18:30:05 +02:00
kconfig support/kconfig: fix compiler warnings 2021-10-07 08:22:15 +02:00
legal-info core/legal-info: update list of saved material in README 2020-01-18 18:38:42 +01:00
libtool support/libtool: add patch for newer versions 2014-12-21 13:21:56 +01:00
misc Update for 2021.02.7 2021-11-10 14:20:12 +01:00
scripts support/pkg-stats: support values with an equal sign in them 2021-11-17 23:03:28 +01:00
testing support/testing: test_openssh: use Bootlin stable toolchain 2021-11-17 22:09:01 +01:00