On 8 October 2017 at 10:43, Bert Münnich <[email protected]> wrote: > Yes, I am. Unfortunately for you, I have no such plans. I rather use a > portable make than bother to write a portable Makefile. Also, > out-of-source builds are much harder if only using POSIX make syntax. > > Maybe it's better to write a new minimal BSD Makefile using bsd.prog.mk > instead of tailoring sxiv's GNU Makefile to make it work with BSD make.
Using GNUmake is a poor choice. At least most suckless stuff builds fine with either BSD oder GNU make. But granted, that the cleanest solution would be to base all suckless tools on 9base/mk instead. BR, Anselm
