Source-Changes-HG archive

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

[src/trunk]: src/distrib/ofppc/ramdisks/common set MAKEDEVTARGETS=ramdisk so ...



details:   https://anonhg.NetBSD.org/src/rev/7413b807e9f9
branches:  trunk
changeset: 446898:7413b807e9f9
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Dec 24 20:11:22 2018 +0000

description:
set MAKEDEVTARGETS=ramdisk so that the ramdisk /dev/ is populated.
from PR#51659.

diffstat:

 distrib/ofppc/ramdisks/common/Makefile.ramdisk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r af7182e58d20 -r 7413b807e9f9 distrib/ofppc/ramdisks/common/Makefile.ramdisk
--- a/distrib/ofppc/ramdisks/common/Makefile.ramdisk    Mon Dec 24 18:21:50 2018 +0000
+++ b/distrib/ofppc/ramdisks/common/Makefile.ramdisk    Mon Dec 24 20:11:22 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.ramdisk,v 1.8 2012/10/16 08:23:21 apb Exp $
+#      $NetBSD: Makefile.ramdisk,v 1.9 2018/12/24 20:11:22 mrg Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -17,6 +17,7 @@
 LISTS?=                ${.CURDIR}/list
 LISTS+=                ${OFPPCCOMMON}/list.ramdisk
 MTREECONF=     ${DISTRIBDIR}/common/mtree.common ${.CURDIR}/../common/mtree.ramdisk
+MAKEDEVTARGETS=        ramdisk
 IMAGEENDIAN=   le
 IMAGEDEPENDS+=         ${CRUNCHBIN} \
                dot.profile \



Home | Main Index | Thread Index | Old Index