[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.4.1 and 1.5.4.2

version 1.5.4.1, 2007/08/25 10:22:31 version 1.5.4.2, 2007/09/03 14:44:26
Line 0 
Line 1 
   #       $NetBSD$
   #
   
   .include <bsd.own.mk>
   
   MKPRIVATELIB=   yes
   NOMAN=          wizd
   MKLINT?=        no
   MKPIC?=         no
   
   WARNS?=         4
   DBG=            -g -O0
   
   CPPFLAGS+=      -I${.CURDIR} -I.
   
   .if "${RUMPKERNEL}" != "no"
   CFLAGS+=        -ffreestanding
   CPPFLAGS:=      -I${NETBSDSRCDIR}/sys/rump/include ${CPPFLAGS}
   CPPFLAGS+=      -D_KERNEL -DDIAGNOSTIC -I${NETBSDSRCDIR}/common/include
   CPPFLAGS+=      -D_RUMPKERNEL
   CPPFLAGS+=      -nostdinc -I${NETBSDSRCDIR}/sys
   .endif
   
   LDFLAGS+=       -Wl,--wrap=malloc
   
   LIBRUMPDIR != cd ${NETBSDSRCDIR}/sys/rump/librump/rumpkern && ${PRINTOBJDIR}

Legend:
Removed from v.1.5.4.1  
changed lines
  Added in v.1.5.4.2

CVSweb <webmaster@jp.NetBSD.org>