Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump Define COMPAT_50 to be 1 just like config(8) would ...
details: https://anonhg.NetBSD.org/src/rev/d4b5af053cbf
branches: trunk
changeset: 761554:d4b5af053cbf
user: matt <matt%NetBSD.org@localhost>
date: Tue Feb 01 01:15:51 2011 +0000
description:
Define COMPAT_50 to be 1 just like config(8) would be opt_compat_netbsd.h
diffstat:
sys/rump/Makefile.rump | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 073d8fdf1ac5 -r d4b5af053cbf sys/rump/Makefile.rump
--- a/sys/rump/Makefile.rump Tue Feb 01 00:53:22 2011 +0000
+++ b/sys/rump/Makefile.rump Tue Feb 01 01:15:51 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.rump,v 1.59 2011/01/06 11:22:54 pooka Exp $
+# $NetBSD: Makefile.rump,v 1.60 2011/02/01 01:15:51 matt Exp $
#
WARNS?= 3 # XXX: src/sys won't compile with -Wsign-compare yet
@@ -20,7 +20,7 @@
CPPFLAGS+= -D_KERNEL -DMULTIPROCESSOR -D_MODULE -DMODULAR
CPPFLAGS+= -DMAXUSERS=32
CPPFLAGS+= -DDIAGNOSTIC
-CPPFLAGS+= -DCOMPAT_50
+CPPFLAGS+= -DCOMPAT_50=1
CPPFLAGS+= -DDEBUGPRINT
CPPFLAGS+= -I${.CURDIR} -I.
CPPFLAGS+= -I${RUMPTOP}/../../common/include -isystem ${RUMPTOP}/../arch
Home |
Main Index |
Thread Index |
Old Index