Skip to content
Snippets Groups Projects
Commit c0b854e9 authored by Eric Lindblad's avatar Eric Lindblad
Browse files

add NUMJOBS

parent 44a5507f
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,9 @@ and Xelatex (only for PDF output). ...@@ -68,7 +68,9 @@ and Xelatex (only for PDF output).
(NB: **Do you have multiple cores? Be sure to tell that to `make`!** This can (NB: **Do you have multiple cores? Be sure to tell that to `make`!** This can
save you hours of build time depending on your system configuration, and is save you hours of build time depending on your system configuration, and is
almost always a win regardless of how many cores you have. As a simple rule, almost always a win regardless of how many cores you have. As a simple rule,
you should have about N+1 jobs, where `N` is the amount of cores you have.) you should have about N+1 jobs, where `N` is the amount of cores you have; you
can also set a shell variable `NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}`
and then run `make $NUMJOBS`.)
The `./boot` step is only necessary if this is a tree checked out The `./boot` step is only necessary if this is a tree checked out
from git. For source distributions downloaded from [GHC's web site][1], from git. For source distributions downloaded from [GHC's web site][1],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment