From 4e69bc18363299da96fc4521fb63343d2f04766c Mon Sep 17 00:00:00 2001 From: Jules Villard Date: Tue, 1 Aug 2017 09:23:54 -0700 Subject: [PATCH] [setup] call `make` instead of `make all` Reviewed By: dulmarod Differential Revision: D5537092 fbshipit-source-id: 112a942 --- build-infer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-infer.sh b/build-infer.sh index 53435fef0..5197ce7a4 100755 --- a/build-infer.sh +++ b/build-infer.sh @@ -241,7 +241,7 @@ if [ "$BUILD_CLANG" = "yes" ] && ! facebook-clang-plugins/clang/setup.sh --only- fi fi -make -j $NCPU all || ( +make -j $NCPU || ( echo >&2 echo ' compilation failure; you can try running' >&2 echo >&2