build: switch to strict POSIX makefile#775
Conversation
|
I think on BSD systems (including MacOS) ISOCLINE should be the default. |
|
Maybe EDITLINE could be used and get rid of ISOCLINE source and readline dependancy. Probably a big job though, a project for someone willing. |
|
Hi, is still active? |
|
Yes please consider it active. I haven't gotten around to finishing it yet, but it's almost done locally. Sorry about that! |
a6f772b to
dc3e987
Compare
|
@svmhdvn Hi, what's the status on this PR? |
|
Maybe better switch to something modern? Meson or maybe CMake? I have a working Meson prototype already. |
Appreciate the thought and I have used all those tools, but a definitional requirement is plain old C using a plain old Makefile. |
|
I agree. I also do like meson and ninja for new projects, but for the goals of this one, plain POSIX Makefile seems perfect. And sorry for the delay once again, I still have this WIP in my tree, I've been postponing it a bit, I'll get it done soon. |
Requesting feedback on the following conventions:
<OPTIONAL FLAG> = [Y/N]vs<OPTIONAL FLAG> = [1/0]