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:
Yoni Fogel 2013-04-16 23:57:43 -04:00
parent 64dc704336
commit ae3694319e

View file

@ -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)