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

#3624 add a release target to the fractal tree Makefile and add local targets...

#3624 add a release target to the fractal tree Makefile and add local targets to the linux, newbrt, and src Makefiles refs[t:3624]

git-svn-id: file:///svn/toku/tokudb@32362 c7de825b-a66e-492c-adef-691d508d4ae1
parent 6727ddee
......@@ -35,7 +35,7 @@ build: $(patsubst %,%.dir, $(BUILDDIRS))
%.local:
cd $(patsubst %.local, %,$@) && $(MAKE) local
release: newbrt.local src.local
release: linux.local newbrt.local src.local
cd release && $(MAKE) setup
CHECKS = $(patsubst %,%.checkdir,$(SRCDIRS))
......
......@@ -11,7 +11,7 @@ SRCS = $(wildcard *.c)
OBJS = $(patsubst %.c,%.$(OEXT),$(SRCS))
TARGET = $(LIBPORTABILITY_SO) $(LIBPORTABILITY_A)
build install: $(TARGET)
local build install: $(TARGET)
ifeq ($(CC),icc)
#LINUX_NOSTDLIB=-nostdlib
......
TOKUFRACTALTREE_LIBNAME = tokudb
LIBNAME = libtokudb
setup:
cp ../include/db.h include/tokudb.h
cp ../include/db.h include
cp ../include/tdb-internal.h include
cp ../toku_include/toku_list.h include
cp ../lib/lib$(TOKUFRACTALTREE_LIBNAME).so lib
cp ../lib/$(LIBNAME).so lib
cp ../toku_include/toku_os.h include
cp ../linux/toku_os_types.h include
cp ../linux/toku_time.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