Module Name: src Committed By: christos Date: Thu Dec 30 04:57:10 UTC 2021
Modified Files: src/share/mk: bsd.own.mk Log Message: remove the NEED_OWN_INSTALL_TARGET conditional for setting the install variables, suggested by phone@ To generate a diff of this commit: cvs rdiff -u -r1.1272 -r1.1273 src/share/mk/bsd.own.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.own.mk diff -u src/share/mk/bsd.own.mk:1.1272 src/share/mk/bsd.own.mk:1.1273 --- src/share/mk/bsd.own.mk:1.1272 Mon Dec 20 15:33:20 2021 +++ src/share/mk/bsd.own.mk Wed Dec 29 23:57:10 2021 @@ -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 @@ INSTPRIV?= ${INSTPRIV.unpriv} -N ${NETBS .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 #