Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbppc/conf Fix typo and make MDSETIMAGE block the ...



details:   https://anonhg.NetBSD.org/src/rev/05a82062d3ce
branches:  trunk
changeset: 765472:05a82062d3ce
user:      matt <matt%NetBSD.org@localhost>
date:      Sat May 28 05:22:25 2011 +0000

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

diffstat:

 sys/arch/evbppc/conf/Makefile.evbppc.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 33dc6307eeb3 -r 05a82062d3ce sys/arch/evbppc/conf/Makefile.evbppc.inc
--- a/sys/arch/evbppc/conf/Makefile.evbppc.inc  Sat May 28 05:21:40 2011 +0000
+++ b/sys/arch/evbppc/conf/Makefile.evbppc.inc  Sat May 28 05:22:25 2011 +0000
@@ -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; \



Home | Main Index | Thread Index | Old Index