Source-Changes-HG archive

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

[src/trunk]: src/share/mk don't make ctfconvert remove original debug info



details:   https://anonhg.NetBSD.org/src/rev/84b4f44d044c
branches:  trunk
changeset: 785250:84b4f44d044c
user:      yamt <yamt%NetBSD.org@localhost>
date:      Wed Mar 06 11:19:08 2013 +0000

description:
don't make ctfconvert remove original debug info

diffstat:

 share/mk/sys.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r e192b4968b3f -r 84b4f44d044c share/mk/sys.mk
--- a/share/mk/sys.mk   Wed Mar 06 04:22:03 2013 +0000
+++ b/share/mk/sys.mk   Wed Mar 06 11:19:08 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: sys.mk,v 1.115 2013/01/26 22:04:18 christos Exp $
+#      $NetBSD: sys.mk,v 1.116 2013/03/06 11:19:08 yamt Exp $
 #      @(#)sys.mk      8.2 (Berkeley) 3/21/94
 #
 # This file contains the basic rules for make(1) and is read first
@@ -41,8 +41,8 @@
 LINK.c?=       ${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}
 
 # C Type Format data is required for DTrace
-CTFFLAGS       ?=      -L VERSION
-CTFMFLAGS      ?=      -t -L VERSION
+CTFFLAGS       ?=      -g -L VERSION
+CTFMFLAGS      ?=      -g -t -L VERSION
 
 # We don't define these here, we let the bsd.own.mk to do it
 #CTFCONVERT    ?=      ctfconvert



Home | Main Index | Thread Index | Old Index