Source-Changes-HG archive

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

[src/trunk]: src/distrib/evbmips/instkernel/ramdisk Remove redundant variable...



details:   https://anonhg.NetBSD.org/src/rev/4a6d3fdc3cb0
branches:  trunk
changeset: 376351:4a6d3fdc3cb0
user:      gutteridge <gutteridge%NetBSD.org@localhost>
date:      Mon Jun 12 23:29:32 2023 +0000

description:
Remove redundant variable assignment

It got clobbered by another assignment later, and this has been the
case since r. 1.1 of the file.

diffstat:

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

diffs (18 lines):

diff -r c27f6844dd57 -r 4a6d3fdc3cb0 distrib/evbmips/instkernel/ramdisk/Makefile
--- a/distrib/evbmips/instkernel/ramdisk/Makefile       Mon Jun 12 21:00:38 2023 +0000
+++ b/distrib/evbmips/instkernel/ramdisk/Makefile       Mon Jun 12 23:29:32 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.16 2023/06/09 21:41:52 gutteridge Exp $
+#      $NetBSD: Makefile,v 1.17 2023/06/12 23:29:32 gutteridge Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -18,7 +18,7 @@ IMAGEENDIAN=  le
 .else
 IMAGEENDIAN=   be
 .endif
-MAKEDEVTARGETS=        ramdisk
+
 IMAGEDEPENDS=  ${CRUNCHBIN} \
                dot.profile \
                ${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \



Home | Main Index | Thread Index | Old Index