Commit 9c18f2ad authored by Ark M. Degtiarov's avatar Ark M. Degtiarov Committed by Kenton Varda

Replaced fixed -j parm with call to nproc

parent cb88ef62
......@@ -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 -j6 check && sudo make install"
echo " autoreconf -i && ./configure && make -j`nproc` 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