move MV to sys.mk because it is used there. Pointed out by joerg@
This commit is contained in:
parent
e8ed765847
commit
e33a0ba00d
@ -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}
|
||||
|
||||
|
@ -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?=
|
||||
|
Loading…
Reference in New Issue
Block a user