Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
de730e51
Commit
de730e51
authored
Apr 05, 2009
by
MySQL Build Team
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ensure that all dtrace files are properly removed during make clean
parent
f060866e
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
9 additions
and
4 deletions
+9
-4
include/Makefile.am
include/Makefile.am
+3
-4
mysys/Makefile.am
mysys/Makefile.am
+1
-0
sql/Makefile.am
sql/Makefile.am
+1
-0
storage/csv/Makefile.am
storage/csv/Makefile.am
+1
-0
storage/heap/Makefile.am
storage/heap/Makefile.am
+1
-0
storage/myisam/Makefile.am
storage/myisam/Makefile.am
+1
-0
storage/myisammrg/Makefile.am
storage/myisammrg/Makefile.am
+1
-0
No files found.
include/Makefile.am
View file @
de730e51
...
...
@@ -15,7 +15,7 @@
# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
# MA 02111-1307, USA
BUILT_SOURCES
=
$(HEADERS_GEN_MAKE)
link_sources
BUILT_SOURCES
=
$(HEADERS_GEN_MAKE)
link_sources
probes_mysql_nodtrace.h
HEADERS_GEN_CONFIGURE
=
mysql_version.h
HEADERS_GEN_MAKE
=
my_config.h
HEADERS_ABI
=
mysql.h mysql_com.h mysql_time.h
\
...
...
@@ -40,8 +40,7 @@ noinst_HEADERS = config-win.h config-netware.h my_bit.h \
my_vle.h my_user.h my_atomic.h atomic/nolock.h
\
atomic/rwlock.h atomic/x86-gcc.h atomic/x86-msvc.h
\
atomic/solaris.h
\
atomic/gcc_builtins.h my_libwrap.h my_stacktrace.h
\
probes_mysql.h probes_mysql_nodtrace.h
atomic/gcc_builtins.h my_libwrap.h my_stacktrace.h
EXTRA_DIST
=
mysql.h.pp mysql/plugin.h.pp probes_mysql.d.base
...
...
@@ -77,7 +76,7 @@ probes_mysql.d:
DTRACEPROVIDER
=
probes_mysql.d
if
HAVE_DTRACE
BUILT_SOURCES
+=
probes_mysql_dtrace.h
CLEANFILES
+=
probes_mysql_dtrace.h
CLEANFILES
+=
$(DTRACEPROVIDER)
# Fake for creating the probes file. If we are building a separate directory
# then we copy the probes from the source location and use that
...
...
mysys/Makefile.am
View file @
de730e51
...
...
@@ -132,6 +132,7 @@ libmysys_a_DEPENDENCIES += probes_mysql.o dtrace_files dtrace_providers
CLEANFILES
=
probes_mysql.o dtrace_files dtrace_providers
DTRACEFILES
=
mf_keycache.o
DTRACEPROVIDER
=
probes_mysql.d
CLEANFILES
+=
$(DTRACEPROVIDER)
dtrace_sources
dtrace_files
:
echo
$(DTRACEFILES)
>
$@
...
...
sql/Makefile.am
View file @
de730e51
...
...
@@ -229,6 +229,7 @@ mysqld_LDADD += probes_all.o
mysqld_DEPENDENCIES
+=
dtrace_files dtrace_providers probes_all.o
CLEANFILES
+=
dtrace_files dtrace_providers probes_all.o
DTRACEPROVIDER
=
probes_mysql.d
CLEANFILES
+=
$(DTRACEPROVIDER)
dtrace_files
:
echo
$(DTRACEFILES)
>
$@
...
...
storage/csv/Makefile.am
View file @
de730e51
...
...
@@ -48,6 +48,7 @@ libcsv_a_DEPENDENCIES = probes_mysql.o dtrace_files dtrace_providers
CLEANFILES
=
probes_mysql.o dtrace_files dtrace_providers
DTRACEFILES
=
libcsv_a-ha_tina.o
DTRACEPROVIDER
=
probes_mysql.d
CLEANFILES
+=
$(DTRACEPROVIDER)
dtrace_sources
dtrace_files
:
echo
$(DTRACEFILES)
>
$@
...
...
storage/heap/Makefile.am
View file @
de730e51
...
...
@@ -57,6 +57,7 @@ libheap_a_DEPENDENCIES = probes_mysql.o dtrace_files dtrace_providers
CLEANFILES
=
probes_mysql.o dtrace_files dtrace_providers
DTRACEFILES
=
ha_heap.o
DTRACEPROVIDER
=
probes_mysql.d
CLEANFILES
+=
$(DTRACEPROVIDER)
dtrace_sources
dtrace_files
:
echo
$(DTRACEFILES)
>
$@
...
...
storage/myisam/Makefile.am
View file @
de730e51
...
...
@@ -156,6 +156,7 @@ libmyisam_a_DEPENDENCIES = probes_mysql.o dtrace_files dtrace_providers
CLEANFILES
+=
probes_mysql.o dtrace_files dtrace_providers
DTRACEFILES
=
ha_myisam.o
DTRACEPROVIDER
=
probes_mysql.d
CLEANFILES
+=
$(DTRACEPROVIDER)
dtrace_sources
dtrace_files
:
echo
$(DTRACEFILES)
>
$@
...
...
storage/myisammrg/Makefile.am
View file @
de730e51
...
...
@@ -46,6 +46,7 @@ libmyisammrg_a_DEPENDENCIES = probes_mysql.o dtrace_files dtrace_providers
CLEANFILES
=
probes_mysql.o dtrace_files dtrace_providers
DTRACEFILES
=
ha_myisammrg.o
DTRACEPROVIDER
=
probes_mysql.d
CLEANFILES
+=
$(DTRACEPROVIDER)
dtrace_sources
dtrace_files
:
echo
$(DTRACEFILES)
>
$@
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment