Closed JamiKettunen closed 1 year ago
There are multiple make implementations and nothing guarantees that the make executable is gmake, which is what this Makefile requires.
make
gmake
As a practical example https://chimera-linux.org/ uses bmake as the default make while also having gmake easily available for projects needing it.
bmake
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.
unit/coverage/run
There are multiple
make
implementations and nothing guarantees that themake
executable isgmake
, which is what this Makefile requires.As a practical example https://chimera-linux.org/ uses
bmake
as the defaultmake
while also havinggmake
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.