#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
This commit is contained in:
Rich Prohaska 2013-04-16 23:59:41 -04:00 committed by Yoni Fogel
parent a774d5f857
commit 31ebd74a7e

View file

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