Fix build failure while using make -j1. Issue 2257 (#2279)

* Fix build failure while using make -j1

* Fix java test failure
This commit is contained in:
Yuhong Guo
2018-06-21 15:18:00 -07:00
committed by Philipp Moritz
parent b108419628
commit aa42331844
7 changed files with 21 additions and 7 deletions
+5 -5
View File
@@ -26,6 +26,11 @@ echo "Build language is $LANGUAGE."
unamestr="$(uname)"
##############################################
# boost
##############################################
bash "$TP_SCRIPT_DIR/build_boost.sh"
##############################################
# redis
##############################################
@@ -36,11 +41,6 @@ bash "$TP_SCRIPT_DIR/build_redis.sh"
##############################################
bash "$TP_SCRIPT_DIR/build_credis.sh"
##############################################
# boost
##############################################
bash "$TP_SCRIPT_DIR/build_boost.sh"
##############################################
# flatbuffers if necessary
##############################################