Re: make -- generate missing include files
Roland Illig <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.toolchain |
|---|---|
| Message-ID | <[email protected]> |
Am 06.11.2022 um 17:41 schrieb Greg Troxel: > Perhaps someone who might actually contemplate adding a feature to bmake > will comment now that this is more understandable. Here is what GNU make does: https://www.gnu.org/software/make/manual/make.html#Include The paragraph starting with "If an included makefile". I don't want to implement this feature in NetBSD make, as it feels too magical to me. Roland