[bug #64886] order-only prerequisite on a .PHONY line makes prerequisite "unmakeable"

2023-11-16 Thread Dmitry Goncharov
Follow-up Comment #4, bug #64886 (project make): Order-only beats phony. If a target depends on an order-only prerequisite, then this prerequisite does not cause the target to be updated, whether this prerequisite is phony or not. > i guess only issue might be, "should .PHONY: give an error for

Re: [bug #64571] Add option to print targets

2023-11-16 Thread Tim Murphy
On Thu, 16 Nov 2023 at 09:11, Tim wrote: > Follow-up Comment #4, bug #64571 (project make): > > > > I'm just skeptical that this wouldn't degenerate into a morass of > conflicting requests for new features. > > Maybe. But this is clearly a highly demanded feature just for >

[bug #64571] Add option to print targets

2023-11-16 Thread Tim
Follow-up Comment #4, bug #64571 (project make): > I'm just not really that convinced that the simplest thing is going to be useful to people. People are already using hacky regexes which are even less useful. > even internal ones etc Yeah there were some internal targets that I didn't want