Module Name:    src
Committed By:   matt
Date:           Sat May 28 05:22:25 UTC 2011

Modified Files:
        src/sys/arch/evbppc/conf: Makefile.evbppc.inc

Log Message:
Fix typo and make MDSETIMAGE block the same as the others.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbppc/conf/Makefile.evbppc.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbppc/conf/Makefile.evbppc.inc
diff -u src/sys/arch/evbppc/conf/Makefile.evbppc.inc:1.5 src/sys/arch/evbppc/conf/Makefile.evbppc.inc:1.6
--- src/sys/arch/evbppc/conf/Makefile.evbppc.inc:1.5	Sat May 28 00:06:38 2011
+++ src/sys/arch/evbppc/conf/Makefile.evbppc.inc	Sat May 28 05:22:25 2011
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile.evbppc.inc,v 1.5 2011/05/28 00:06:38 matt Exp $
+#	$NetBSD: Makefile.evbppc.inc,v 1.6 2011/05/28 05:22:25 matt Exp $
 
 CPPFLAGS += -D__${BOARDTYPE}__
 
 RAMDISKDIR!=	cd ${NETBSDSRCDIR}/distrib/${THISPPC:T}/ramdisk && ${PRINTOBJDIR}
 
-.if defined(NEED_MDSETIMAGE) && ${NEED_MKDSETIMAGE} != "no" \
+.if defined(NEED_MDSETIMAGE) && $(NEED_MDSETIMAGE) != "no" \
     && exists(${RAMDISKDIR}/ramdisk.fs)
 SYSTEM_LD_TAIL_EXTRA+=; \
 	echo ${TOOL_MDSETIMAGE} -s $@ ${RAMDISKDIR}/ramdisk.fs; \

Reply via email to