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.63 retrieving revision 1.64 diff -u -p -r1.63 -r1.64 --- src/sys/rump/Makefile.rump 2012/08/10 16:05:27 1.63 +++ src/sys/rump/Makefile.rump 2012/11/13 19:12:42 1.64 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.rump,v 1.63 2012/08/10 16:05:27 joerg Exp $ +# $NetBSD: Makefile.rump,v 1.64 2012/11/13 19:12:42 pooka Exp $ # WARNS?= 3 # XXX: src/sys won't compile with -Wsign-compare yet @@ -53,7 +53,9 @@ CPPFLAGS+= -DLOCKDEBUG #LDFLAGS+= -nodefaultlibs # make sure __NetBSD__ gets defined (for builds on non-NetBSD) +# aaand make sure cc doesn't source files any wild ideas CPPFLAGS+= -D__NetBSD__ +CPPFLAGS+= -Ulinux -U__linux -U__linux__ -U__gnu_linux__ RUMPKERNEL= This is NetBSD and I am the rump. Good evening.