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