Re: make -- generate missing include files
Valery Ushakov <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.toolchain |
|---|---|
| Message-ID | <Y2fkb8c/[email protected]> |
On Sun, Nov 06, 2022 at 15:13:27 +0100, Robert Clausecker wrote: > feature for NetBSD make/bmake. This would permit building schilytools > and possibly other projects with the native make instead of having to > build a bootstrap smake or gmake. My, admittedly uninformed, impression is that bmake has diverged from the sysv make/gmake/... branch of the family tree so much as to become its own thing that is not really compatible with other makes beyound simple makefiles from about, eh, late 80s - early 90s(?) let's say. On NetBSD you pretty much have to have both (b)make and gmake anyway. I would say trying to retrofit this feature into bmake is not worth it economically and who knows what kidn of surprises in the feature matrix it may run into. -uwe