diff options
| author | Jack Nagel | 2014-11-13 20:57:47 -0600 |
|---|---|---|
| committer | Jack Nagel | 2014-11-13 20:57:47 -0600 |
| commit | b1d719d63df58c9864f66abb0b51b3a66c39a202 (patch) | |
| tree | 16745ffda594497a8b01dd9bca2f0c31a4f3fafa /Library/Formula/emacs.rb | |
| parent | 50484c9f71728d136ab121c6de6b1f4104505703 (diff) | |
| download | homebrew-b1d719d63df58c9864f66abb0b51b3a66c39a202.tar.bz2 | |
emacs: enable parallel HEAD builds
Diffstat (limited to 'Library/Formula/emacs.rb')
| -rw-r--r-- | Library/Formula/emacs.rb | 5 |
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"] |
