[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.5 and 1.5.2.1

version 1.5, 2007/08/25 10:22:31 version 1.5.2.1, 2008/03/23 02:05:09
Line 1 
Line 1 
 #       $NetBSD$  #       Makefile.rump,v 1.5 2007/08/25 10:22:31 pooka Exp
 #  #
   
 .include <bsd.own.mk>  .include <bsd.own.mk>
Line 17  CPPFLAGS+= -I${.CURDIR} -I. 
Line 17  CPPFLAGS+= -I${.CURDIR} -I. 
 CFLAGS+=        -ffreestanding  CFLAGS+=        -ffreestanding
 CPPFLAGS:=      -I${NETBSDSRCDIR}/sys/rump/include ${CPPFLAGS}  CPPFLAGS:=      -I${NETBSDSRCDIR}/sys/rump/include ${CPPFLAGS}
 CPPFLAGS+=      -D_KERNEL -DDIAGNOSTIC -I${NETBSDSRCDIR}/common/include  CPPFLAGS+=      -D_KERNEL -DDIAGNOSTIC -I${NETBSDSRCDIR}/common/include
 CPPFLAGS+=      -D_RUMPKERNEL  CPPFLAGS+=      -D_RUMPKERNEL -DDEBUG
 CPPFLAGS+=      -nostdinc -I${NETBSDSRCDIR}/sys  CPPFLAGS+=      -nostdinc -I${NETBSDSRCDIR}/sys
 .endif  .endif
   

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.5.2.1

CVSweb <webmaster@jp.NetBSD.org>