[Bug 269663] bmake: Interrupted phony target removes a file

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 20 Feb 2023 14:14:22 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269663

--- Comment #2 from Mateusz Piotrowski <0mp@FreeBSD.org> ---
(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.