PERFORCE change 95613 for review
John Birrell
jb at FreeBSD.org
Wed Apr 19 19:48:07 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=95613
Change 95613 by jb at jb_freebsd2 on 2006/04/19 19:47:13
Disable yacc debug. It's annoying when debugging other stuff.
Affected files ...
.. //depot/projects/dtrace/src/cddl/lib/libdtrace/Makefile#4 edit
Differences ...
==== //depot/projects/dtrace/src/cddl/lib/libdtrace/Makefile#4 (text+ko) ====
@@ -59,7 +59,7 @@
-I${OPENSOLARIS_USR_DISTDIR}/lib/libproc/common \
-I${OPENSOLARIS_SYS_DISTDIR}/uts/common
-CFLAGS+= -DYYDEBUG
+#CFLAGS+= -DYYDEBUG
.if ${MACHINE_ARCH} == "i386"
CFLAGS+= -I${OPENSOLARIS_SYS_DISTDIR}/uts/intel
More information about the p4-projects
mailing list