Commit 7f7a9945 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

#3685 add a local target to the release Makefile closes[t:3685]

git-svn-id: file:///svn/toku/tokudb@32720 c7de825b-a66e-492c-adef-691d508d4ae1
parent 741aa554
......@@ -38,8 +38,7 @@ build: $(patsubst %,%.dir, $(BUILDDIRS))
%.local:
cd $(patsubst %.local, %,$@) && $(MAKE) local
release: linux.local newbrt.local src.local
cd release && $(MAKE) setup
release: linux.local newbrt.local src.local release.local
CHECKS = $(patsubst %,%.checkdir,$(SRCDIRS))
......
LIBNAME = libtokudb
setup:
local setup:
cp ../include/db.h include/tokudb.h
cp ../include/db.h include
cp ../include/tdb-internal.h include
......
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