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
cd9f785d
Commit
cd9f785d
authored
Mar 06, 2009
by
Mikael Ronstrom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ensured that we apply DTrace script on both object files potentially
produced by libtool
parent
4c7debc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
sql/Makefile.am
sql/Makefile.am
+7
-1
No files found.
sql/Makefile.am
View file @
cd9f785d
...
@@ -248,7 +248,13 @@ probes_all.o: probes_mysql.d $(DTRACEFILES_DEPEND)
...
@@ -248,7 +248,13 @@ probes_all.o: probes_mysql.d $(DTRACEFILES_DEPEND)
# Can't depend directly on .libs/*.o, because there is no generated rule for
# Can't depend directly on .libs/*.o, because there is no generated rule for
# that in the Makefile; it is a byproduct of *.lo
# that in the Makefile; it is a byproduct of *.lo
probes_libndb.o
:
probes_mysql.d libndb_la-ha_ndbcluster.lo
probes_libndb.o
:
probes_mysql.d libndb_la-ha_ndbcluster.lo
$(DTRACE)
$(DTRACEFLAGS)
-G
-s
probes_mysql.d .libs/libndb_la-ha_ndbcluster.o
-o
$@
if
test
-f
.libs/libndb_la-ha_ndbcluster.o
;
then
$(DTRACE)
$(DTRACEFLAGS)
-G
-s
probes_mysql.d .libs/libndb_la-ha_ndbcluster.o
-o
$@
endif
if
test
-f
libndb_la-ha_ndbcluster.o
;
then
$(DTRACE)
$(DTRACEFLAGS)
-G
-s
probes_mysql.d libndb_la-ha_ndbcluster.o
-o
$@
endif
endif
endif
# Don't update the files from bitkeeper
# Don't update the files from bitkeeper
...
...
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