From a8a2cd9f49fd7444b101c032e489cc99d8f5ab64 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 19 Apr 2013 11:21:29 -0700 Subject: notmuch: enable verbose make output --- Library/Formula/notmuch.rb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/notmuch.rb b/Library/Formula/notmuch.rb index a667ff84a..671d9dd68 100644 --- a/Library/Formula/notmuch.rb +++ b/Library/Formula/notmuch.rb @@ -39,6 +39,11 @@ class Notmuch < Formula args << "--without-emacs" end system "./configure", *args - system "make install" + + if ARGV.verbose? + system "make install V=1" + else + system "make install" + end end end -- cgit v1.2.3