emacs: enable parallel HEAD builds
This commit is contained in:
parent
b235da56ec
commit
8d4c5ce4e8
1 changed files with 0 additions and 5 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue