[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.56 and 1.57

version 1.56, 2010/04/26 23:01:53 version 1.57, 2010/05/11 21:08:07
Line 10  NOLINT=  # kernel code
Line 10  NOLINT=  # kernel code
 # use rump ABI instead of the NetBSD kernel ABI.  # use rump ABI instead of the NetBSD kernel ABI.
 .ifndef RUMPKMOD  .ifndef RUMPKMOD
 CPPFLAGS:=      -I${RUMPTOP}/include ${CPPFLAGS}  CPPFLAGS:=      -I${RUMPTOP}/include ${CPPFLAGS}
   CPPFLAGS+=      -D_RUMPKERNEL
 .else  .else
 CPPFLAGS+=      -D_RUMP_NATIVE_ABI  CPPFLAGS+=      -D_RUMP_NATIVE_ABI
 .endif  .endif
   
 CFLAGS+=        -ffreestanding -fno-strict-aliasing  CFLAGS+=        -ffreestanding -fno-strict-aliasing
 CWARNFLAGS+=    -Wno-format-zero-length -Wno-pointer-sign  CWARNFLAGS+=    -Wno-format-zero-length -Wno-pointer-sign
 CPPFLAGS+=      -D_RUMPKERNEL  
 CPPFLAGS+=      -D_KERNEL -DMULTIPROCESSOR -D_MODULE -DMODULAR  CPPFLAGS+=      -D_KERNEL -DMULTIPROCESSOR -D_MODULE -DMODULAR
 CPPFLAGS+=      -DMAXUSERS=32  CPPFLAGS+=      -DMAXUSERS=32
 CPPFLAGS+=      -DDIAGNOSTIC  CPPFLAGS+=      -DDIAGNOSTIC

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57

CVSweb <webmaster@jp.NetBSD.org>