PERFORCE change 95566 for review

John Birrell jb at FreeBSD.org
Wed Apr 19 00:34:00 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=95566

Change 95566 by jb at 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


More information about the p4-projects mailing list