Source-Changes-HG archive

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

[src/trunk]: src/distrib/alpha/instkernel tweak how distrib/Makefile.inc is p...



details:   https://anonhg.NetBSD.org/src/rev/49963f4b89a7
branches:  trunk
changeset: 525374:49963f4b89a7
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed Apr 10 15:34:59 2002 +0000

description:
tweak how distrib/Makefile.inc is pulled in

diffstat:

 distrib/alpha/instkernel/instkernel/Makefile |  7 ++++---
 distrib/alpha/instkernel/ramdisk/Makefile    |  6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (43 lines):

diff -r faedea5c1d19 -r 49963f4b89a7 distrib/alpha/instkernel/instkernel/Makefile
--- a/distrib/alpha/instkernel/instkernel/Makefile      Wed Apr 10 15:28:22 2002 +0000
+++ b/distrib/alpha/instkernel/instkernel/Makefile      Wed Apr 10 15:34:59 2002 +0000
@@ -1,13 +1,14 @@
-#      $NetBSD: Makefile,v 1.18 2002/04/07 04:29:15 lukem Exp $
+#      $NetBSD: Makefile,v 1.19 2002/04/10 15:34:59 lukem Exp $
 
-.include "${.CURDIR}/../../../Makefile.inc"
 .include <bsd.own.mk>
+.include "${_SRC_TOP_}/distrib/Makefile.inc"
+
 .include <bsd.kernobj.mk>
 
 RAMDISKDIR!=   cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
 RAMDISK=       ${RAMDISKDIR}/ramdisk.fs
 
-KERNEL?=${KERNOBJDIR}/INSTALL/netbsd
+KERNEL?=       ${KERNOBJDIR}/INSTALL/netbsd
 
 CLEANFILES+=   netbsd netbsd.gz netbsd.symbols
 
diff -r faedea5c1d19 -r 49963f4b89a7 distrib/alpha/instkernel/ramdisk/Makefile
--- a/distrib/alpha/instkernel/ramdisk/Makefile Wed Apr 10 15:28:22 2002 +0000
+++ b/distrib/alpha/instkernel/ramdisk/Makefile Wed Apr 10 15:34:59 2002 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile,v 1.16 2002/03/14 22:26:08 lukem Exp $
+#      $NetBSD: Makefile,v 1.17 2002/04/10 15:34:59 lukem Exp $
 
-.include "${.CURDIR}/../../../Makefile.inc"
 .include <bsd.own.mk>
+.include "${_SRC_TOP_}/distrib/Makefile.inc"
 
 IMAGE=         ramdisk.fs
 IMAGESIZE=     4480k
@@ -11,7 +11,7 @@
 
 CRUNCHBIN=     ramdiskbin
 LISTS=         ${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst
-MTREECONF=     ${DISTRIBDIR}/common/mtree.common #${.CURDIR}/mtree.conf
+MTREECONF=     ${DISTRIBDIR}/common/mtree.common
 IMAGEENDIAN=   le
 MAKEDEVTARGETS=        minimal
 IMAGEDEPENDS=  ${CRUNCHBIN} \



Home | Main Index | Thread Index | Old Index