Source-Changes-HG archive

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

[src/netbsd-9]: src/share/mk Pull up following revision(s) (requested by chri...



details:   https://anonhg.NetBSD.org/src/rev/bd0b29b2eca3
branches:  netbsd-9
changeset: 843706:bd0b29b2eca3
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Dec 24 17:32:20 2019 +0000

description:
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@

diffstat:

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

diffs (34 lines):

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



Home | Main Index | Thread Index | Old Index