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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
3af63f45
Commit
3af63f45
authored
Mar 27, 2009
by
Mikael Ronstrom
Browse files
Options
Browse Files
Download
Plain Diff
Merge some more DTrace build fixes by MC Brown
parents
f3ea2bbd
54850da8
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
12 additions
and
12 deletions
+12
-12
include/Makefile.am
include/Makefile.am
+2
-2
include/probes_mysql.d.base
include/probes_mysql.d.base
+0
-0
mysys/Makefile.am
mysys/Makefile.am
+1
-1
sql/Makefile.am
sql/Makefile.am
+1
-1
storage/archive/Makefile.am
storage/archive/Makefile.am
+1
-1
storage/blackhole/Makefile.am
storage/blackhole/Makefile.am
+1
-1
storage/csv/Makefile.am
storage/csv/Makefile.am
+1
-1
storage/example/Makefile.am
storage/example/Makefile.am
+1
-1
storage/federated/Makefile.am
storage/federated/Makefile.am
+1
-1
storage/heap/Makefile.am
storage/heap/Makefile.am
+1
-1
storage/myisam/Makefile.am
storage/myisam/Makefile.am
+1
-1
storage/myisammrg/Makefile.am
storage/myisammrg/Makefile.am
+1
-1
No files found.
include/Makefile.am
View file @
3af63f45
...
...
@@ -44,7 +44,7 @@ noinst_HEADERS = config-win.h config-netware.h my_bit.h \
atomic/gcc_builtins.h my_libwrap.h my_stacktrace.h
\
probes_mysql.h probes_mysql_nodtrace.h
EXTRA_DIST
=
mysql.h.pp mysql/plugin.h.pp probes_mysql.d
EXTRA_DIST
=
mysql.h.pp mysql/plugin.h.pp probes_mysql.d
.base
# Remove built files and the symlinked directories
CLEANFILES
=
$(BUILT_SOURCES)
readline openssl
...
...
@@ -72,7 +72,7 @@ dist-hook:
probes_mysql.d
:
if
!
test
-f
probes_mysql.d
;
then
\
$(CP)
-f
$(top_srcdir)
/include/probes_mysql.d probes_mysql.d
;
\
$(CP)
-f
$(top_srcdir)
/include/probes_mysql.d
.base
probes_mysql.d
;
\
fi
DTRACEPROVIDER
=
probes_mysql.d
...
...
include/probes_mysql.d
→
include/probes_mysql.d
.base
View file @
3af63f45
File moved
mysys/Makefile.am
View file @
3af63f45
...
...
@@ -139,7 +139,7 @@ dtrace_providers: probes_mysql.d
echo
$(DTRACEPROVIDER)
>
$@
probes_mysql.d
:
-
$(RM)
-f
probes_mysql.d
$(CP)
$(top_srcdir)
/include/probes_mysql.d probes_mysql.d
$(CP)
$(top_srcdir)
/include/probes_mysql.d
.base
probes_mysql.d
echo
timestamp
>
dtrace_sources
probes_mysql.o
:
$(DTRACEPROVIDER) $(DTRACEFILES)
...
...
sql/Makefile.am
View file @
3af63f45
...
...
@@ -236,7 +236,7 @@ dtrace_providers: probes_mysql.d
echo
$(DTRACEPROVIDER)
>
$@
probes_mysql.d
:
-
$(RM)
-f
probes_mysql.d
$(CP)
$(top_srcdir)
/include/probes_mysql.d probes_mysql.d
$(CP)
$(top_srcdir)
/include/probes_mysql.d
.base
probes_mysql.d
DTRACEDIRS
=
.
../mysys
$(
patsubst
%,
$(top_builddir)
/storage/%,@mysql_se_dirs@
)
...
...
storage/archive/Makefile.am
View file @
3af63f45
...
...
@@ -80,7 +80,7 @@ dtrace_providers: probes_mysql.d
echo
$(DTRACEPROVIDER)
>
$@
probes_mysql.d
:
-
$(RM)
-f
probes_mysql.d
$(CP)
$(top_srcdir)
/include/probes_mysql.d probes_mysql.d
$(CP)
$(top_srcdir)
/include/probes_mysql.d
.base
probes_mysql.d
echo
timestamp
>
dtrace_sources
probes_mysql.o
:
$(DTRACEPROVIDER) $(DTRACEFILES)
...
...
storage/blackhole/Makefile.am
View file @
3af63f45
...
...
@@ -62,7 +62,7 @@ dtrace_providers: probes_mysql.d
echo
$(DTRACEPROVIDER)
>
$@
probes_mysql.d
:
-
$(RM)
-f
probes_mysql.d
$(CP)
$(top_srcdir)
/include/probes_mysql.d probes_mysql.d
$(CP)
$(top_srcdir)
/include/probes_mysql.d
.base
probes_mysql.d
echo
timestamp
>
dtrace_sources
probes_mysql.o
:
$(DTRACEPROVIDER) $(DTRACEFILES)
...
...
storage/csv/Makefile.am
View file @
3af63f45
...
...
@@ -55,7 +55,7 @@ dtrace_providers: probes_mysql.d
echo
$(DTRACEPROVIDER)
>
$@
probes_mysql.d
:
-
$(RM)
-f
probes_mysql.d
$(CP)
$(top_srcdir)
/include/probes_mysql.d probes_mysql.d
$(CP)
$(top_srcdir)
/include/probes_mysql.d
.base
probes_mysql.d
echo
timestamp
>
dtrace_sources
probes_mysql.o
:
$(DTRACEPROVIDER) $(DTRACEFILES)
...
...
storage/example/Makefile.am
View file @
3af63f45
...
...
@@ -63,7 +63,7 @@ dtrace_providers: probes_mysql.d
echo
$(DTRACEPROVIDER)
>
$@
probes_mysql.d
:
-
$(RM)
-f
probes_mysql.d
$(CP)
$(top_srcdir)
/include/probes_mysql.d probes_mysql.d
$(CP)
$(top_srcdir)
/include/probes_mysql.d
.base
probes_mysql.d
echo
timestamp
>
dtrace_sources
probes_mysql.o
:
$(DTRACEPROVIDER) $(DTRACEFILES)
...
...
storage/federated/Makefile.am
View file @
3af63f45
...
...
@@ -62,7 +62,7 @@ dtrace_providers: probes_mysql.d
echo
$(DTRACEPROVIDER)
>
$@
probes_mysql.d
:
-
$(RM)
-f
probes_mysql.d
$(CP)
$(top_srcdir)
/include/probes_mysql.d probes_mysql.d
$(CP)
$(top_srcdir)
/include/probes_mysql.d
.base
probes_mysql.d
echo
timestamp
>
dtrace_sources
probes_mysql.o
:
$(DTRACEPROVIDER) $(DTRACEFILES)
...
...
storage/heap/Makefile.am
View file @
3af63f45
...
...
@@ -64,7 +64,7 @@ dtrace_providers: probes_mysql.d
echo
$(DTRACEPROVIDER)
>
$@
probes_mysql.d
:
-
$(RM)
-f
probes_mysql.d
$(CP)
$(top_srcdir)
/include/probes_mysql.d probes_mysql.d
$(CP)
$(top_srcdir)
/include/probes_mysql.d
.base
probes_mysql.d
echo
timestamp
>
dtrace_sources
probes_mysql.o
:
$(DTRACEPROVIDER) $(DTRACEFILES)
...
...
storage/myisam/Makefile.am
View file @
3af63f45
...
...
@@ -163,7 +163,7 @@ dtrace_providers: probes_mysql.d
echo
$(DTRACEPROVIDER)
>
$@
probes_mysql.d
:
-
$(RM)
-f
probes_mysql.d
$(CP)
$(top_srcdir)
/include/probes_mysql.d probes_mysql.d
$(CP)
$(top_srcdir)
/include/probes_mysql.d
.base
probes_mysql.d
echo
timestamp
>
dtrace_sources
probes_mysql.o
:
$(DTRACEPROVIDER) $(DTRACEFILES)
...
...
storage/myisammrg/Makefile.am
View file @
3af63f45
...
...
@@ -53,7 +53,7 @@ dtrace_providers: probes_mysql.d
echo
$(DTRACEPROVIDER)
>
$@
probes_mysql.d
:
-
$(RM)
-f
probes_mysql.d
$(CP)
$(top_srcdir)
/include/probes_mysql.d probes_mysql.d
$(CP)
$(top_srcdir)
/include/probes_mysql.d
.base
probes_mysql.d
echo
timestamp
>
dtrace_sources
probes_mysql.o
:
$(DTRACEPROVIDER) $(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