Module Name:    src
Committed By:   pooka
Date:           Tue Nov 30 14:08:39 UTC 2010

Modified Files:
        src/lib/librumpuser: Makefile

Log Message:
add commented-out -D_DIAGNOSTIC


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/librumpuser/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/librumpuser/Makefile
diff -u src/lib/librumpuser/Makefile:1.3 src/lib/librumpuser/Makefile:1.4
--- src/lib/librumpuser/Makefile:1.3	Wed Oct 27 20:44:50 2010
+++ src/lib/librumpuser/Makefile	Tue Nov 30 14:08:39 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.3 2010/10/27 20:44:50 pooka Exp $
+#	$NetBSD: Makefile,v 1.4 2010/11/30 14:08:39 pooka Exp $
 #
 
 WARNS=		4
@@ -7,7 +7,8 @@
 .PATH:		${.CURDIR}/../../sys/rump/include/rump
 
 LIB=		rumpuser
-LIBDPLIBS+=     pthread ${.CURDIR}/../libpthread
+LIBDPLIBS+=	pthread ${.CURDIR}/../libpthread
+#CPPFLAGS+=	-D_DIAGNOSTIC
 
 SRCS=		rumpuser.c rumpuser_net.c
 SRCS+=		rumpuser_pth.c

Reply via email to