Source-Changes-HG archive

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

[src/trunk]: src/sys/conf Add ${_MKTARGET_INSTALL}



details:   https://anonhg.NetBSD.org/src/rev/4923142c19c0
branches:  trunk
changeset: 1029289:4923142c19c0
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Dec 30 03:24:50 2021 +0000

description:
Add ${_MKTARGET_INSTALL}

diffstat:

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

diffs (17 lines):

diff -r e9ad7213c7b3 -r 4923142c19c0 sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc        Thu Dec 30 03:23:05 2021 +0000
+++ b/sys/conf/Makefile.kern.inc        Thu Dec 30 03:24:50 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.kern.inc,v 1.287 2021/12/30 03:23:05 christos Exp $
+#      $NetBSD: Makefile.kern.inc,v 1.288 2021/12/30 03:24:50 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,6 +263,7 @@
 install-kernel-debug: ${DESTDIR}${DEBUGDIR}/${k}-${KERNEL_BUILD}.debug
 
 ${DESTDIR}${DEBUGDIR}/${k}-${KERNEL_BUILD}.debug: ${k}-${KERNEL_BUILD}.debug
+       ${_MKTARGET_INSTALL}
        ${INSTALL_FILE} -o root -g bin -m 444 ${.ALLSRC} ${.TARGET}
 .endfor
 



Home | Main Index | Thread Index | Old Index