https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259886
--- Comment #1 from Simon J. Gerraty <[email protected]> --- bmake is not gmake the behavior is as documented. you can either use :: or .PRECIOUS to prevent the target being removed. Note that .PHONY is unrelated to whether an actual file is created. Indeed .PHONY is not needed in that case. -- You are receiving this mail because: You are the assignee for the bug.
