[setup] call `make` instead of `make all`

Reviewed By: dulmarod

Differential Revision: D5537092

fbshipit-source-id: 112a942
master
Jules Villard 8 years ago committed by Facebook Github Bot
parent f12616cea5
commit 4e69bc1836

@ -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

Loading…
Cancel
Save