Module Name: src Committed By: pooka Date: Mon Dec 6 09:12:34 UTC 2010
Modified Files: src/sys/rump: Makefile.rump Log Message: use -isystem where appropriate To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 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.57 src/sys/rump/Makefile.rump:1.58 --- src/sys/rump/Makefile.rump:1.57 Tue May 11 21:08:07 2010 +++ src/sys/rump/Makefile.rump Mon Dec 6 09:12:34 2010 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.rump,v 1.57 2010/05/11 21:08:07 pooka Exp $ +# $NetBSD: Makefile.rump,v 1.58 2010/12/06 09:12:34 pooka Exp $ # WARNS?= 3 # XXX: src/sys won't compile with -Wsign-compare yet @@ -23,10 +23,10 @@ CPPFLAGS+= -DCOMPAT_50 CPPFLAGS+= -DDEBUGPRINT CPPFLAGS+= -I${.CURDIR} -I. -CPPFLAGS+= -I${RUMPTOP}/../../common/include -I${RUMPTOP}/../arch +CPPFLAGS+= -I${RUMPTOP}/../../common/include -isystem ${RUMPTOP}/../arch CPPFLAGS+= -I${RUMPTOP}/include CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern/opt -CPPFLAGS+= -nostdinc -I${RUMPTOP}/.. +CPPFLAGS+= -nostdinc -isystem ${RUMPTOP}/.. LDFLAGS+= -T ${RUMPTOP}/ldscript.rump #CPPFLAGS+= -DDEBUG