Commit f1ccc201 authored by Kenton Varda's avatar Kenton Varda

Revert "Replaced fixed -j parm with call to nproc"

Not everyone has `nproc`. In particular it does not appear to be present on my OSX build. Better to leave a fixed number here. This is just a suggestion anyhow.

This reverts commit 9c18f2ad.
parent 2d5efc24
......@@ -3,4 +3,4 @@
set -euo pipefail
echo "This script is no longer needed. Go ahead and run autoreconf. For example:"
echo " autoreconf -i && ./configure && make -j`nproc` check && sudo make install"
echo " autoreconf -i && ./configure && make -j6 check && sudo make install"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment