Source-Changes-HG archive

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

[src/trunk]: src/distrib/riscv/ramdisk Remove redundant variable assignment



details:   https://anonhg.NetBSD.org/src/rev/61cc97bff2ff
branches:  trunk
changeset: 376382:61cc97bff2ff
user:      gutteridge <gutteridge%NetBSD.org@localhost>
date:      Wed Jun 14 23:03:19 2023 +0000

description:
Remove redundant variable assignment

(Someone may want to define MAKEDEVTARGETS differently than is done at
present, but that would be a different change.)

diffstat:

 distrib/riscv/ramdisk/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2ee8e27ae4b7 -r 61cc97bff2ff distrib/riscv/ramdisk/Makefile
--- a/distrib/riscv/ramdisk/Makefile    Wed Jun 14 21:35:01 2023 +0000
+++ b/distrib/riscv/ramdisk/Makefile    Wed Jun 14 23:03:19 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2017/01/24 18:04:04 christos Exp $
+#      $NetBSD: Makefile,v 1.3 2023/06/14 23:03:19 gutteridge Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -15,7 +15,7 @@ LISTS=                ${.CURDIR}/list
 #LISTS+=               ${DISTRIBDIR}/common/list.sysinst
 MTREECONF=     ${DISTRIBDIR}/common/mtree.common
 IMAGEENDIAN=   le
-MAKEDEVTARGETS=        ramdisk
+
 IMAGEDEPENDS=  ${CRUNCHBIN} \
                dot.profile \
                ${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \



Home | Main Index | Thread Index | Old Index