forked from Lainports/freebsd-ports
- Add support for DTrace [2] PR: ports/150915 [1], ports/150488 [2] Submitted by: Oleg Sidorkin <osidorkin@gmail.com> [1], rpaulo [2]
11 lines
542 B
Text
11 lines
542 B
Text
--- include/Makefile.in.orig 2010-07-27 16:46:08.000000000 +0200
|
|
+++ include/Makefile.in 2010-07-27 16:48:45.000000000 +0200
|
|
@@ -708,8 +707,6 @@
|
|
@HAVE_DTRACE_TRUE@probes_mysql_dtrace.h: $(DTRACEPROVIDER)
|
|
@HAVE_DTRACE_TRUE@ $(DTRACE) $(DTRACEFLAGS) -h -s $(DTRACEPROVIDER) -o $@
|
|
|
|
-probes_mysql_nodtrace.h: $(DTRACEPROVIDER)
|
|
- @PERL@ $(top_srcdir)/scripts/dheadgen.pl -f $(DTRACEPROVIDER) > $@
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
.NOEXPORT:
|