mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 07:14:17 +01:00
Port Makefile to OSX. Closes #105
git-svn-id: file:///svn/tokudb@887 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
1f19feab4c
commit
5b7b4df07c
1 changed files with 2 additions and 2 deletions
|
@ -15,6 +15,7 @@ ifeq ($(OSX),OSX)
|
|||
#Note: OSX 10.4 needs DYLD_LIBRARY_PATH. OSX 10.5 claims to support -rpath.
|
||||
LIBEXT=dylib
|
||||
VGRIND=
|
||||
BDB_SUPPRESSIONS=
|
||||
TDB_LOADLIBES = -L../ -ldb
|
||||
SETTOKUENV=export DYLD_LIBRARY_PATH=..
|
||||
UNSETTOKUENV=unset DYLD_LIBRARY_PATH
|
||||
|
@ -27,6 +28,7 @@ BDB_LDFLAGS += -Wl,-rpath,$(BDBDIR)/lib -lpthread
|
|||
endif
|
||||
TDB_LOADLIBES = -L../ -ldb -Wl,-rpath,..
|
||||
VGRIND=valgrind --quiet --error-exitcode=1 --leak-check=yes
|
||||
BDB_SUPPRESSIONS = --suppressions=bdb.supressions --gen-suppressions=all
|
||||
endif
|
||||
|
||||
# VERBOSE=true
|
||||
|
@ -72,8 +74,6 @@ ifeq ($(VERBOSE),2)
|
|||
VERBVERBOSE=-v
|
||||
endif
|
||||
|
||||
BDB_SUPPRESSIONS = --suppressions=bdb.supressions --gen-suppressions=all
|
||||
|
||||
# The @ sign makes the make quiet. If there is an error there is enough info to tell what test failed.
|
||||
%.bdbrun: %.bdb
|
||||
ifdef VERBOSE
|
||||
|
|
Loading…
Add table
Reference in a new issue