mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
#3054 change ydb makefile deps refs[t:3054]
git-svn-id: file:///svn/toku/tokudb@26101 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
48a59da3d9
commit
30ace64d1c
1 changed files with 4 additions and 4 deletions
|
@ -103,15 +103,15 @@ buildlocktrees: $(LOCKTREE) $(RANGETREE) ;
|
|||
$(YDB): $(OBJS)
|
||||
|
||||
|
||||
$(LIBRARY): $(YDB) $(LOCKTREE) $(RANGETREE) $(NEWBRT) $(DEPEND_COMPILE) $(DEPEND_LINK)
|
||||
$(LIBRARY): $(NEWBRT) $(YDB) $(LOCKTREE) $(RANGETREE) $(DEPEND_COMPILE) $(DEPEND_LINK)
|
||||
|
||||
$(LIBRARY): LINK_FILES=ydb_lib.$(OEXT) $(YDB) $(LOCKTREE) $(RANGETREE) $(NEWBRT)
|
||||
$(LIBRARY): LINK_FILES=ydb_lib.$(OEXT) $(NEWBRT) $(YDB) $(LOCKTREE) $(RANGETREE)
|
||||
|
||||
#Skip all BDB tests for CYGWIN+ICC
|
||||
ifeq ($(CYGWIN),)
|
||||
$(LIBRARY_S): $(patsubst %.$(AEXT),%.bundle, $(YDB) $(LOCKTREE) $(RANGETREE) $(NEWBRT) $(LIBPORTABILITY))
|
||||
$(LIBRARY_S): $(patsubst %.$(AEXT),%.bundle, $(NEWBRT) $(YDB) $(LOCKTREE) $(RANGETREE) $(LIBPORTABILITY))
|
||||
else ifneq ($(CC),icc)
|
||||
$(LIBRARY_S): $(YDB) $(LOCKTREE) $(RANGETREE) $(NEWBRT) $(LIBPORTABILITY)
|
||||
$(LIBRARY_S): $(NEWBRT) $(YDB) $(LOCKTREE) $(RANGETREE) $(LIBPORTABILITY)
|
||||
else
|
||||
$(LIBRARY) $(LIBRARY_S):
|
||||
echo "Dynamic tokudb in windows is deprecated"
|
||||
|
|
Loading…
Add table
Reference in a new issue