[bug #60297] optimize autodeps

2021-04-04 Thread Dmitry Goncharov
Follow-up Comment #17, bug #60297 (project make): > Just a note, in various examples you give prerequisites to the .SECONDEXPANSION target; these are ignored. Indeed, i was thinking about having this feature and added %.o, but should not have. > there's already a lot of complexity around interm

[bug #60297] optimize autodeps

2021-04-04 Thread Paul D. Smith
Follow-up Comment #16, bug #60297 (project make): I may be wrong about headers not being intermediate after $(file); I thought I had tested this but I just realized I hadn't saved the last edit to my makefile buffer. I have to run now I'll look into this again later.

[bug #60297] optimize autodeps

2021-04-04 Thread Paul D. Smith
Follow-up Comment #15, bug #60297 (project make): Just a note, in various examples you give prerequisites to the .SECONDEXPANSION target; these are ignored. .SECONDEXPANSION is either on or off, for the entire makefile (starting with where it was defined). It doesn't currently support being appl