mer-hybris / libgbinder

GLib-style interface to binder
BSD 3-Clause "New" or "Revised" License
50 stars 42 forks source link

[build] Use MAKE var instead of explicitly calling make #117

Closed JamiKettunen closed 1 year ago

JamiKettunen commented 1 year ago

There are multiple make implementations and nothing guarantees that the make executable is gmake, which is what this Makefile requires.

As a practical example https://chimera-linux.org/ uses bmake as the default make while also having gmake easily available for projects needing it.

My packaging of this project where this is used: https://github.com/JamiKettunen/cports/commit/f73c628 See also: https://github.com/sailfishos/libglibutil/pull/5

I've left unit/coverage/run untouched as it appears to not be run during the distro packaging process.