https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269663
--- Comment #3 from Simon J. Gerraty <[email protected]> --- Hi, Yes .PHONY effectively implies .NOPATH As for needing .PRECIOUS the behavior depends on whether we are in jobs mode. JobDeleteTarget will skip for PHONY as well as PRECIOUS but CompatDeleteTarget only looks at PRECIOUS - that should be fixed. Right now you need .PRECIOUS to protect your .PHONY target in compat mode. -- You are receiving this mail because: You are the assignee for the bug.
