[BACK]Return to Makefile.rump CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / rump

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/rump/Makefile.rump between version 1.17 and 1.18

version 1.17, 2008/12/29 18:53:57 version 1.18, 2008/12/29 22:16:15
Line 4 
Line 4 
 WARNS?=         4  WARNS?=         4
 NOLINT=         # kernel code  NOLINT=         # kernel code
   
   # use kernel ABI instead of rump ABI (needs md code)
   .if ${MACHINE_ARCH} != "i386"
   CPPFLAGS:=      -I${RUMPTOP}/include ${CPPFLAGS}
   .endif
   
 CFLAGS+=        -ffreestanding  CFLAGS+=        -ffreestanding
 CPPFLAGS+=      -D_RUMPKERNEL   # XXX: this should die  CPPFLAGS+=      -D_RUMPKERNEL   # XXX: this should die
 CPPFLAGS+=      -D_KERNEL -DMULTIPROCESSOR -D_MODULE  CPPFLAGS+=      -D_KERNEL -DMULTIPROCESSOR -D_MODULE
 CPPFLAGS+=      -DDIAGNOSTIC  CPPFLAGS+=      -DDIAGNOSTIC
 CPPFLAGS:=      -I${RUMPTOP}/include ${CPPFLAGS}  
 CPPFLAGS+=      -I${.CURDIR} -I.  CPPFLAGS+=      -I${.CURDIR} -I.
 CPPFLAGS+=      -I${RUMPTOP}/../../common/include -I${RUMPTOP}/../arch  CPPFLAGS+=      -I${RUMPTOP}/../../common/include -I${RUMPTOP}/../arch
   CPPFLAGS+=      -I${RUMPTOP}/include
 CPPFLAGS+=      -nostdinc -I${RUMPTOP}/..  CPPFLAGS+=      -nostdinc -I${RUMPTOP}/..
 #CPPFLAGS+=     -DDEBUG  #CPPFLAGS+=     -DDEBUG
   

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

CVSweb <webmaster@jp.NetBSD.org>