diff options
| author | John Earles | 2011-12-03 10:29:49 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2011-12-03 12:13:43 -0800 |
| commit | 67a2615bf242f244bc161d537055470b3fdc5663 (patch) | |
| tree | cc9182e53057234e29e788a97e7a8bde713e50b0 | |
| parent | a57ceb3c7a87da9bebd4cad5c9e6718966b5c9bf (diff) | |
| download | homebrew-67a2615bf242f244bc161d537055470b3fdc5663.tar.bz2 | |
node: remove ENV.deparallelize
Parallel build race condition has been fixed in node since Nov 7, see:
https://github.com/joyent/node/commit/d7bcf21340b834791b56cdfc0af76e54327f928f
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/node.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb index d031e99ee..57e352c4e 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -27,10 +27,6 @@ class Node < Formula args = ["--prefix=#{prefix}", "--without-npm"] args << "--debug" if ARGV.include? '--debug' - # v0.6 appears to have a bug in parallel building - # so we'll -j1 it for now - ENV.deparallelize - system "./configure", *args system "make install" end |
