On Mon, Jan 21, 2019 at 04:11:55PM -0500, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Mon Jan 21 21:11:55 UTC 2019 > > Modified Files: > src/share/mk: bsd.dep.mk bsd.hostprog.mk bsd.info.mk bsd.kmodule.mk > bsd.lib.mk bsd.man.mk bsd.prog.mk bsd.sys.mk bsd.test.mk bsd.x11.mk > sys.mk > > Log Message: > Most of the mv operations are to move temporary files to their final place. > Some use -f, others don't. This can lead to spurious build failures when > the user performing the build changes. Centralize, and always use -f.
At least the sys.mk part of this breaks standalone Makefiles, because MV is not defined. Joerg