Date: Mon, 20 Feb 2023 14:14:22 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 269663] bmake: Interrupted phony target removes a file Message-ID: <bug-269663-227-sE6ktiLivZ@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-269663-227@https.bugs.freebsd.org/bugzilla/> References: <bug-269663-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269663 --- 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 alwa= ys considered to be out of date, and will not be created with t= he -t option. That's why I assumed there is no need to set .PRECIOUS and .NOPATH. Am I misunderstanding something? --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-269663-227-sE6ktiLivZ>