Module Name: src Committed By: yamt Date: Wed Mar 6 11:19:09 UTC 2013
Modified Files: src/share/mk: sys.mk Log Message: don't make ctfconvert remove original debug info To generate a diff of this commit: cvs rdiff -u -r1.115 -r1.116 src/share/mk/sys.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/mk/sys.mk diff -u src/share/mk/sys.mk:1.115 src/share/mk/sys.mk:1.116 --- src/share/mk/sys.mk:1.115 Sat Jan 26 22:04:18 2013 +++ src/share/mk/sys.mk Wed Mar 6 11:19:08 2013 @@ -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 @@ COMPILE.c?= ${CC} ${CFLAGS} ${CPPFLAGS} 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