Commit 81d3d945 authored by Rafaël Carré's avatar Rafaël Carré

contribs: use existing MAKEFLAGS variable to change make options

as suggested by courmisch
parent dd9e78e0
......@@ -389,7 +389,7 @@ case `uname` in
CPUS=1 # default
;;
esac
echo "MAKEJOBS = -j$CPUS" >> config.mak
echo "MAKEFLAGS += -j$CPUS" >> config.mak
echo
echo "Using $CPUS processors"
echo "Using $CPUS processor(s)"
This diff is collapsed.
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