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
74b8c88d
Commit
74b8c88d
authored
Mar 19, 2008
by
Zardosht Kasheff
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
port makefile to OSX
git-svn-id:
file:///svn/tokudb@2940
c7de825b-a66e-492c-adef-691d508d4ae1
parent
be7bf2ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
src/tests/Makefile
src/tests/Makefile
+9
-8
No files found.
src/tests/Makefile
View file @
74b8c88d
...
...
@@ -17,22 +17,23 @@ ifneq ($(OSX),)
LIBEXT
=
dylib
VGRIND
=
HGRIND
=
TDB_LOADLIBES
=
-L
../
-ltokudb
SETTOKUENV
=
export
DYLD_LIBRARY_PATH
=
..
;
UNSETTOKUENV
=
unset
DYLD_LIBRARY_PATH
;
# SETTOKUENV=export DYLD_LIBRARY_PATH=.. ;
# UNSETTOKUENV=unset DYLD_LIBRARY_PATH ;
else
CFLAGS
=
SETTOKUENV
=
UNSETTOKUENV
=
#
SETTOKUENV=
#
UNSETTOKUENV=
LIBEXT
=
so
VGRIND
=
valgrind
--quiet
--error-exitcode
=
1
--leak-check
=
full
--show-reachable
=
yes
HGRIND
=
valgrind
--quiet
--tool
=
helgrind
endif
ifdef
BDBDIR
BDB_LDFLAGS
+=
-Wl
,-rpath,
$(BDBDIR)
/lib
endif
BDB_LDFLAGS
+=
-lpthread
TDB_LOADLIBES
=
-L
..
-ltokudb
-Wl
,-rpath,..
-lpthread
VGRIND
=
valgrind
--quiet
--error-exitcode
=
1
--leak-check
=
full
--show-reachable
=
yes
HGRIND
=
valgrind
--quiet
--tool
=
helgrind
endif
ifeq
($(VGRIND),)
BDB_SUPPRESSIONS
=
else
...
...
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