Re: Portable Makefiles (was: I need support with a planned POSIX make extension)
Joerg Sonnenberger <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.toolchain |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Aug 08, 2021 at 12:50:51PM +0200, Edgar Fuà wrote: > > In other words: := cannot appear in portable makefiles. > As someone writing a lot of (private) stuff in bmake, I'm wondering what > a portable makefile in this context is. My impression is that portable Makefiles are next to useless, even if they only have to cover the major dialects without getting Solaris Make involved. So yes, unless they are generated by a tooling, they are pretty much irrelevant at this point. Generated Makefiles at this point are also pretty much legacy only as all modern (read: developed in this century) tools now target alternatives like Ninja. I don't see how POSIX changes in this area are helpful or why we should care. Joerg