mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
#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:
parent
a774d5f857
commit
31ebd74a7e
1 changed files with 6 additions and 0 deletions
6
Makefile
6
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue