[commit: ghc] master: Revert "Make sure README.md mentions that make can build in parallel." (9b4db4b)

Austin Seipp mad.one at gmail.com
Fri Mar 29 20:47:50 CET 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : master

https://github.com/ghc/ghc/commit/9b4db4b802e966d76db4086ae73ebaedd9f14860

>---------------------------------------------------------------

commit 9b4db4b802e966d76db4086ae73ebaedd9f14860
Author: Austin Seipp <aseipp at pobox.com>
Date:   Fri Mar 29 14:44:56 2013 -0500

    Revert "Make sure README.md mentions that make can build in parallel."
    
    This reverts commit 0b72347dc468ba081d67385a077238bcaa9eb4d5.

>---------------------------------------------------------------

 README.md       | 7 +------
 libraries/Cabal | 2 +-
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 87601b3..3b3a66e 100644
--- a/README.md
+++ b/README.md
@@ -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.
diff --git a/libraries/Cabal b/libraries/Cabal
index 09289c0..14c5a3f 160000
--- a/libraries/Cabal
+++ b/libraries/Cabal
@@ -1 +1 @@
-Subproject commit 09289c0e1f3eb667aa30f6d4189e19186f433119
+Subproject commit 14c5a3f78c00772cf54c2fd5c920a64d53e6f594





More information about the ghc-commits mailing list