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 retrieving revision 1.5.12.1 diff -u -p -r1.5 -r1.5.12.1 --- src/sys/rump/Makefile.rump 2007/08/25 10:22:31 1.5 +++ src/sys/rump/Makefile.rump 2008/02/18 21:07:18 1.5.12.1 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.rump,v 1.5 2007/08/25 10:22:31 pooka Exp $ +# $NetBSD: Makefile.rump,v 1.5.12.1 2008/02/18 21:07:18 mjf Exp $ # .include @@ -17,7 +17,7 @@ CPPFLAGS+= -I${.CURDIR} -I. CFLAGS+= -ffreestanding CPPFLAGS:= -I${NETBSDSRCDIR}/sys/rump/include ${CPPFLAGS} CPPFLAGS+= -D_KERNEL -DDIAGNOSTIC -I${NETBSDSRCDIR}/common/include -CPPFLAGS+= -D_RUMPKERNEL +CPPFLAGS+= -D_RUMPKERNEL -DDEBUG CPPFLAGS+= -nostdinc -I${NETBSDSRCDIR}/sys .endif