bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #61864] incorrect debug output


From: Dmitry Goncharov
Subject: [bug #61864] incorrect debug output
Date: Wed, 19 Jan 2022 21:31:00 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]