Source-Changes-HG archive

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

[src/trunk]: src/distrib/pmax/instkernel Add dummy dependall target, only ins...



details:   https://anonhg.NetBSD.org/src/rev/fd675d938721
branches:  trunk
changeset: 507528:fd675d938721
user:      simonb <simonb%NetBSD.org@localhost>
date:      Sat Mar 24 15:31:23 2001 +0000

description:
Add dummy dependall target, only install bootblocks once.

diffstat:

 distrib/pmax/instkernel/Makefile |  10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diffs (38 lines):

diff -r 9d369b67cffe -r fd675d938721 distrib/pmax/instkernel/Makefile
--- a/distrib/pmax/instkernel/Makefile  Sat Mar 24 15:30:44 2001 +0000
+++ b/distrib/pmax/instkernel/Makefile  Sat Mar 24 15:31:23 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.18 2000/11/10 19:06:17 mhitch Exp $
+#      $NetBSD: Makefile,v 1.19 2001/03/24 15:31:23 simonb Exp $
 
 .include "../../../Makefile.inc"
 .include <bsd.kernobj.mk>
@@ -23,12 +23,6 @@
 VND_RDEV=      /dev/r${VND}c
 MOUNT_POINT?=  /mnt
 
-#
-# install bootblock, so that we can boot from there
-#
-BOOTINSTALL= ${DESTDIR}/usr/mdec/installboot ${VND_RDEV} \
-       ${DESTDIR}/usr/mdec/bootxx_ffs
-
 all:   netbsd.gz ${IMAGE}.gz
 
 netbsd.gz: ${KERN} ${RAMDISK}
@@ -47,7 +41,6 @@
        newfs -B le -m 0 -o space ${NEWFSOPTS} ${VND_RDEV}
        ${DESTDIR}/usr/mdec/installboot ${VND_RDEV} \
            ${DESTDIR}/usr/mdec/bootxx_ffs
-       ${BOOTINSTALL}
        mount ${VND_DEV} ${MOUNT_POINT}
        cp -p ${DESTDIR}/usr/mdec/boot.pmax ${MOUNT_POINT}
        cp -p netbsd.gz ${MOUNT_POINT}/netbsd
@@ -78,6 +71,7 @@
 
 # XXX!
 depend:
+dependall: depend all
 
 .include <bsd.obj.mk>
 .include "../Makefile.inc"



Home | Main Index | Thread Index | Old Index