Source-Changes-HG archive

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

[src/trunk]: src/distrib/x68k/floppies Look at KERNOBJDIR.



details:   https://anonhg.NetBSD.org/src/rev/6cef948f895f
branches:  trunk
changeset: 479894:6cef948f895f
user:      minoura <minoura%NetBSD.org@localhost>
date:      Sat Dec 25 14:30:24 1999 +0000

description:
Look at KERNOBJDIR.

diffstat:

 distrib/x68k/floppies/bootfloppy.sysinst/Makefile |  5 +++--
 distrib/x68k/floppies/bootfloppy/Makefile         |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r ad5c6602897e -r 6cef948f895f distrib/x68k/floppies/bootfloppy.sysinst/Makefile
--- a/distrib/x68k/floppies/bootfloppy.sysinst/Makefile Sat Dec 25 14:27:22 1999 +0000
+++ b/distrib/x68k/floppies/bootfloppy.sysinst/Makefile Sat Dec 25 14:30:24 1999 +0000
@@ -1,11 +1,12 @@
-#      $NetBSD: Makefile,v 1.2 1999/12/24 17:02:15 minoura Exp $
+#      $NetBSD: Makefile,v 1.3 1999/12/25 14:30:25 minoura Exp $
 
 TOP=           ${.CURDIR}/..
 
 .include "${TOP}/Makefile.inc"
 
 IMAGE=         sysinst.fs
-KERNDIR=       ${.CURDIR}/../../../../sys/arch/x68k/compile/INSTALL
+KERNOBJDIR?=   ${.CURDIR}/../../../../sys/arch/x68k/compile
+KERNDIR=       ${KERNOBJDIR}/INSTALL
 KERN=          ${KERNDIR}/netbsd
 KERNNAME=      netbsdsi
 RAMDISKDIR=    $(.CURDIR)/../ramdisk.sysinst/
diff -r ad5c6602897e -r 6cef948f895f distrib/x68k/floppies/bootfloppy/Makefile
--- a/distrib/x68k/floppies/bootfloppy/Makefile Sat Dec 25 14:27:22 1999 +0000
+++ b/distrib/x68k/floppies/bootfloppy/Makefile Sat Dec 25 14:30:24 1999 +0000
@@ -1,11 +1,12 @@
-#      $NetBSD: Makefile,v 1.6 1999/12/24 17:02:14 minoura Exp $
+#      $NetBSD: Makefile,v 1.7 1999/12/25 14:30:24 minoura Exp $
 
 TOP=           ${.CURDIR}/..
 
 .include "${TOP}/Makefile.inc"
 
 IMAGE=         boot.fs
-KERNDIR=       ${.CURDIR}/../../../../sys/arch/x68k/compile/INSTALL_SMALL
+KERNOBJDIR?=   ${.CURDIR}/../../../../sys/arch/x68k/compile
+KERNDIR=       ${KERNOBJDIR}/INSTALL_SMALL
 KERN=          ${KERNDIR}/netbsd
 KERNNAME=      netbsd
 



Home | Main Index | Thread Index | Old Index