From fbcfba9804eab402cf6ba2d2657659ef5fee4f72 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 14 May 2011 20:49:55 -0500 Subject: splint: deparallelize before 'make' Signed-off-by: Adam Vandenberg --- Library/Formula/splint.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Formula/splint.rb b/Library/Formula/splint.rb index 8568918d0..759264604 100644 --- a/Library/Formula/splint.rb +++ b/Library/Formula/splint.rb @@ -11,11 +11,12 @@ class Splint < Formula end def install + ENV.j1 # build is not parallel-safe system "./configure", "--disable-debug", "--prefix=#{prefix}", - "--infodir=#{info}", "--mandir=#{man}" + "--infodir=#{info}", + "--mandir=#{man}" system "make" - ENV.j1 # Install fails on 8-core without this. system "make install" end end -- cgit v1.2.3