[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.99.4.2 and 1.99.4.3

version 1.99.4.2, 2015/06/06 14:40:26 version 1.99.4.3, 2015/09/22 12:06:12
Line 40  RUMP_NBCOMPAT=
Line 40  RUMP_NBCOMPAT=
 RUMP_NBCOMPAT:= ${RUMP_NBCOMPAT:S/,/ /g}  RUMP_NBCOMPAT:= ${RUMP_NBCOMPAT:S/,/ /g}
 CPPFLAGS+=      ${RUMP_NBCOMPAT:C/[1-9]0/-DCOMPAT_&/g}  CPPFLAGS+=      ${RUMP_NBCOMPAT:C/[1-9]0/-DCOMPAT_&/g}
   
 CPPFLAGS+=      -DMAXUSERS=32  
   
 CPPFLAGS+=      -nostdinc  CPPFLAGS+=      -nostdinc
 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_KERNEL -DMULTIPROCESSOR -D_MODULE -DMODULAR  
 CPPFLAGS+=      -DDEBUGPRINT  CPPFLAGS+=      -imacros ${RUMPTOP}/include/opt/opt_rumpkernel.h
   .ifdef BUILDRUMP_IMACROS
   CPPFLAGS+=      -imacros ${BUILDRUMP_IMACROS}
   .endif
   
 CPPFLAGS+=      -I${.CURDIR} -I.  CPPFLAGS+=      -I${.CURDIR} -I.
 CPPFLAGS+=      -I${RUMPTOP}/../../common/include  CPPFLAGS+=      -I${RUMPTOP}/../../common/include
 CPPFLAGS+=      -I${RUMPTOP}/include  CPPFLAGS+=      -I${RUMPTOP}/include
 CPPFLAGS+=      -I${RUMPTOP}/librump/rumpkern/opt  CPPFLAGS+=      -I${RUMPTOP}/include/opt
   
 SHLIB_MAJOR?=   0  SHLIB_MAJOR?=   0
 SHLIB_MINOR?=   0  SHLIB_MINOR?=   0
Line 118  CPPFLAGS+= -DKTRACE
Line 120  CPPFLAGS+= -DKTRACE
   
 # make sure __NetBSD__ gets defined (for builds on non-NetBSD)  # make sure __NetBSD__ gets defined (for builds on non-NetBSD)
 # also, give those builds a way to undef the local compiler's macros  # also, give those builds a way to undef the local compiler's macros
 CPPFLAGS+=      -D__NetBSD__ ${RUMPKERN_UNDEF}  CPPFLAGS+=      ${RUMPKERN_UNDEF}
   
 RUMPKERNEL=     This is NetBSD and I am the rump.  Good evening.  RUMPKERNEL=     This is NetBSD and I am the rump.  Good evening.
   
Line 127  RUMPKERNEL= This is NetBSD and I am the 
Line 129  RUMPKERNEL= This is NetBSD and I am the 
 CPPFLAGS+=      -DPPC_OEA  CPPFLAGS+=      -DPPC_OEA
 .endif  .endif
   
 # If this file changes, we need a full rebuild  # If any of these files change, we need a full rebuild
 DPSRCS+=        ${RUMPTOP}/Makefile.rump  DPSRCS+=        ${RUMPTOP}/Makefile.rump
   
 #  #

Legend:
Removed from v.1.99.4.2  
changed lines
  Added in v.1.99.4.3

CVSweb <webmaster@jp.NetBSD.org>