https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269663
--- Comment #2 from Mateusz Piotrowski <[email protected]> --- (In reply to Simon J. Gerraty from comment #1) Thank you for your reply! I assumed that if you have .PHONY set, then bmake does not treat the target as a file (that's what the manual says): .PHONY The target does not correspond to an actual file; it is always considered to be out of date, and will not be created with the -t option. That's why I assumed there is no need to set .PRECIOUS and .NOPATH. Am I misunderstanding something? -- You are receiving this mail because: You are the assignee for the bug.
