Source-Changes-HG archive

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

[src/trunk]: src/sys/rump Invert inverted comment and verbosify it.



details:   https://anonhg.NetBSD.org/src/rev/51d45065b48b
branches:  trunk
changeset: 752153:51d45065b48b
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Feb 17 13:28:40 2010 +0000

description:
Invert inverted comment and verbosify it.

diffstat:

 sys/rump/Makefile.rump |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r eaaac0d8e6f8 -r 51d45065b48b sys/rump/Makefile.rump
--- a/sys/rump/Makefile.rump    Wed Feb 17 11:33:51 2010 +0000
+++ b/sys/rump/Makefile.rump    Wed Feb 17 13:28:40 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index