Module Name: src
Committed By: matt
Date: Fri Feb 21 22:33:08 UTC 2014
Modified Files:
src/sys/arch/evbarm/conf: Makefile.evbarm.inc
Log Message:
Match *INSTALL* (so we can match *INSTALL.MP)
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/evbarm/conf/Makefile.evbarm.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/evbarm/conf/Makefile.evbarm.inc
diff -u src/sys/arch/evbarm/conf/Makefile.evbarm.inc:1.27 src/sys/arch/evbarm/conf/Makefile.evbarm.inc:1.28
--- src/sys/arch/evbarm/conf/Makefile.evbarm.inc:1.27 Fri Aug 9 04:24:19 2013
+++ src/sys/arch/evbarm/conf/Makefile.evbarm.inc Fri Feb 21 22:33:08 2014
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.evbarm.inc,v 1.27 2013/08/09 04:24:19 matt Exp $
+# $NetBSD: Makefile.evbarm.inc,v 1.28 2014/02/21 22:33:08 matt Exp $
#
# If this is a install kernel and the ramdisk image exists in the object
# tree, insert it into the kernel *before* we make the u-boot images.
#
RAMDISKNAME?= ramdisk
-.if ${KERNEL_BUILD:T:M*INSTALL} != ""
+.if ${KERNEL_BUILD:T:M*INSTALL*} != ""
RAMDISKDIR!= cd ${NETBSDSRCDIR}/distrib/${THISARM:T}/instkernel/${RAMDISKNAME} && ${PRINTOBJDIR}
.if exists(${RAMDISKDIR}/${RAMDISKNAME}.fs)