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

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 19 Feb 2023 02:46:50 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269663

--- 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 indicate
that the target should not be searched for via `.PATH`

-- 
You are receiving this mail because:
You are the assignee for the bug.