svn commit: r283244 - head/cddl/usr.bin/ctfconvert

Warner Losh imp at FreeBSD.org
Thu May 21 14:36:13 UTC 2015


Author: imp
Date: Thu May 21 14:36:12 2015
New Revision: 283244
URL: https://svnweb.freebsd.org/changeset/base/283244

Log:
  Remove stray DEBUG_FLAGS=-g that's been here since the initial import.

Modified:
  head/cddl/usr.bin/ctfconvert/Makefile

Modified: head/cddl/usr.bin/ctfconvert/Makefile
==============================================================================
--- head/cddl/usr.bin/ctfconvert/Makefile	Thu May 21 14:36:11 2015	(r283243)
+++ head/cddl/usr.bin/ctfconvert/Makefile	Thu May 21 14:36:12 2015	(r283244)
@@ -3,8 +3,6 @@
 .PATH: ${.CURDIR}/../../../cddl/contrib/opensolaris/tools/ctf/common
 .PATH: ${.CURDIR}/../../../cddl/contrib/opensolaris/tools/ctf/cvt
 
-DEBUG_FLAGS=	-g
-
 PROG=		ctfconvert
 SRCS=		alist.c \
 		ctf.c \


More information about the svn-src-all mailing list