Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf Match *INSTALL* (so we can match *INSTA...
details: https://anonhg.NetBSD.org/src/rev/735f2b1b5377
branches: trunk
changeset: 326907:735f2b1b5377
user: matt <matt%NetBSD.org@localhost>
date: Fri Feb 21 22:33:08 2014 +0000
description:
Match *INSTALL* (so we can match *INSTALL.MP)
diffstat:
sys/arch/evbarm/conf/Makefile.evbarm.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 838d6c05d780 -r 735f2b1b5377 sys/arch/evbarm/conf/Makefile.evbarm.inc
--- a/sys/arch/evbarm/conf/Makefile.evbarm.inc Fri Feb 21 22:31:58 2014 +0000
+++ b/sys/arch/evbarm/conf/Makefile.evbarm.inc Fri Feb 21 22:33:08 2014 +0000
@@ -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)
Home |
Main Index |
Thread Index |
Old Index