Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Apr 2006 19:48:03 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 95613 for review
Message-ID:  <200604191948.k3JJm3ot076534@repoman.freebsd.org>

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

Change 95613 by jb@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



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