Module Name: src
Committed By: pooka
Date: Wed Feb 17 13:28:40 UTC 2010
Modified Files:
src/sys/rump: Makefile.rump
Log Message:
Invert inverted comment and verbosify it.
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/sys/rump/Makefile.rump
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/rump/Makefile.rump
diff -u src/sys/rump/Makefile.rump:1.50 src/sys/rump/Makefile.rump:1.51
--- src/sys/rump/Makefile.rump:1.50 Tue Feb 16 20:42:44 2010
+++ src/sys/rump/Makefile.rump Wed Feb 17 13:28:40 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.rump,v 1.50 2010/02/16 20:42:44 pooka Exp $
+# $NetBSD: Makefile.rump,v 1.51 2010/02/17 13:28:40 pooka Exp $
#
WARNS?= 3 # XXX: src/sys won't compile with -Wsign-compare yet
@@ -6,7 +6,8 @@
.include <bsd.own.mk>
-# use kernel ABI instead of rump ABI (needs md code)
+# If RUMPKMOD is _not_ set (only on capable archs, from bsd.own.mk),
+# use rump ABI instead of the NetBSD kernel ABI.
.ifndef RUMPKMOD
CPPFLAGS:= -I${RUMPTOP}/include ${CPPFLAGS}
.endif