bug-make
[Top][All Lists]
Advanced

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

[bug #63417] .NOTINTERMEDIATE with no prerequisites is not working


From: Dmitry Goncharov
Subject: [bug #63417] .NOTINTERMEDIATE with no prerequisites is not working
Date: Fri, 25 Nov 2022 21:35:35 -0500 (EST)

Follow-up Comment #1, bug #63417 (project make):

Thank you for your report.

At makefile parse time make processes .NOTINTERMEDIATE and marks all files as
notintermediate. The issue with this example, is that at that time make does
not yet have a notion of x.b. x.b appears later at build time, when make
performs implicit search to find a rule to build x.a.
We had a test, but the test was broken.
A fix is in the attachment.


(file #54021, file #54022)

    _______________________________________________________

Additional Item Attachment:

File name: sv63417_fix.diff               Size:4 KB
    <https://file.savannah.gnu.org/file/sv63417_fix.diff?file_id=54021>

File name: sv63417_test.diff              Size:1 KB
    <https://file.savannah.gnu.org/file/sv63417_test.diff?file_id=54022>



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?63417>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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