[bug #55532] Missing prerequisites are not included in $? if .SECONDARY is present

2022-11-26 Thread Masahiro Yamada
Follow-up Comment #6, bug #55532 (project make): Thanks, I agree with you. BTW, my main motivation was to suppress the auto-removal of intermediate files in the chained implicit rules. Make 4.4 introduced .NOTINTERMEDIATE. This is a better fit to my purpose because it has no side-effect to $?.

[bug #55532] Missing prerequisites are not included in $? if .SECONDARY is present

2022-09-25 Thread Paul D. Smith
Update of bug #55532 (project make): Status:None => Not A Bug Open/Closed:Open => Closed ___ Follow-up Comment #5: I've changed my mind:

[bug #55532] Missing prerequisites are not included in $? if .SECONDARY is present

2019-05-13 Thread Masahiro Yamada
Follow-up Comment #4, bug #55532 (project make): > It's extremely difficult to understand your bug report > because you keep talking about $^ but after a lot of > confused reading of your report and a close look at your > example it's obvious you really mean $? everywhere you write $^. Sorry abou

[bug #55532] Missing prerequisites are not included in $? if .SECONDARY is present

2019-05-13 Thread Paul D. Smith
Update of bug #55532 (project make): Status: Not A Bug => None Open/Closed: Closed => Open ___ Reply to this item at:

[bug #55532] Missing prerequisites are not included in $? if .SECONDARY is present

2019-05-13 Thread Paul D. Smith
Update of bug #55532 (project make): Status:None => Not A Bug Open/Closed:Open => Closed ___ Follow-up Comment #3: The issue here is that

[bug #55532] Missing prerequisites are not included in $? if .SECONDARY is present

2019-05-13 Thread Paul D. Smith
Update of bug #55532 (project make): Summary: Missing prerequisites are not included in $^ if .SECONDARY is present => Missing prerequisites are not included in $? if .SECONDARY is present ___ Follow-up Comment #2: It's ex

[bug #55532] Missing prerequisites are not included in $^ if .SECONDARY is present

2019-01-20 Thread anonymous
Follow-up Comment #1, bug #55532 (project make): Maybe, is it better to check other special targets as well? '.PRECIOUS: bar' does not interfere the $^, but I see similar weirdness for '.INTERMEDIATE: bar'. ___ Reply to this item at: <

[bug #55532] Missing prerequisites are not included in $^ if .SECONDARY is present

2019-01-20 Thread anonymous
URL: Summary: Missing prerequisites are not included in $^ if .SECONDARY is present Project: make Submitted by: None Submitted on: Mon 21 Jan 2019 01:03:46 AM UTC Severity: 3 - Normal