Source-Changes-HG archive

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

[src/trunk]: src/sys/rump use -isystem where appropriate



details:   https://anonhg.NetBSD.org/src/rev/2e10d9338434
branches:  trunk
changeset: 759338:2e10d9338434
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Dec 06 09:12:34 2010 +0000

description:
use -isystem where appropriate

diffstat:

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

diffs (22 lines):

diff -r 67939bdcb998 -r 2e10d9338434 sys/rump/Makefile.rump
--- a/sys/rump/Makefile.rump    Mon Dec 06 09:12:23 2010 +0000
+++ b/sys/rump/Makefile.rump    Mon Dec 06 09:12:34 2010 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index