Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk remove the NEED_OWN_INSTALL_TARGET conditional for ...
details: https://anonhg.NetBSD.org/src/rev/38e21d480ca3
branches: trunk
changeset: 1029291:38e21d480ca3
user: christos <christos%NetBSD.org@localhost>
date: Thu Dec 30 04:57:10 2021 +0000
description:
remove the NEED_OWN_INSTALL_TARGET conditional for setting the install
variables, suggested by phone@
diffstat:
share/mk/bsd.own.mk | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 4bef81770a59 -r 38e21d480ca3 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Thu Dec 30 04:19:23 2021 +0000
+++ b/share/mk/bsd.own.mk Thu Dec 30 04:57:10 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1272 2021/12/20 20:33:20 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.1273 2021/12/30 04:57:10 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -1450,12 +1450,10 @@
.endif
STRIPFLAG?=
-.if ${NEED_OWN_INSTALL_TARGET} != "no"
INSTALL_DIR?= ${INSTALL} ${INSTPRIV} -d
INSTALL_FILE?= ${INSTALL} ${INSTPRIV} ${COPY} ${PRESERVE} ${RENAME}
INSTALL_LINK?= ${INSTALL} ${INSTPRIV} ${HRDLINK} ${RENAME}
INSTALL_SYMLINK?= ${INSTALL} ${INSTPRIV} ${SYMLINK} ${RENAME}
-.endif
# for crunchide & ldd, define the OBJECT_FMTS used by a MACHINE_ARCH
#
Home |
Main Index |
Thread Index |
Old Index