mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 22:34:18 +01:00
Ignore and split utils makefile to bdb and tdb
git-svn-id: file:///svn/toku/tokudb@9958 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
64dc704336
commit
ae3694319e
1 changed files with 3 additions and 1 deletions
|
@ -67,7 +67,9 @@ endif
|
|||
|
||||
.PHONY: all clean test test_gen test_gen_hex test_load test_dump
|
||||
|
||||
build all: $(UTILS) $(BDB_UTILS) $(STATIC_UTILS)
|
||||
build all: $(UTILS) $(BDB_UTILS) $(STATIC_UTILS);
|
||||
build.tdb: $(UTILS) $(STATIC_UTILS);
|
||||
build.bdb: $(BDB_UTILS);
|
||||
|
||||
coverage: $(UTILS)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue