From 24391c76ded0db705c4030f57c1e32f28c78e0f8 Mon Sep 17 00:00:00 2001 From: Lei Wang Date: Mon, 11 Jun 2018 14:26:24 -0700 Subject: [PATCH] Build: add make before make install to catch up Makefile change. --- paddle/scripts/paddle_build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/paddle/scripts/paddle_build.sh b/paddle/scripts/paddle_build.sh index 55959197e7..c6eef8683d 100755 --- a/paddle/scripts/paddle_build.sh +++ b/paddle/scripts/paddle_build.sh @@ -181,6 +181,7 @@ function build() { ============================================ EOF make clean + make -j `nproc` make install -j `nproc` } -- GitLab