Module Name:    src
Committed By:   pooka
Date:           Thu Apr 23 10:52:18 UTC 2015

Modified Files:
        src/sys/rump: Makefile.rump

Log Message:
Default compat to 60 70, now that it hopefully generates no fallout.


To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 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.107 src/sys/rump/Makefile.rump:1.108
--- src/sys/rump/Makefile.rump:1.107	Wed Apr 22 18:14:55 2015
+++ src/sys/rump/Makefile.rump	Thu Apr 23 10:52:18 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.rump,v 1.107 2015/04/22 18:14:55 pooka Exp $
+#	$NetBSD: Makefile.rump,v 1.108 2015/04/23 10:52:18 pooka Exp $
 #
 
 .if !defined(_RUMP_MK)
@@ -29,7 +29,7 @@ CPPFLAGS+=	-DMIPS1=1
 .endif
 .endif
 
-RUMP_COMPAT?=	50 60 70
+RUMP_COMPAT?=	60 70
 CPPFLAGS+=	${RUMP_COMPAT:C/[1-9]0/-DCOMPAT_&/g}
 
 CPPFLAGS+=	-DMAXUSERS=32

Reply via email to