Re: Documentation Typo

2023-01-01 Thread Paul Smith
On Sun, 2023-01-01 at 18:39 -0800, Vafilor wrote: > so just changing the second `of` to be `if`.  I made this fix, thanks for reporting!

Documentation Typo

2023-01-01 Thread Vafilor
Hi there, I think there is a tiny typo in the documentation at https://www.gnu.org/software/make/manual/html_node/Special-Targets.html#Special-Targets under the *.secondary* name it says: Of course, of one of the source files *were* updated... I believe it should be Of course, *if* one of the

[bug #62936] Confusing description of chained rules in the manual

2023-01-01 Thread Paul D. Smith
Update of bug #62936 (project make): Status:None => Not A Bug Open/Closed:Open => Closed ___ Follow-up Comment #2: I reread this

[bug #50372] gmk_floc missing offset member

2023-01-01 Thread Paul D. Smith
Follow-up Comment #1, bug #50372 (project make): The offset field is not really needed by the load setup function. It only has a value inside a recipe: lineno is the line number of the start of the rule, and offset is the number of lines into the recipe. Since load operations don't appear

Re: Crash in hash_free_items()

2023-01-01 Thread Paul Smith
On Fri, 2022-12-30 at 11:34 +0100, Gisle Vanem wrote: > I'm using the very latest GNU-make built on Win-10 by myself. > Except I've disabled the call to 'SetUnhandledExceptionFilter()'. > > In one particular Wine Makefile I get a crash in 'hash_free_items()': >    gnumake!hash_free_items+0x22 >