Source-Changes-HG archive

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

[src/trunk]: src/distrib/miniroot Use top-level Makefile.inc to set BSDSRCDIR



details:   https://anonhg.NetBSD.org/src/rev/e815f4e348e5
branches:  trunk
changeset: 485615:e815f4e348e5
user:      sjg <sjg%NetBSD.org@localhost>
date:      Tue May 02 06:45:24 2000 +0000

description:
Use top-level Makefile.inc to set BSDSRCDIR
use bsd.kernobj.mk to set KERNOBJDIR and pass this to runlist.sh

diffstat:

 distrib/miniroot/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r ac6930b00b12 -r e815f4e348e5 distrib/miniroot/Makefile
--- a/distrib/miniroot/Makefile Tue May 02 06:43:05 2000 +0000
+++ b/distrib/miniroot/Makefile Tue May 02 06:45:24 2000 +0000
@@ -1,6 +1,8 @@
-#      $NetBSD: Makefile,v 1.28 2000/04/16 21:27:00 pk Exp $
+#      $NetBSD: Makefile,v 1.29 2000/05/02 06:45:24 sjg Exp $
 
+.include "../../Makefile.inc"
 .include <bsd.own.mk>
+.include <bsd.kernobj.mk>
 
 REV!=sh ${.CURDIR}/../../sys/conf/osrelease.sh -s
 
@@ -48,6 +50,7 @@
        mtree -def ${MTREE} -p ${MOUNT_POINT}/ -u
        REV=${REV} CURDIR=${.CURDIR} OBJDIR=${.OBJDIR} ARCHDIR=${ARCHDIR} \
            TARGDIR=${MOUNT_POINT} VND_RDEV=${VND_RDEV} \
+           KERNOBJDIR=${KERNOBJDIR} \
            sh ${.CURDIR}/runlist.sh ${LISTS}
        @echo ""
        @df -i ${MOUNT_POINT}
@@ -80,7 +83,7 @@
                > ${RELEASEDIR}/installation/miniroot/miniroot.fs.gz
        ${.CURDIR}/../sets/makesums \
                -t ${RELEASEDIR}/installation/miniroot miniroot.fs
-               
+
 .endif # RELEASEDIR check
 .endif # DESTDIR check
 



Home | Main Index | Thread Index | Old Index