Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Disable default build of debugging info.
details: https://anonhg.NetBSD.org/src/rev/8c0e8246c840
branches: trunk
changeset: 781446:8c0e8246c840
user: riz <riz%NetBSD.org@localhost>
date: Thu Sep 06 16:39:07 2012 +0000
description:
Disable default build of debugging info.
diffstat:
lib/libperfuse/Makefile | 4 ++--
usr.sbin/perfused/Makefile | 4 ++--
usr.sbin/puffs/rump_lfs/Makefile | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diffs (51 lines):
diff -r 12ad07f75fef -r 8c0e8246c840 lib/libperfuse/Makefile
--- a/lib/libperfuse/Makefile Thu Sep 06 15:24:26 2012 +0000
+++ b/lib/libperfuse/Makefile Thu Sep 06 16:39:07 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2012/03/21 05:37:42 matt Exp $
+# $NetBSD: Makefile,v 1.10 2012/09/06 16:39:07 riz Exp $
LIB= perfuse
LIBDPLIBS+= puffs ${.CURDIR}/../libpuffs
@@ -7,7 +7,7 @@
CWARNFLAGS.clang+= -Wno-format-security
-CFLAGS+= ${PERFUSE_OPT_DEBUG_FLAGS}
+#CFLAGS+= ${PERFUSE_OPT_DEBUG_FLAGS}
CPPFLAGS+= -I${.CURDIR}
CPPFLAGS+= -I${NETBSDSRCDIR}/lib/libpuffs
SRCS= perfuse.c ops.c subr.c debug.c
diff -r 12ad07f75fef -r 8c0e8246c840 usr.sbin/perfused/Makefile
--- a/usr.sbin/perfused/Makefile Thu Sep 06 15:24:26 2012 +0000
+++ b/usr.sbin/perfused/Makefile Thu Sep 06 16:39:07 2012 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.4 2011/09/09 15:45:28 manu Exp $
+# $NetBSD: Makefile,v 1.5 2012/09/06 16:39:08 riz Exp $
PROG= perfused
PERFUSE_OPT_DEBUG_FLAGS= -g -DPERFUSE_DEBUG
-CFLAGS+= ${PERFUSE_OPT_DEBUG_FLAGS}
+#CFLAGS+= ${PERFUSE_OPT_DEBUG_FLAGS}
SRCS= perfused.c msg.c debug.c
MAN= perfused.8
WARNS= 4
diff -r 12ad07f75fef -r 8c0e8246c840 usr.sbin/puffs/rump_lfs/Makefile
--- a/usr.sbin/puffs/rump_lfs/Makefile Thu Sep 06 15:24:26 2012 +0000
+++ b/usr.sbin/puffs/rump_lfs/Makefile Thu Sep 06 16:39:07 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2010/01/25 15:55:36 pooka Exp $
+# $NetBSD: Makefile,v 1.9 2012/09/06 16:39:08 riz Exp $
#
.include <bsd.own.mk>
@@ -15,6 +15,6 @@
.include "../../../libexec/lfs_cleanerd/Makefile.inc"
-DBG=-g
+#DBG=-g
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index