Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/rump/Makefile.rump,v rcsdiff: /ftp/cvs/cvsroot/src/sys/rump/Makefile.rump,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.5.10.1 retrieving revision 1.5.10.2 diff -u -p -r1.5.10.1 -r1.5.10.2 --- src/sys/rump/Makefile.rump 2007/08/25 10:22:31 1.5.10.1 +++ src/sys/rump/Makefile.rump 2007/11/02 12:43:13 1.5.10.2 @@ -0,0 +1,26 @@ +# $NetBSD: Makefile.rump,v 1.5.10.2 2007/11/02 12:43:13 joerg Exp $ +# + +.include + +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}