On Thu, 2025-08-28 at 15:50 +0200, Gisle Vanem wrote: > Paul Smith wrote: > The parsing should perhaps tolerate a ' ' and a non-exiing > '(bar)' file then. Since 'lookup_file()' assert's now.
Certainly, any crash is a bug. > I'm builing the 'gnumake.pdf' and read most there. > There is a mention of this: > void gmk_get_version (unsigned int *major, unsigned int *minor); > > which seems non-existant now. You must be looking at the unreleased content from Git. That function is not available in the current release (GNU Make 4.4.1). The web site contains the latest official released documentation. And it looks like the documentation is present in Git but the code is missing... strange. I'll have to review this.