Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/librumpuser add commented-out -D_DIAGNOSTIC



details:   https://anonhg.NetBSD.org/src/rev/d7fc52ca149c
branches:  trunk
changeset: 759144:d7fc52ca149c
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Nov 30 14:08:39 2010 +0000

description:
add commented-out -D_DIAGNOSTIC

diffstat:

 lib/librumpuser/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r a358df6099d5 -r d7fc52ca149c lib/librumpuser/Makefile
--- a/lib/librumpuser/Makefile  Tue Nov 30 13:07:29 2010 +0000
+++ b/lib/librumpuser/Makefile  Tue Nov 30 14:08:39 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index