Module Name:    src
Committed By:   pooka
Date:           Mon Dec  1 22:54:32 UTC 2014

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

Log Message:
RUMPCOMP_USER has been deprecated for long enough, remove it.


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 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.99 src/sys/rump/Makefile.rump:1.100
--- src/sys/rump/Makefile.rump:1.99	Tue Jul 22 20:25:13 2014
+++ src/sys/rump/Makefile.rump	Mon Dec  1 22:54:32 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.rump,v 1.99 2014/07/22 20:25:13 alnsn Exp $
+#	$NetBSD: Makefile.rump,v 1.100 2014/12/01 22:54:32 pooka Exp $
 #
 
 .if !defined(_RUMP_MK)
@@ -124,10 +124,6 @@ DPSRCS+=	${RUMPTOP}/Makefile.rump
 
 # XXX: Warning flags are not in CWARNFLAGS.  Manually add a few important ones.
 
-.ifdef RUMPCOMP_USER
-.warning RUMPCOMP_USER is deprecated.  Use RUMPCOMP_USER_SRCS
-RUMPCOMP_USER_SRCS= rumpcomp_user.c
-.endif
 .ifdef RUMPCOMP_USER_SRCS && !defined(RUMPKERN_ONLY)
 .if empty(DESTDIR)
 DESTDIR=/

Reply via email to