be even nicer to OS X's fork

This commit is contained in:
Brent Cook 2015-01-31 22:42:08 -06:00
parent fc7ba46906
commit a323f52a3f

View File

@ -7,7 +7,6 @@ if [ "x$ARCH" = "xnative" ]; then
./configure --enable-libtls
if [ `uname` = "Darwin" ]; then
# OS X runs out of resources if we run 'make -j check'
make -j
make check
else
make -j distcheck