[bug #65737] missing intermediate target invalidates group
: None ___ Follow-up Comments: --- Date: Пн 13 мая 2024 19:50:35 By: Stas Sergeev ``` FILES = a b .INTERMEDIATE: a all: foo $(FILES) &: touch $(FILES) foo: b cat $< >$@ ``
[bug #65737] missing intermediate target invalidates group
Follow-up Comment #1, bug #65737 (group make): Also the diagnostic doesn't consider groups. In the above makefile example, the diagnostic is: ``` Makefile:7: update target 'b' due to: unknown reasons ``` And if `b` depends on eg `Makefile` itself (just for the sake of an example), then the diagno