From e3c98c9a13e70ac01c3c6720ab9915273aeefabd Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 23 Mar 2011 10:42:26 -0700 Subject: coreutils: install does not look parallel-safe --- Library/Formula/coreutils.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library') diff --git a/Library/Formula/coreutils.rb b/Library/Formula/coreutils.rb index 291d59652..39af2cf72 100644 --- a/Library/Formula/coreutils.rb +++ b/Library/Formula/coreutils.rb @@ -39,6 +39,8 @@ class Coreutils < Formula args << "--program-prefix=g" unless use_default_names? system "./configure", *args + system "make" + ENV.j1 # Install isn't parallel-safe system "make install" (prefix+'aliases').write(coreutils_aliases) -- cgit v1.2.3