[bug #64259] Regression in master: make ignores statements it should not ignore.

2023-12-18 Thread Martin Dorey
Follow-up Comment #3, bug#64259 (group make): Paul did pretty much explicitly say in the introducer, bug #64185, that he wasn't interested in being told about: > people indenting their conditionals with the recipe prefix ... and yet here I am, sorry, pointing at the tab still at

[bug #64259] Regression in master: make ignores statements it should not ignore.

2023-12-17 Thread Martin Dorey
Follow-up Comment #2, bug#64259 (group make): The change suggested here doesn't treat these two cases quite symmetrically: martind@stormy:~/tmp/make-missing-endif$ printf 'ifeq "a" "a"\n\tendif\ndefault:;\n' > Makefile; ~/download/make/make Makefile:2: *** recipe commences before first target.

[bug #64259] Regression in master: make ignores statements it should not ignore.

2023-05-27 Thread Dmitry Goncharov
Follow-up Comment #1, bug #64259 (project make): Commit 07fcee35f058a876447c8a021f9eb1943f902534 introduced a regression. The text in NEWS clarifies that the idea was to never consider a line starting with the recipe prefix as a conditional, to ensure make does not confuse recipe lines with

[bug #64259] Regression in master: make ignores statements it should not ignore.

2023-05-27 Thread Dmitry Goncharov
Additional Item Attachment, bug #64259 (project make): File name: sv64259_fix.diff Size:2 KB File name: sv64259_test.diff Size:1 KB

[bug #64259] Regression in master: make ignores statements it should not ignore.

2023-05-27 Thread Dmitry Goncharov
URL: Summary: Regression in master: make ignores statements it should not ignore. Group: make Submitter: dgoncharov Submitted: Sat 27 May 2023 03:33:14 PM UTC Severity: 3 -