diff options
author | Austin Seipp <aseipp@pobox.com> | 2013-03-29 14:44:56 -0500 |
---|---|---|
committer | Austin Seipp <aseipp@pobox.com> | 2013-03-29 14:44:56 -0500 |
commit | 9b4db4b802e966d76db4086ae73ebaedd9f14860 (patch) | |
tree | 9e602d6733d90c1b26fccb2509497454bf619766 /README.md | |
parent | 8ae3675b314cb87ab1bf8e3479f3fd170e440412 (diff) | |
download | haskell-9b4db4b802e966d76db4086ae73ebaedd9f14860.tar.gz |
Revert "Make sure README.md mentions that make can build in parallel."
This reverts commit 0b72347dc468ba081d67385a077238bcaa9eb4d5.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -62,14 +62,9 @@ dblatex. $ perl boot $ ./configure - $ make # can also say 'make -jX' for X number of jobs + $ make $ make install -(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.) - The `perl boot` step is only necessary if this is a tree checked out from git. For source distributions downloaded from [GHC's web site] [1], this step has already been performed. |