Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump some final -Ifoo/opt removal
details: https://anonhg.NetBSD.org/src/rev/fd2c4af32db3
branches: trunk
changeset: 340164:fd2c4af32db3
user: pooka <pooka%NetBSD.org@localhost>
date: Tue Aug 25 00:08:56 2015 +0000
description:
some final -Ifoo/opt removal
diffstat:
sys/rump/librump/rumpdev/Makefile.rumpdev | 4 ++--
sys/rump/net/lib/libnetinet6/Makefile.inc | 4 +---
2 files changed, 3 insertions(+), 5 deletions(-)
diffs (34 lines):
diff -r 1dfce6c5f821 -r fd2c4af32db3 sys/rump/librump/rumpdev/Makefile.rumpdev
--- a/sys/rump/librump/rumpdev/Makefile.rumpdev Mon Aug 24 23:55:04 2015 +0000
+++ b/sys/rump/librump/rumpdev/Makefile.rumpdev Tue Aug 25 00:08:56 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.rumpdev,v 1.10 2015/05/20 11:22:54 pooka Exp $
+# $NetBSD: Makefile.rumpdev,v 1.11 2015/08/25 00:08:56 pooka Exp $
#
LIB= rumpdev
@@ -18,7 +18,7 @@
# sys/dev
SRCS+= dev_verbose.c
-CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/librump/rumpdev/opt
+CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern
.include "${RUMPTOP}/Makefile.rump"
diff -r 1dfce6c5f821 -r fd2c4af32db3 sys/rump/net/lib/libnetinet6/Makefile.inc
--- a/sys/rump/net/lib/libnetinet6/Makefile.inc Mon Aug 24 23:55:04 2015 +0000
+++ b/sys/rump/net/lib/libnetinet6/Makefile.inc Tue Aug 25 00:08:56 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.2 2015/01/18 17:06:24 justin Exp $
+# $NetBSD: Makefile.inc,v 1.3 2015/08/25 00:08:56 pooka Exp $
#
.PATH: ${.CURDIR}/../../../../netinet6
@@ -12,6 +12,4 @@
mld6.c nd6.c nd6_nbr.c nd6_rtr.c raw_ip6.c route6.c scope6.c \
udp6_output.c udp6_usrreq.c
-CPPFLAGS+= -I${.CURDIR}/opt -I${.CURDIR}/../libnet/opt
-
CPPFLAGS+= -DPORTALGO_INET6_DEFAULT=PORTALGO_RANDOM_START
Home |
Main Index |
Thread Index |
Old Index