Merge pull request #10368 from gebart/tools/version-make

print_toolchain_versions.sh: Add make command version
This commit is contained in:
Sebastian Meiling 2018-11-12 14:33:14 +01:00 committed by GitHub
commit 0319a56586
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,7 @@ printf "%23s: %s\n" "avr-libc" "$(avr_libc_version avr-gcc)"
printf "\n" printf "\n"
printf "%s\n" "Installed development tools" printf "%s\n" "Installed development tools"
printf "%s\n" "---------------------------" 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)" printf "%23s: %s\n" "$c" "$(get_cmd_version $c)"
done done
printf "%23s: %s\n" "coccinelle" "$(get_cmd_version spatch)" printf "%23s: %s\n" "coccinelle" "$(get_cmd_version spatch)"