From 3deea7dfbf96e8977582e7623374bc4556fc19c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Nohlg=C3=A5rd?= <joakim.nohlgard@eistec.se> Date: Mon, 12 Nov 2018 14:06:29 +0100 Subject: [PATCH] print_toolchain_versions.sh: Add make command version --- dist/tools/ci/print_toolchain_versions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/tools/ci/print_toolchain_versions.sh b/dist/tools/ci/print_toolchain_versions.sh index 69edf494d0..b6bf01a719 100755 --- a/dist/tools/ci/print_toolchain_versions.sh +++ b/dist/tools/ci/print_toolchain_versions.sh @@ -98,7 +98,7 @@ printf "%23s: %s\n" "avr-libc" "$(avr_libc_version avr-gcc)" printf "\n" printf "%s\n" "Installed development tools" printf "%s\n" "---------------------------" -for c in cmake cppcheck doxygen flake8 git openocd python python2 python3; do +for c in cmake cppcheck doxygen flake8 git make openocd python python2 python3; do printf "%23s: %s\n" "$c" "$(get_cmd_version $c)" done printf "%23s: %s\n" "coccinelle" "$(get_cmd_version spatch)" -- GitLab