diff options
author | Mikael Ronstrom <mikael@mysql.com> | 2009-02-21 21:32:46 +0100 |
---|---|---|
committer | Mikael Ronstrom <mikael@mysql.com> | 2009-02-21 21:32:46 +0100 |
commit | bccf56e5358b959c375b2203a951b9dd6566d6e0 (patch) | |
tree | f318172306c3584d206dc4ea5959de42af6e2ade /storage/example | |
parent | 0751cc6c125b8734fa76a03a1bcf37d51029cdd2 (diff) | |
download | mariadb-git-bccf56e5358b959c375b2203a951b9dd6566d6e0.tar.gz |
Yet another attempt of getting DTrace builds done properly
Diffstat (limited to 'storage/example')
-rw-r--r-- | storage/example/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/storage/example/Makefile.am b/storage/example/Makefile.am index 6361589ef1c..996e9e77db7 100644 --- a/storage/example/Makefile.am +++ b/storage/example/Makefile.am @@ -59,14 +59,14 @@ DTRACEPROVIDER = probes_mysql.d dtrace_files: echo $(DTRACEFILES) > $@ -dtrace_providers: dtrace_sources +dtrace_providers: probes_mysql.d echo $(DTRACEPROVIDER) > $@ -dtrace_sources: +probes_mysql.d: -$(RM) -f probes_mysql.d $(CP) $(top_srcdir)/include/probes_mysql.d probes_mysql.d echo timestamp > dtrace_sources -probes_mysql.o: $(DTRACEPROVIDER) $(DTRACEFILES) dtrace_sources +probes_mysql.o: $(DTRACEPROVIDER) $(DTRACEFILES) $(DTRACE) $(DTRACEFLAGS) -G -s $(DTRACEPROVIDER) $(DTRACEFILES) -o $@ endif |