URL:
<https://savannah.gnu.org/bugs/?61864>
Summary: incorrect debug output
Project: make
Submitted by: dgoncharov
Submitted on: Thu 20 Jan 2022 02:30:58 AM UTC
Severity: 3 - Normal
Item Group: Bug
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Component Version: SCM
Operating System: None
Fixed Release: None
Triage Status: None
_______________________________________________________
Details:
Make incorrectly calls an explicitly mentioned file intermediate in
--debug=implicit output.
In this example 'hello.x' is explicitly mentioned and is not intermediate.
Make correctly detects this and treats this file as explicit. Just debug
output is incorrect.
++++
all: hello.tsk
%.tsk: %.x; $(info $@)
unrelated: hello.x
----
The relevant piece of debug output is
++++
Looking for a rule with intermediate file 'hello.x'.
----
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?61864>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/