splint: deparallelize before 'make'
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
2f99f0adeb
commit
87e2cf821b
1 changed files with 3 additions and 2 deletions
|
@ -11,11 +11,12 @@ class Splint < Formula
|
||||||
end
|
end
|
||||||
|
|
||||||
def install
|
def install
|
||||||
|
ENV.j1 # build is not parallel-safe
|
||||||
system "./configure", "--disable-debug",
|
system "./configure", "--disable-debug",
|
||||||
"--prefix=#{prefix}",
|
"--prefix=#{prefix}",
|
||||||
"--infodir=#{info}", "--mandir=#{man}"
|
"--infodir=#{info}",
|
||||||
|
"--mandir=#{man}"
|
||||||
system "make"
|
system "make"
|
||||||
ENV.j1 # Install fails on 8-core without this.
|
|
||||||
system "make install"
|
system "make install"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue