MAKE - improvement (#14079)
commit0f84c5285d417dd51927aae45eba81abcd0ac93c
authorPetr Ledvina <ledvinap@gmail.com>
Tue, 10 Dec 2024 21:35:34 +0000 (10 22:35 +0100)
committerGitHub <noreply@github.com>
Tue, 10 Dec 2024 21:35:34 +0000 (10 22:35 +0100)
treee32e5aeed7045e27fe311d6c755a336bac22d823
parent17cef3bba036fd57d6d014ad013930897a4e1c14
MAKE - improvement (#14079)

* MAKE - improvement

- specify SDK file for each target pair on linux and macosx
- verify checksum before unpacking downloaded file (curl ignores server
   certificate)
- infer ARM_SDK_DIR from SDK file name
- detect installed SDK, checking that it is newer than downloaded
   file (.installed file in SDK dir)
- fix unzip on windows (doubly nested SDK directory was created)

* MAKE - fix .zip handling

* MAKE - unintended space on windows
mk/tools.mk