Source-Changes-HG archive

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

[src/trunk]: src/sys/conf use ${INSTALL_FILE} so that unpriv builds work.



details:   https://anonhg.NetBSD.org/src/rev/e9ad7213c7b3
branches:  trunk
changeset: 1029288:e9ad7213c7b3
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Dec 30 03:23:05 2021 +0000

description:
use ${INSTALL_FILE} so that unpriv builds work.

diffstat:

 sys/conf/Makefile.kern.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e1333f1cc880 -r e9ad7213c7b3 sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc        Thu Dec 30 02:30:53 2021 +0000
+++ b/sys/conf/Makefile.kern.inc        Thu Dec 30 03:23:05 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.kern.inc,v 1.286 2021/12/29 22:22:13 christos Exp $
+#      $NetBSD: Makefile.kern.inc,v 1.287 2021/12/30 03:23:05 christos Exp $
 #
 # This file contains common `MI' targets and definitions and it is included
 # at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -263,7 +263,7 @@
 install-kernel-debug: ${DESTDIR}${DEBUGDIR}/${k}-${KERNEL_BUILD}.debug
 
 ${DESTDIR}${DEBUGDIR}/${k}-${KERNEL_BUILD}.debug: ${k}-${KERNEL_BUILD}.debug
-       install -c -o root -g bin -m 444 ${.ALLSRC} ${.TARGET}
+       ${INSTALL_FILE} -o root -g bin -m 444 ${.ALLSRC} ${.TARGET}
 .endfor
 
 SYSTEM_LD_TAIL+=${SYSTEM_LD_TAIL_DEBUG}



Home | Main Index | Thread Index | Old Index