Date: Sun, 19 Feb 2023 02:46:50 +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-qKLGADsLqK@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 #1 from Simon J. Gerraty <sjg@FreeBSD.org> --- bmake is behaving as documented. You can used `.PRECIOUS` to indicate that the target should not be removed, and if you have a src file and target with same name use `.NOPATH` to indic= ate that the target should not be searched for via `.PATH` --=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-qKLGADsLqK>