aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/emacs.rb
diff options
context:
space:
mode:
authorJack Nagel2014-11-13 20:57:47 -0600
committerJack Nagel2014-11-13 20:57:47 -0600
commitb1d719d63df58c9864f66abb0b51b3a66c39a202 (patch)
tree16745ffda594497a8b01dd9bca2f0c31a4f3fafa /Library/Formula/emacs.rb
parent50484c9f71728d136ab121c6de6b1f4104505703 (diff)
downloadhomebrew-b1d719d63df58c9864f66abb0b51b3a66c39a202.tar.bz2
emacs: enable parallel HEAD builds
Diffstat (limited to 'Library/Formula/emacs.rb')
-rw-r--r--Library/Formula/emacs.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb
index 8f0bdf9bd..852b2babd 100644
--- a/Library/Formula/emacs.rb
+++ b/Library/Formula/emacs.rb
@@ -51,11 +51,6 @@ class Emacs < Formula
end
def install
- # HEAD builds blow up when built in parallel as of April 20 2012
- # FIXME is this still necessary? It's been more than two years, surely any
- # race conditions would have made it into release by now.
- ENV.deparallelize unless build.stable?
-
args = ["--prefix=#{prefix}",
"--enable-locallisppath=#{HOMEBREW_PREFIX}/share/emacs/site-lisp",
"--infodir=#{info}/emacs"]