Source-Changes-HG archive

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

[src/trunk]: src/sys/rump RUMPCOMP_USER has been deprecated for long enough, ...



details:   https://anonhg.NetBSD.org/src/rev/214fc4318d6c
branches:  trunk
changeset: 804826:214fc4318d6c
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Dec 01 22:54:32 2014 +0000

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

diffstat:

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

diffs (20 lines):

diff -r eb833c8883e5 -r 214fc4318d6c sys/rump/Makefile.rump
--- a/sys/rump/Makefile.rump    Mon Dec 01 22:39:06 2014 +0000
+++ b/sys/rump/Makefile.rump    Mon Dec 01 22:54:32 2014 +0000
@@ -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 @@
 
 # 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=/



Home | Main Index | Thread Index | Old Index