emacs: don't build parallel for --HEAD

Fixes Homebrew/homebrew#11787, among others
master
Misty De Meo 2012-04-20 17:09:59 -05:00
parent d4998f92a3
commit 99c1bd3f4a
1 changed files with 4 additions and 0 deletions

View File

@ -55,6 +55,10 @@ class Emacs < Formula
end
def install
# HEAD builds are currently blowing up when built in parallel
# as of April 20 2012
ENV.j1 if ARGV.build_head?
args = ["--prefix=#{prefix}",
"--without-dbus",
"--enable-locallisppath=#{HOMEBREW_PREFIX}/share/emacs/site-lisp",