separate bootstrap from makefile

This commit is contained in:
siddontang 2014-10-09 11:04:58 +08:00
parent 45a4dd1abc
commit 137bd19951
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,5 @@
INSTALL_PATH ?= $(CURDIR)
$(shell ./bootstrap.sh >> /dev/null 2>&1)
$(shell ./tools/build_config.sh build_config.mk $INSTALL_PATH)
include build_config.mk

View File

@ -29,6 +29,9 @@ Create a workspace and checkout ledisdb source
cd src/github.com/siddontang/ledisdb
#install go dependences
./bootstrap.sh
#set build and run environment
source dev.sh