Commit c487595b authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

#3624 add a release target to the fractal tree Makefile closes[t:3624]

git-svn-id: file:///svn/toku/tokudb@32326 c7de825b-a66e-492c-adef-691d508d4ae1
parent e4afd40e
......@@ -32,6 +32,12 @@ db-benchmark-test-cxx.dir: cxx.dir
build: $(patsubst %,%.dir, $(BUILDDIRS))
%.local:
cd $(patsubst %.local, %,$@) && $(MAKE) local
release: newbrt.local src.local
cd release && $(MAKE) setup
CHECKS = $(patsubst %,%.checkdir,$(SRCDIRS))
# This is the original check rule
......
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