Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Apr 2006 00:33:59 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 95566 for review
Message-ID:  <200604190033.k3J0XxFD006621@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=95566

Change 95566 by jb@jb_freebsd2 on 2006/04/19 00:33:43

	Let's compile in yacc debug code until we finish porting this library.

Affected files ...

.. //depot/projects/dtrace/src/cddl/lib/libdtrace/Makefile#3 edit

Differences ...

==== //depot/projects/dtrace/src/cddl/lib/libdtrace/Makefile#3 (text+ko) ====

@@ -59,6 +59,8 @@
 		-I${OPENSOLARIS_USR_DISTDIR}/lib/libproc/common \
 		-I${OPENSOLARIS_SYS_DISTDIR}/uts/common
 
+CFLAGS+=	-DYYDEBUG
+
 .if ${MACHINE_ARCH} == "i386"
 CFLAGS+=	-I${OPENSOLARIS_SYS_DISTDIR}/uts/intel
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604190033.k3J0XxFD006621>