summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Lindblad <lindblad@gmx.us>2022-01-05 20:52:28 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-01-14 10:35:46 -0500
commit564b89ae08bbda9f46dcd0e6ad784e5899b3f01f (patch)
treeb7c2109c8e6e4279fabddf9262849fa8bec4ebcd
parent9ccc445a41a4bc722475e1f84109411d660a9dca (diff)
downloadhaskell-564b89ae08bbda9f46dcd0e6ad784e5899b3f01f.tar.gz
Revert "add NUMJOBS"
This reverts commit c0b854e929f82c680530e944e12fad24f9e14f8e
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 594f874e99..cc80fca789 100644
--- a/README.md
+++ b/README.md
@@ -68,9 +68,7 @@ and Xelatex (only for PDF output).
(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
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
-can also set a shell variable `NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}`
-and then run `make $NUMJOBS`.)
+you should have about N+1 jobs, where `N` is the amount of cores you have.)
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],