From 5b7b4df07ca46a3e35588cc46884a80f21dcc14c Mon Sep 17 00:00:00 2001 From: Yoni Fogel Date: Mon, 3 Dec 2007 01:59:46 +0000 Subject: [PATCH] Port Makefile to OSX. Closes #105 git-svn-id: file:///svn/tokudb@887 c7de825b-a66e-492c-adef-691d508d4ae1 --- src/tests/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tests/Makefile b/src/tests/Makefile index 334f3723e24..62a19fd36b5 100644 --- a/src/tests/Makefile +++ b/src/tests/Makefile @@ -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