[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.4 and 1.5

version 1.4, 2007/08/15 22:13:15 version 1.5, 2007/08/25 10:22:31
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+=      -nostdinc -I${NETBSDSRCDIR}/sys  CPPFLAGS+=      -nostdinc -I${NETBSDSRCDIR}/sys
 .endif  .endif
   

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

CVSweb <webmaster@jp.NetBSD.org>