mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
A number of fixes to DTrace patch
Removed instance manager from builds
This commit is contained in:
parent
0339019df6
commit
4eaa41e296
14 changed files with 20 additions and 44 deletions
|
|
@ -50,7 +50,6 @@ libblackhole_a_SOURCES= ha_blackhole.cc
|
|||
EXTRA_DIST = CMakeLists.txt plug.in
|
||||
|
||||
if HAVE_DTRACE_DASH_G
|
||||
abs_top_srcdir = @abs_top_srcdir@
|
||||
libblackhole_a_LIBADD = probes_mysql.o
|
||||
libblackhole_a_DEPENDENCIES = probes_mysql.o dtrace_files dtrace_providers
|
||||
CLEANFILES = probes_mysql.o dtrace_files dtrace_providers
|
||||
|
|
@ -62,7 +61,7 @@ dtrace_files:
|
|||
dtrace_providers:
|
||||
echo $(DTRACEPROVIDER) > $@
|
||||
probes_mysql.o: $(DTRACEPROVIDER) $(DTRACEFILES)
|
||||
$(DTRACE) $(DTRACEFLAGS) -G -s $< $(DTRACEFILES) -o $@
|
||||
$(DTRACE) $(DTRACEFLAGS) -G -s $< $(DTRACEFILES) -o $@
|
||||
endif
|
||||
|
||||
# Don't update the files from bitkeeper
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue