Jan Bessai wrote:
> Not sure if it has any advantages for you, but you might try bmake
> https://apps.fedoraproject.org/packages/bmake
> It is a port of the Netbsd make.
bmake has its own conditionals like .if, .ifdef, .else, etc., i.e.
it is itself incompatible with GNU make. I'm thinking of something
you can compile the Linux kernel[0] with. Ever noticed how some
developers include a Makefile and a GNUmakefile?*
pkgsrc is an example. You can't use GNU make with it, and it ships with
bmake -- unless it's NetBSD, whose bmake is just make(1).
* - instead of writing portable Makefiles
[0]:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Makefile
--
caóc
Received on Tue Dec 25 2018 - 15:16:47 CET