Module Name: src Committed By: pooka Date: Tue Jan 26 23:41:15 UTC 2016
Modified Files: src/sys/rump/dev/lib/libucom: Makefile src/sys/rump/librump/rumpkern: Makefile.rumpkern Log Message: nuke a few missed -Ifactiondir CPPFLAGSitions. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/rump/dev/lib/libucom/Makefile cvs rdiff -u -r1.165 -r1.166 src/sys/rump/librump/rumpkern/Makefile.rumpkern 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/dev/lib/libucom/Makefile diff -u src/sys/rump/dev/lib/libucom/Makefile:1.6 src/sys/rump/dev/lib/libucom/Makefile:1.7 --- src/sys/rump/dev/lib/libucom/Makefile:1.6 Mon Oct 19 16:16:34 2015 +++ src/sys/rump/dev/lib/libucom/Makefile Tue Jan 26 23:41:15 2016 @@ -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.c uplcom.c u3g.c SRCS+= ucom_at_usb.c -CPPFLAGS+= -I${RUMPTOP}/librump/rumpvfs - .include <bsd.lib.mk> .include <bsd.klinks.mk> Index: src/sys/rump/librump/rumpkern/Makefile.rumpkern diff -u src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.165 src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.166 --- src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.165 Mon Oct 19 16:16:38 2015 +++ src/sys/rump/librump/rumpkern/Makefile.rumpkern Tue Jan 26 23:41:15 2016 @@ -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+= subr_lockdebug.c 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 #