Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk move MV to sys.mk because it is used there. Pointed...



details:   https://anonhg.NetBSD.org/src/rev/f6af0daed86d
branches:  trunk
changeset: 847372:f6af0daed86d
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Dec 20 04:04:25 2019 +0000

description:
move MV to sys.mk because it is used there. Pointed out by joerg@

diffstat:

 share/mk/bsd.sys.mk |  3 +--
 share/mk/sys.mk     |  3 ++-
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (34 lines):

diff -r d4dee5854afd -r f6af0daed86d share/mk/bsd.sys.mk
--- a/share/mk/bsd.sys.mk       Fri Dec 20 02:24:02 2019 +0000
+++ b/share/mk/bsd.sys.mk       Fri Dec 20 04:04:25 2019 +0000
@@ -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 @@
 OBJDUMP?=      objdump
 PAXCTL?=       paxctl
 STRIP?=                strip
-MV?=           mv -f
 
 .SUFFIXES:     .o .ln .lo .c .cc .cpp .cxx .C .m ${YHEADER:D.h}
 
diff -r d4dee5854afd -r f6af0daed86d share/mk/sys.mk
--- a/share/mk/sys.mk   Fri Dec 20 02:24:02 2019 +0000
+++ b/share/mk/sys.mk   Fri Dec 20 04:04:25 2019 +0000
@@ -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 @@
 AR?=           ar
 ARFLAGS?=      rl
 RANLIB?=       ranlib
+MV?=           mv -f
 
 AS?=           as
 AFLAGS?=



Home | Main Index | Thread Index | Old Index