diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/emacs.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb index c6e472f30..c91b736b9 100644 --- a/Library/Formula/emacs.rb +++ b/Library/Formula/emacs.rb @@ -44,6 +44,8 @@ class Emacs < Formula 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}", |
