[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.13 and 1.14

version 1.13, 2008/12/08 12:57:33 version 1.14, 2008/12/16 23:16:46
Line 8  CFLAGS+= -ffreestanding
Line 8  CFLAGS+= -ffreestanding
 CPPFLAGS+=      -D_KERNEL -D_RUMPKERNEL -DMULTIPROCESSOR -DDIAGNOSTIC  CPPFLAGS+=      -D_KERNEL -D_RUMPKERNEL -DMULTIPROCESSOR -DDIAGNOSTIC
 CPPFLAGS:=      -I${RUMPTOP}/include ${CPPFLAGS}  CPPFLAGS:=      -I${RUMPTOP}/include ${CPPFLAGS}
 CPPFLAGS+=      -I${.CURDIR} -I.  CPPFLAGS+=      -I${.CURDIR} -I.
 CPPFLAGS+=      -I${RUMPTOP}/../../common/include  CPPFLAGS+=      -I${RUMPTOP}/../../common/include -I${RUMPTOP}/../arch
 CPPFLAGS+=      -nostdinc -I${RUMPTOP}/..  CPPFLAGS+=      -nostdinc -I${RUMPTOP}/..
 #CPPFLAGS+=     -DDEBUG  #CPPFLAGS+=     -DDEBUG
   

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

CVSweb <webmaster@jp.NetBSD.org>