[bug #60399] Incorrect dependencies with grouped targets

2021-09-06 Thread Dmitry Goncharov
Follow-up Comment #3, bug #60399 (project make): There is this difference in behavior between the 2 makefiles. In the cause of .PHONY: b a b&:; touch a b b is phony and a is not phony. In the case of .PHONY: force b: force a b&:; touch a b Both a and b depend on force. Do you think make shou

[bug #60399] Incorrect dependencies with grouped targets

2021-09-06 Thread Paul D. Smith
Update of bug #60399 (project make): Item Group: Bug => Enhancement ___ Follow-up Comment #2: Re-reading this I think I want to retract my earlier comment that this does not seem right. I thin

[bug #60399] Incorrect dependencies with grouped targets

2021-04-17 Thread Paul D. Smith
Follow-up Comment #1, bug #60399 (project make): I agree that this behavior does not seem right. First, the output of --trace is misleading. Using -d is slightly more understandable. I think that the way it's implemented is that a prerequisite of any element of a group is considered to be a pre

[bug #60399] Incorrect dependencies with grouped targets

2021-04-15 Thread Sean Anderson
URL: Summary: Incorrect dependencies with grouped targets Project: make Submitted by: callous_stream Submitted on: Thu 15 Apr 2021 06:17:55 PM UTC Severity: 3 - Normal I