commit | 5940eceea108f5d30bfcbfef2ea1b134ab681f82 | [log] [tgz] |
---|---|---|
author | Leon M. Busch-George <leon@georgemail.eu> | Sun Mar 10 22:53:52 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 19 18:40:47 2024 -0400 |
tree | 9af11e53398a8bbb61d7ea9607e8aa0f36b8d17c | |
parent | 4659a6e2f73ca416c56bbd455218de2ba6bd5943 [diff] |
Makefile: use shell to calculate map_size The error message "bc: command not found" is easily missed since the build continues. bc is not a part of coreutils or base-devel. POSIX sh can also do the calculation. Signed-off-by: Leon M. Busch-George <leon@georgemail.eu> Reviewed-by: Dragan Simic <dsimic@manjaro.org>