Source-Changes-HG archive

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

[src/trunk]: src/distrib/sparc/miniroot use KERNOBJDIR if set



details:   https://anonhg.NetBSD.org/src/rev/4c3540a9aa0d
branches:  trunk
changeset: 485653:4c3540a9aa0d
user:      sjg <sjg%NetBSD.org@localhost>
date:      Tue May 02 13:59:20 2000 +0000

description:
use KERNOBJDIR if set

diffstat:

 distrib/sparc/miniroot/list |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 675c3959d9c4 -r 4c3540a9aa0d distrib/sparc/miniroot/list
--- a/distrib/sparc/miniroot/list       Tue May 02 13:57:27 2000 +0000
+++ b/distrib/sparc/miniroot/list       Tue May 02 13:59:20 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.15 2000/02/07 11:07:19 pk Exp $
+#      $NetBSD: list,v 1.16 2000/05/02 13:59:20 sjg Exp $
 
 # Sparc extra's
 LINK   instbin                 sbin/disklabel
@@ -41,7 +41,7 @@
 COPY   ${CURDIR}/../../share/termcap/termcap.src usr/share/misc/termcap
 
 # copy the kernel
-COPY   ${CURDIR}/../../sys/arch/sparc/compile/GENERIC_SCSI3/netbsd     netbsd
+COPY   ${KERNOBJDIR:-${CURDIR}/../../sys/arch/sparc/compile/GENERIC_SCSI3}/GENERIC_SCSI3/netbsd        netbsd
 
 # various files that we need in /etc for the install
 COPY   ${DESTDIR}/etc/disktab          etc/disktab.shadow



Home | Main Index | Thread Index | Old Index