Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/dev/lib Fix argument to empty()
details: https://anonhg.NetBSD.org/src/rev/6b1d233935f6
branches: trunk
changeset: 341678:6b1d233935f6
user: pooka <pooka%NetBSD.org@localhost>
date: Tue Nov 17 01:07:34 2015 +0000
description:
Fix argument to empty()
Guess none of the fast-running tests exercised the
component being initialized ...
diffstat:
sys/rump/dev/lib/Makefile.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r de9243d94a01 -r 6b1d233935f6 sys/rump/dev/lib/Makefile.inc
--- a/sys/rump/dev/lib/Makefile.inc Tue Nov 17 00:08:33 2015 +0000
+++ b/sys/rump/dev/lib/Makefile.inc Tue Nov 17 01:07:34 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.6 2015/11/16 23:27:07 pooka Exp $
+# $NetBSD: Makefile.inc,v 1.7 2015/11/17 01:07:34 pooka Exp $
#
RUMPTOP= ${.CURDIR}/../../..
@@ -6,7 +6,7 @@
RUMPDEVLIBDIR:= ${.PARSEDIR}
-.if defined(RUMP_COMPONENT) && !empty(${RUMP_COMPONENT:Mioconf})
+.if defined(RUMP_COMPONENT) && !empty(RUMP_COMPONENT:Mioconf)
.PATH: ${RUMPDEVLIBDIR}
SRCS+= component_simple.c
.endif
Home |
Main Index |
Thread Index |
Old Index