- cross-posted to:
- hackernews@derp.foo
- cross-posted to:
- hackernews@derp.foo
I just found about this distro, which is relatively new (2021). Its specificity is that it doesn’t features any GNU software by default, which I find interesting.
I just found about this distro, which is relatively new (2021). Its specificity is that it doesn’t features any GNU software by default, which I find interesting.
I’d guess they’ll move to some bsd make at some point.
Good luck with that, with the amount of Programmers that use the Gnuism for make, I would say that no developer can patch that amount of software
Uh. That would be huge undertaking indeed.
Let me guess all these makefile generators create gnu-style makefiles too?
Didn’t know that those projects existed, I have always written makefiles from begining based myself on the dwm makefiles :)
But a quick Google search and the first project that appears say that:
I suppose he’s talking about the usage of
make
to build ports, which will be difficult to tackle because many software rely on GNU make features in their Makefile. Moving it to BSD make requires a lot of patching, and I’m not even talking about tools using autotools/cmake.