[bug #66273] An explicitly mentioned file is not intermediate.

2024-09-29 Thread Dmitry Goncharov
Additional Item Attachment, bug #66273 (group make): File name: sv66273_explicit_file_with_double_colon.diff Size: 3KiB AGPL NOTICE These attachments are served by Savane. You can download th

[bug #66273] An explicitly mentioned file is not intermediate.

2024-09-29 Thread Dmitry Goncharov
Follow-up Comment #1, bug #66273 (group make): Make incorrectly considers an explicitly mentioned file intermediate when the file is a target of a double colon rule. $ ls makefile $ cat makefile hello.x: %.x: %.q; $(info $@ from $<) hello.q::; touch $@ $ # this is make built from master $ rm hel

[bug #66273] An explicitly mentioned file is not intermediate.

2024-09-29 Thread Dmitry Goncharov
URL: Summary: An explicitly mentioned file is not intermediate. Group: make Submitter: dgoncharov Submitted: Mon 30 Sep 2024 12:49:34 AM UTC Severity: 3 - Normal