Re: [PATCH v3] Makefile: use shell to calculate map_size

2024-03-10 Thread Dragan Simic
On 2024-03-05 18:15, Dragan Simic wrote: On 2024-03-05 17:46, Leon M. Busch-George wrote: From: "Leon M. Busch-George" 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. Signe

[PATCH v3] Makefile: use shell to calculate map_size

2024-03-05 Thread Leon M. Busch-George
From: "Leon M. Busch-George" 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 --- Makefile | 13 + 1 file changed, 9 insertion