Module Name: src
Committed By: martin
Date: Tue Dec 24 17:32:21 UTC 2019
Modified Files:
src/share/mk [netbsd-9]: bsd.sys.mk sys.mk
Log Message:
Pull up following revision(s) (requested by christos in ticket #575):
share/mk/bsd.sys.mk: revision 1.298
share/mk/sys.mk: revision 1.140
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.292 -r1.292.2.1 src/share/mk/bsd.sys.mk
cvs rdiff -u -r1.139 -r1.139.2.1 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.292 src/share/mk/bsd.sys.mk:1.292.2.1
--- src/share/mk/bsd.sys.mk:1.292 Wed May 22 08:31:25 2019
+++ src/share/mk/bsd.sys.mk Tue Dec 24 17:32:20 2019
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.sys.mk,v 1.292 2019/05/22 08:31:25 kamil Exp $
+# $NetBSD: bsd.sys.mk,v 1.292.2.1 2019/12/24 17:32:20 martin Exp $
#
# Build definitions used for NetBSD source tree builds.
@@ -264,7 +264,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.139.2.1
--- src/share/mk/sys.mk:1.139 Sun Apr 7 19:32:24 2019
+++ src/share/mk/sys.mk Tue Dec 24 17:32:20 2019
@@ -1,4 +1,4 @@
-# $NetBSD: sys.mk,v 1.139 2019/04/07 19:32:24 christos Exp $
+# $NetBSD: sys.mk,v 1.139.2.1 2019/12/24 17:32:20 martin 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?=