Commit d414e86b authored by Yoni Fogel's avatar Yoni Fogel

Ignore and split utils makefile to bdb and tdb

git-svn-id: file:///svn/toku/tokudb@9958 c7de825b-a66e-492c-adef-691d508d4ae1
parent fc1bfd66
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment