Source-Changes-HG archive

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

[src/trunk]: src/sys/rump nuke a few missed -Ifactiondir CPPFLAGSitions.



details:   https://anonhg.NetBSD.org/src/rev/ac685b72e739
branches:  trunk
changeset: 343271:ac685b72e739
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Jan 26 23:41:15 2016 +0000

description:
nuke a few missed -Ifactiondir CPPFLAGSitions.

diffstat:

 sys/rump/dev/lib/libucom/Makefile           |  4 +---
 sys/rump/librump/rumpkern/Makefile.rumpkern |  5 ++---
 2 files changed, 3 insertions(+), 6 deletions(-)

diffs (36 lines):

diff -r b7664933af24 -r ac685b72e739 sys/rump/dev/lib/libucom/Makefile
--- a/sys/rump/dev/lib/libucom/Makefile Tue Jan 26 23:30:10 2016 +0000
+++ b/sys/rump/dev/lib/libucom/Makefile Tue Jan 26 23:41:15 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2015/10/19 16:16:34 pooka Exp $
+#      $NetBSD: Makefile,v 1.7 2016/01/26 23:41:15 pooka Exp $
 #
 
 .PATH: ${.CURDIR}/../../../../dev/usb ${.CURDIR}/../../../../kern
@@ -12,7 +12,5 @@
 
 SRCS+= ucom_at_usb.c
 
-CPPFLAGS+=     -I${RUMPTOP}/librump/rumpvfs
-
 .include <bsd.lib.mk>
 .include <bsd.klinks.mk>
diff -r b7664933af24 -r ac685b72e739 sys/rump/librump/rumpkern/Makefile.rumpkern
--- a/sys/rump/librump/rumpkern/Makefile.rumpkern       Tue Jan 26 23:30:10 2016 +0000
+++ b/sys/rump/librump/rumpkern/Makefile.rumpkern       Tue Jan 26 23:41:15 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.rumpkern,v 1.165 2015/10/19 16:16:38 pooka Exp $
+#      $NetBSD: Makefile.rumpkern,v 1.166 2016/01/26 23:41:15 pooka Exp $
 #
 
 .include "${RUMPTOP}/Makefile.rump"
@@ -169,8 +169,7 @@
 SRCS+=         kern_ktrace.c
 .endif
 
-CPPFLAGS+=     -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/librump/rumpvfs
-CPPFLAGS+=     -I${RUMPTOP}/librump/rumpnet -I${RUMPTOP}/librump/rumpdev
+CPPFLAGS+=     -I${RUMPTOP}/librump/rumpkern
 AFLAGS+=       -D_LOCORE -Wa,--fatal-warnings
 
 #



Home | Main Index | Thread Index | Old Index