Module Name: src Committed By: christos Date: Fri Dec 20 04:04:25 UTC 2019
Modified Files: src/share/mk: bsd.sys.mk sys.mk Log Message: move MV to sys.mk because it is used there. Pointed out by joerg@ To generate a diff of this commit: cvs rdiff -u -r1.297 -r1.298 src/share/mk/bsd.sys.mk cvs rdiff -u -r1.139 -r1.140 src/share/mk/sys.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/mk/bsd.sys.mk diff -u src/share/mk/bsd.sys.mk:1.297 src/share/mk/bsd.sys.mk:1.298 --- src/share/mk/bsd.sys.mk:1.297 Sun Dec 1 12:25:47 2019 +++ src/share/mk/bsd.sys.mk Thu Dec 19 23:04:25 2019 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.sys.mk,v 1.297 2019/12/01 17:25:47 kamil Exp $ +# $NetBSD: bsd.sys.mk,v 1.298 2019/12/20 04:04:25 christos Exp $ # # Build definitions used for NetBSD source tree builds. @@ -270,7 +270,6 @@ OBJCOPY?= objcopy OBJDUMP?= objdump PAXCTL?= paxctl STRIP?= strip -MV?= mv -f .SUFFIXES: .o .ln .lo .c .cc .cpp .cxx .C .m ${YHEADER:D.h} Index: src/share/mk/sys.mk diff -u src/share/mk/sys.mk:1.139 src/share/mk/sys.mk:1.140 --- src/share/mk/sys.mk:1.139 Sun Apr 7 15:32:24 2019 +++ src/share/mk/sys.mk Thu Dec 19 23:04:25 2019 @@ -1,4 +1,4 @@ -# $NetBSD: sys.mk,v 1.139 2019/04/07 19:32:24 christos Exp $ +# $NetBSD: sys.mk,v 1.140 2019/12/20 04:04:25 christos Exp $ # @(#)sys.mk 8.2 (Berkeley) 3/21/94 # # This file contains the basic rules for make(1) and is read first @@ -14,6 +14,7 @@ unix?= We run NetBSD. AR?= ar ARFLAGS?= rl RANLIB?= ranlib +MV?= mv -f AS?= as AFLAGS?=