don't hardcode a fixed # of jobs for make

This commit is contained in:
Brent Cook 2014-12-08 18:35:22 -06:00
parent 722b48f044
commit cfa0445115

View File

@ -4,4 +4,4 @@ set -e
rm -f man/*.1 man/*.3
./autogen.sh
./configure --enable-libtls
make -j4 distcheck
make distcheck